Materials to do the time series Tutorial, LSST visualization wshop
To run the jupyter notebook we need a few requirements:
-
These are probably already installed on your environment:
numpy, pandas, matplotlib, scipy -
The following can be easily installed using pip and/or conda
| Package | pip method | conda method |
|---|---|---|
| statsmodels | pip install -U statsmodels | conda install -c conda-forge statsmodels |
| sklearn | pip install -U scikit-learn | conda install scikit-learn |
| gatspy | pip install gatspy | |
| pywt | pip install PyWavelets | conda install pywavelets |
| vaex | pip install --pre vaex | conda install -c conda-forge vaex |
Enjoy!