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

[Feature] Probabilistic Random Forest #1946

Closed
akaniklaus opened this issue Jan 14, 2019 · 1 comment
Closed

[Feature] Probabilistic Random Forest #1946

akaniklaus opened this issue Jan 14, 2019 · 1 comment

Comments

@akaniklaus
Copy link

akaniklaus commented Jan 14, 2019

Dear Everyone, I believe that the following methodology can be a very good addition to the library:

The paper: https://arxiv.org/abs/1811.05994

The code: https://github.com/ireis/PRF

From the abstract of the paper:

We perform a variety of experiments where we inject different types of noise to a dataset, and compare the accuracy of the PRF to that of RF. The PRF outperforms RF in all cases, with a moderate increase in running time. We find an improvement in classification accuracy of up to 10% in the case of noisy features, and up to 30% in the case of noisy labels. . The PRF accuracy decreased by less then 5% for a dataset with as many as 45% misclassified objects, compared to a clean dataset.

@StrikerRUS
Copy link
Collaborator

Closed in favor of being in #2302. We decided to keep all feature requests in one place.

Welcome to contribute this feature! Please re-open this issue (or post a comment if you are not a topic starter) if you are actively working on implementing this feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants