An open API service indexing awesome lists of open source software.

https://github.com/deepcharles/tutorials-mva-2024-2025

Tutorials for the Machine Learning for Time Series class - Master MVA
https://github.com/deepcharles/tutorials-mva-2024-2025

Last synced: about 1 year ago
JSON representation

Tutorials for the Machine Learning for Time Series class - Master MVA

Awesome Lists containing this project

README

          

# Tutorials for the "Machine Learning for Time Series" class (Master 2 MVA, 2023-2024)

([Course description.](http://www.laurentoudre.fr/ast.html))

## General information

Requirements

These tutorials use Python 3 (version 3.6 at least) and [Jupyter notebooks](https://jupyter.org/).
You will also need several Python packages that are listed in `requirements.txt` files in the relevant folders.

### With `pip`
All packages can be installed using `pip install package_name`.

### With `conda`

Most packages should also be available through `conda`, but a few are not.