Exploring streaming options for decision trees and random forests. Based on scikit-learn fork.
Project description
Streaming Decision Trees & Forests
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
Release history Release notifications | RSS feed
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.5.tar.gz
(5.5 kB
view hashes)
Built Distribution
sdtf-0.0.5-py3-none-any.whl
(7.1 kB
view hashes)