Skip to content

[FEA] Add support for Out-of-Bag (OOB) Scores for cuML Random Forest #7395

@csadorf

Description

@csadorf

Description

Add out-of-bag (OOB) score estimation to cuML's Random Forest implementation, similar to sklearn's oob_score_ attribute. See the sklearn example for reference on how OOB scoring is used in practice.

Rationale

OOB scores provide a built-in cross-validation mechanism that estimates generalization performance without requiring a separate validation set, useful for rapid model evaluation.

Original issue: #3361

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions