David de Estebanestdav.hashnode.dev·Mar 16, 2023Managing price data on Mongo DBWhile working on a charting app called UniCharts, I was faced with the question of how to store raw price data from cryptocurrency pairs, and how to read it in the most efficient way. I tried different options and obtained very poor results in terms ...930 readsMongoDB
Stylianos Kampakisthedatascientist.hashnode.dev·Jan 20, 2023How to use Gradient-Boosted Decision Trees in Python?Gradient-Boosted Decision Trees is one of the most popular techniques in machine learning and for a good reason. It is one of the most powerful algorithms in existence, works fast and can give very good solutions. In this article, we will look at how...71 readsPython