Skip to main content

Exploring streaming options for decision trees and random forests. Based on scikit-learn fork.

Project description

Streaming Decision Trees & Forests

arXiv DOI PyPI version Python Code style: black License Downloads

Exploring streaming options for decision trees and random forests.

The package includes two ensemble implementations (Stream Decision Forest and Cascade Stream Forest).

Based on scikit-learn fork.

Install

You can manually download the latest version of SDTF by cloning the repository:

git clone https://github.com/neurodata/SDTF
cd SDTF
python setup.py install

Or install the stable version through pip:

pip install sdtf

Package Requirements

The SDTF package requires a scikit-learn fork for the partial_fit functionality, which you can install manually:

git clone https://github.com/neurodata/scikit-learn -b stream --single-branch
cd scikit-learn
python setup.py install

The above local setup requires the following packages:

  • cython
  • numpy
  • scipy

Relevant Repos

Relevant Papers

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

sdtf-0.0.7.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

sdtf-0.0.7-py3-none-any.whl (7.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