Open johannes-kk opened 4 years ago
Distributed-memory MPI as the sole parallelisation of RandomForest training seems unnecessary. Probably more appropriate for hyperparameter search, such that separate nodes run RandomForest.fit_() on specific hyperparameters or subset thereof.
RandomForest
RandomForest.fit_()
Distributed-memory MPI as the sole parallelisation of
RandomForest
training seems unnecessary. Probably more appropriate for hyperparameter search, such that separate nodes runRandomForest.fit_()
on specific hyperparameters or subset thereof.