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

change 'parallel' to 'n_core' #31

Closed youngahn closed 7 years ago

youngahn commented 7 years ago

default value of 'n_core' = 1 if 'n_core' > 1 ==> use parallel But if 'n_core' > detectCores() --> use detectCores()

paulhendricks commented 7 years ago

Finished in R.

paulhendricks commented 7 years ago

Finished in Python.