Skip to content

Latest commit

 

History

History
43 lines (22 loc) · 2.8 KB

Examples.md

File metadata and controls

43 lines (22 loc) · 2.8 KB

Examples

Supervised learning

Regression

Estimating the bike sharing demand

The task is to estimate the influence of several variables (like the weather, the season, the day of the week..) on the demand of shared bicycles, so that the authority in charge of the service can organise the service in the best way.

Data origin:

Note that even if we are estimating a time serie, we are not using here a recurrent neural network as we assume the temporal dependence to be negligible (i.e. $Y_t = f(X_t)$ alone).

Classification

Unsupervised lerarning

Notebooks

The following notebooks provide runnable examples of the package functionality:

Note: the live, runnable computational environment is a temporary new copy made at each connection. The first time after a commit is done on this repository a new environment has to be set (instead of just being copied), and the server may take several minutes.

This is only if you are the unlucky user triggering the rebuild of the environment after the commit.