# Create the environment and name it ts
conda env create -n ts python=3.8
# Install Data Science Libraries
conda install pandas xgboost scikit-learn seaborn
# Install statsforecast
conda install -c conda-forge statsforecast
# Not run for the first lectures
# conda install -c conda-forge statsforecast mlforecast hierarchicalforecast
# conda install -c conda-forge neuralforecast
# Install so the environment can be accesed from jupyter notebooks
conda install -c anaconda ipykernel
-
Notifications
You must be signed in to change notification settings - Fork 1
martinbel/time-series-python
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Time Series Tutorials with Python
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published