Skip to main content

Simple time series forecasting based on multiple linear regression

Project description

HCL Model

PyTest Docs !pypi codecov Code style: black !python-versions

Simple time series forecasting based on multiple linear regression.

Documentation

Full documentations hosted on GitHub pages: khrapovs.github.io/hcl-model.

Installation

pip install hcl-model

Contribute

Create a virtual environment and activate it

python -m venv venv
source venv/bin/activate

Install the development packages

pip install -e .[dev]

and use pre-commit to make sure that your code is blackified automatically (used the black package):

pre-commit install

Run tests:

pip install -e .[test]
pytest

Build documentation:

pip install -e .[doc]
mkdocs build

or use

mkdocs serve

if you prefer a live, self-refreshing, documentation.

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

hcl-model-0.6.2.tar.gz (38.5 kB view hashes)

Uploaded Source

Built Distribution

hcl_model-0.6.2-py3-none-any.whl (27.1 kB view hashes)

Uploaded 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