ireis / PRF

Probabilistic Random Forest: A machine learning algorithm for noisy datasets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Request] Documentation for PRF class variables

malteal opened this issue · comments

Hello,

I'm trying to do classification on binary mislabeled data, like you did in your paper "Probabilistic Random Forest: A machine learning algorithm for noisy datasets" in fig. 4. But I'm having a hard time finding any documentation about the variables used in the classes in PRF.py, especially keep_proba and bootstrap. Is there any documentation for these?

In particular, if I want to give the PRF the (1-p_switch) value, which variable should I use?

Best,
Malte