20 janvier 2021
Benford’s law and the population of french cities
In this Python notebook, we are going to look at Benford's law, which predicts the leading digit…
30 décembre 2020
Merge Sort with Cython and Numba
In this post, we present an implementation of the classic merge sort algorithm in Python on NumPy…
21 septembre 2020
Logistic regression with JAX
JAX is a Python package for automatic differentiation from Google Research. It is a really…
27 août 2020
Lunch break, ridge plots with Bokeh
Bokeh is a great visualization Python library. In this short post, we are going to use it to create…
27 août 2020
Lunch break, fetching AROME temperature forecast in Lyon
Since a "small" heat wave is coming, I would like to get some temperature forecast for the next…
3 juillet 2020
Outlier and Change Point Detection in Data Integration Performance Metrics
Data integration involves combining data residing in different sources, and providing users with a…
23 juin 2020
Some cool open-source Python packages for Machine Learning Ep 5
There is a very rich ecosystem of Python libraries related to ML. Here is a list of some…
1 juin 2020
Lunch break, plotting excess death in french department zones with Python
Daily deaths data are provided by INSEE - the national institute of statistics and economic…