Skip to main content

No project description provided

Project description

cyclic-boosting

This package contains the implementation of the machine learning algorithm Cyclic Boosting, which is described in Cyclic Boosting - an explainable supervised machine learning algorithm and Demand Forecasting of Individual Probability Density Functions with Machine Learning.

Documentation

The documentation can be found here.

Quickstart

pip install cyclic-boosting
from cyclic_boosting.pipelines import pipeline_CBPoissonRegressor
CB_est = pipeline_CBPoissonRegressor()
CB_est.fit(X_train, y)
yhat = CB_est.predict(X_test)

Usage

It can be used in a scikit-learn-like fashion, combining a binning method (e.g., BinNumberTransformer) with a Cyclic Boosting estimator (find all estimators in the init). Usage examples can be found in the integration tests.

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

cyclic-boosting-0.0.5.tar.gz (531.9 kB view details)

Uploaded Source

Built Distribution

cyclic_boosting-0.0.5-py3-none-any.whl (98.9 kB view details)

Uploaded Python 3

File details

Details for the file cyclic-boosting-0.0.5.tar.gz.

File metadata

  • Download URL: cyclic-boosting-0.0.5.tar.gz
  • Upload date:
  • Size: 531.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for cyclic-boosting-0.0.5.tar.gz
Algorithm Hash digest
SHA256 712ad3446295f0e84327e250db6dee6f10fb5ef0e556cb1862f47afc422e4e1e
MD5 a1510250d3384ecd954f9d2fc9912555
BLAKE2b-256 82b7f7eae7a837e52f048d3f4c587d09becf6255a6460b2680bbf06118a5fbb6

See more details on using hashes here.

File details

Details for the file cyclic_boosting-0.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for cyclic_boosting-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 88b339882ac14f4ad01ed95dfffdd9354c8e33f82500242faff87467bca4b54c
MD5 4977448eb7a3ca5e8c3269ff579ceb37
BLAKE2b-256 3b127690b574b04fd9d283c4d23c8247e704c496851d14ed46542a4b988db7f6

See more details on using hashes here.

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