Skip to main content

Time series Framework

Project description

Context

TSBoost is a framework for time series forecasting.

It mixes classical statistics practices with non linear optimisation techniques of current Machine Learning.

Requirements

32-bit Python is not supported. Please install 64-bit version.

TSBoost uses gradient boosting optimisation provided by XGBoost & LightGBM, both have C++ source code and need a compiler.

For Windows users, VC runtime is needed if Visual Studio (2015 or newer) is not installed.

For Linux users, glibc >= 2.14 is required

sudo apt-get install build-essential # Ubuntu/Debian

sudo yum groupinstall ‘Development Tools’ # CentOS/RHEL

For macOS users, install OpenMP librairy

brew install libomp

Installation

After installing the compiler, install from PyPI Using pip

pip install tsboost

Quick Start

You can get started with a jupyter notebook tutorial : TSBoot quick start

History

0.1.0 (2019-06-10)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tsboost-0.1.0.tar.gz (13.9 kB view hashes)

Uploaded Source

Built Distribution

tsboost-0.1.0-py2.py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page