Skip to content

Tools and methods for analyzing and forecasting time series data using various machine learning and statistical techniques.

License

Notifications You must be signed in to change notification settings

shortthirdman/TimeSeriesForecasting

Repository files navigation

Time Series Forecasting (TSF) Analysis

Tools and methods for analyzing and forecasting time series data using various machine learning and statistical techniques.

Made withJupyter GitHub License GitHub code size in bytes GitHub repo size Static Badge


Development

  • 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 or Jupyter Lab server

    $ jupyter lab --notebook-dir=.\notebooks --no-browser

About

Tools and methods for analyzing and forecasting time series data using various machine learning and statistical techniques.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published