Metadata-Version: 2.1
Name: ExtraTree
Version: 0.0.3
Summary: Extrapolated Tree
Home-page: https://github.com/Karlmyh/ExtraTree
Author: Yuheng Ma
Author-email: yma@ruc.edu.cn
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE

# Extrapolated Tree (ExtraTree)

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

## Contents

- [Installation](#Installation)


## Installation

### Via PypI

```bash
pip install ExtraTree
```

### Via GitHub

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


### Mannul Install
  > 
```bash
git clone git@github.com:Karlmyh/ExtraTree.git
cd ExtraTree 
python setup.py install
```
