Closed EdenWuyifan closed 1 year ago
It's because you are using the holdout
strategy. If you use a n_splits
> 1, you should use cross-validation (cv
parameter). Anyway, I'm going to add a checker.
I see, thanks! I will change the strategy to cv