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

Parallelize boostrap #7

Closed paulhendricks closed 7 years ago

paulhendricks commented 7 years ago

Finished in R.

paulhendricks commented 7 years ago

Some refactoring in R and Python needs to be done to clean up the implementation but the main workhorses are there.

paulhendricks commented 7 years ago

Finished in R - again.

paulhendricks commented 7 years ago

All functions except for bootstrap_metrics() are parallelized; there are a number of problems with referencing data from multiple processes. Will have to research this and return to it in the future.

paulhendricks commented 7 years ago

There also seems to be a problem with parallelization and easy_random_forest(). Will submit another issue with a minrex.

paulhendricks commented 7 years ago

For R, see cd68b277fdc1aea4edcaca3ab15d3568fd604237.