Skip to content

Karlmyh/ExtraTree

Repository files navigation

Extrapolated Tree (ExtraTree)

ExtraTree implements extrapolated tree methods for regression, classification, and density estimation based on pure Python.

Contents

Installation

Via PyPI

pip install ExtraTree

Via GitHub

pip install git+https://github.com/Karlmyh/ExtraTree.git

Manual Install

git clone [email protected]:Karlmyh/ExtraTree.git
cd ExtraTree 
python setup.py install