8 janvier 2020
Some cool open-source Python packages for Machine Learning Ep 4
There is a very rich ecosystem of Python libraries related to ML. Here is a list of some…
23 octobre 2019
Some cool open-source Python packages for Machine Learning Ep 3
There is a very rich ecosystem of Python libraries related to ML. Here is a list of some…
9 août 2019
First try of auto-sklearn
Since we are big users of scikit-learn and XGBoost, we wanted to try a package that would…
8 août 2019
Some cool open-source Python packages for Machine Learning Ep 2
There is a very rich ecosystem of Python libraries related to ML. Here is a list of some…
30 juillet 2019
Loading data into a Pandas DataFrame – a performance study
Because doing machine learning implies trying many options and algorithms with different…
11 juillet 2019
Some cool open-source Python packages for Machine Learning Ep 1
There is a very rich ecosystem of Python libraries related to ML. Here is a list of some…
12 juin 2019
GPU Analytics Ep 3, Apply a function to the rows of a dataframe
The goal of this post is to compare the execution time between Pandas (CPU) and RAPIDS (GPU)…
6 mai 2019
GPU Analytics Ep 2, Load some data from OmniSci into a GPU dataframe
Although the post title is about loading some data from a GPU database into a GPU dataframe, most…