Skip to content

Commit

Permalink
Minor update to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tsherwen committed Jul 18, 2019
1 parent 9b50944 commit 44e531a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

# TreeSurgeon - Visualisation of Radom Forest Regressor models

**TreeSurgeon** contains routines to visualise Radom Forest Regressor models. The module takes models output files made by [`sklearn`](https://scikit-learn.org/)'s RadomForestRegressor implementation of the random forest regressor algorithm. The raw output files from [`sklearn`](https://scikit-learn.org/) models (`*pkl`) first needs to be converted to the input .csv files required by **TreeSurgeon** using the
extract_models4TreeSurgeon.py script in the
**TreeSurgeon** contains routines to visualise Radom Forest Regressor models. The module takes models output files made by [`sklearn`](https://scikit-learn.org/)'s RadomForestRegressor implementation of the random forest regressor algorithm. The raw output files from [`sklearn`](https://scikit-learn.org/) models (`*pkl`) first needs to be converted to the input `.csv` files required by **TreeSurgeon** using the
`extract_models4TreeSurgeon.py` script in the
[`sparse2spatial`](https://github.com/tsherwen/sparse2spatial) module.


Expand Down

0 comments on commit 44e531a

Please # to comment.