Skip to main content

A Python port of the R Cubist library.

Project description

Cubist

A Python package for fitting Ross Quinlan's Cubist v2.07 regression model. Inspired by and based on the R wrapper for Cubist. Designed after and inherits from the scikit-learn framework.

Background

Cubist is a novel regression algorithm develped by Ross Quinlan...

Use

>>> from cubist import Cubist
>>> model = Cubist()
>>> model.fit(X, y)
>>> model.predict(X)

Benchmarks

From literature, there examples of Cubist outperforming RandomForest and other boosted models, to demonstrate this, the following benchmarks are provided to compare models. The scripts that achieved these results are provided in the benchmarks folder.

Building

python -m build --sdist --wheel .

Installing from Source

pip install --upgrade .

Interesting Links:

Literature

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

cubist-0.0.7.tar.gz (135.7 kB view hashes)

Uploaded Source

Built Distributions

cubist-0.0.7-cp39-cp39-manylinux2010_x86_64.whl (330.8 kB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

cubist-0.0.7-cp38-cp38-manylinux2010_x86_64.whl (330.8 kB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

cubist-0.0.7-cp37-cp37m-manylinux2010_x86_64.whl (327.1 kB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

cubist-0.0.7-cp36-cp36m-manylinux2010_x86_64.whl (324.9 kB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

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