You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The feature selection procedure relies on mutual_info_regression & mutual_info_classifwhich is stochastic. Therefore, feature selection is nondeterministic (the ranked list of optimal descriptors can have slight changes from run to run).
Solution:
Fix random state in mutual_info_regression See here.
The feature selection procedure relies on
mutual_info_regression
&mutual_info_classif
which is stochastic. Therefore, feature selection is nondeterministic (the ranked list of optimal descriptors can have slight changes from run to run).Solution:
mutual_info_regression
See here.Issue reported by @rogeriog & @gbrunin, thanks !
The text was updated successfully, but these errors were encountered: