modnet icon indicating copy to clipboard operation
modnet copied to clipboard

Random state in feature selection

Open gbrunin opened this issue 1 year ago • 0 comments

I had segmentation faults when performing feature selection on very small datasets (typically for testing). Setting a random seed fixes this issue, and it's always nice to have this feature for testing. It was already possible in get_cross_nmi and compute_nmi, I just extended it to feature_selection.

gbrunin avatar Aug 21 '23 09:08 gbrunin