Open rmontanana opened 3 years ago
Hi
Maybe I'm wrong but I think that
rff *= 2
should be:
rff *= (n_features **2 - n_features)
in the merit calculation function
Thanks for sharing your code!
Hi
Maybe I'm wrong but I think that
should be:
in the merit calculation function
Thanks for sharing your code!