UnixJunkie / orf

OCaml Random Forests
Other
8 stars 1 forks source link

bug w/ training a RFR in parallel #12

Closed UnixJunkie closed 3 years ago

UnixJunkie commented 3 years ago

the trained model is way poorer than the one trained without parallelization.

Check with RFC.

UnixJunkie commented 3 years ago

apparently, not with RFC

UnixJunkie commented 3 years ago

killed it: RFC.array_parmap must preserve input order (for the predict_many* functions).