Ryan Brown
Results
1
comments of
Ryan Brown
I got the same error when trying to use `forest_minimize`. Looking into the code, I think their custom ExtraTreesRegressor and RandomForestRegressor uses `'mse'` instead of `'friedman_mse'`, probably needs to be...