Tools and methods for analyzing and forecasting time series data using various machine learning and statistical techniques.
-
Create a Python virtual environment and activate
$ python -m venv --upgrade-deps --clear dev $ ./dev/Scripts/activate $ export PIP_CONFIG_FILE=".\pip.conf"
-
Install the packages and dependencies as listed in requirements file
$ pip install -U -r requirements.txt --no-cache-dir --disable-pip-version-check
-
Start your development
Jupyter Notebook
orJupyter Lab
server$ jupyter lab --notebook-dir=.\notebooks --no-browser