CCS-Lab / easyml

A toolkit for easily building and evaluating machine learning models.
https://ccs-lab.github.io/easyml
Other
40 stars 16 forks source link

Add Random Forest to easyml #28

Closed paulhendricks closed 7 years ago

paulhendricks commented 7 years ago

Scaffolding is in place for both R and Python.

paulhendricks commented 7 years ago

First pass is finished in R.

paulhendricks commented 7 years ago

First pass in Python is finished. Currently only works in sequential form; will work on parallelization in a separate issue.