Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement predict_proba for RandomForestClassifier #288

Draft
wants to merge 15 commits into
base: development
Choose a base branch
from

Conversation

Mec-iS
Copy link
Collaborator

@Mec-iS Mec-iS commented Jan 20, 2025

Fixes #50
implement predict_proba for RandomForestClassifier

Checklist

  • My branch is up-to-date with development branch.
  • Everything works and tested on latest stable Rust.
  • Coverage and Linting have been applied

@Mec-iS Mec-iS requested a review from morenol January 20, 2025 17:20
@Mec-iS
Copy link
Collaborator Author

Mec-iS commented Jan 20, 2025

@morenol could you take a look to the new tests? I get inconsistent errors from some platforms

@Mec-iS Mec-iS changed the title Issue 50 predict proba for randomforest Implement predict_proba for RandomForestClassifier Jan 20, 2025
…smartcorelib/smartcore into issue-50-predict-proba-for-randomforest
@Mec-iS Mec-iS marked this pull request as draft January 20, 2025 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement a new method that predicts probabilities, where it makes sense
1 participant