Currently the Dask RandomForest throws NotImplementedError when the user attempts to access oob_prediction_ or oob_decision_function_ attributes. To implement these attributes, we need to perform allgather on rank-local OOB predictions along with partition-order metadata. See #8466 (comment) for the additional context.
Currently the Dask RandomForest throws
NotImplementedErrorwhen the user attempts to accessoob_prediction_oroob_decision_function_attributes. To implement these attributes, we need to perform allgather on rank-local OOB predictions along with partition-order metadata. See #8466 (comment) for the additional context.