In the documentation, it is described as discrete_limit.
https://epistasislab.github.io/scikit-rebate/using/
discrete_threshold is an argument in the code
|
def __init__(self, n_features_to_select=10, n_neighbors=100, discrete_threshold=10, verbose=False, n_jobs=1,weight_final_scores=False,rank_absolute=False): |
In the documentation, it is described as discrete_limit.
https://epistasislab.github.io/scikit-rebate/using/
discrete_threshold is an argument in the code
scikit-rebate/skrebate/relieff.py
Line 46 in 1679885