/ts_summer

May-June time series course for SBER staff

Primary LanguageJupyter NotebookMIT LicenseMIT

My time series course of seminars for Sber staff (MAY-JUNE 2021)

Install python environment for the course (*unix)

  • use python3
  • to create virtual environment run python3 -m venv env
  • to activate it, run source env/bin/activate
  • to install all dependencies, run pip install -r requirements.txt