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 git@github.com:Karlmyh/ExtraTree.git
cd ExtraTree 
python setup.py install

Packages

No packages published

Languages