A collection of sloppy snippets for scientific computing and data visualization in Python.
Tuesday, October 13, 2015
Game of Life with Python
›
The game of life consists of a grid of cells where each cell can be dead or alive and the state of the cells can change at each time step. T...
5 comments:
Thursday, April 9, 2015
Stacked area plots with matplotlib
›
In a stacked area plot, the values on the y axis are accumulated at each x position and the area between the resulting values is then filled...
2 comments:
Tuesday, January 27, 2015
Forecasting beer consumption with sklearn
›
In this post we will see how to implement a straightforward forecasting model based on the linear regression object of sklearn. The model th...
14 comments:
‹
›
Home
View web version