Closed eddiebergman closed 10 months ago
Whoops, somehow the estimator wasn't getting cloned before being CVFitted on. This wasn't caught by the tests as the default model we used could be warm-started and refit without issue. I ran across this bug while using this on an MLPClassifier.
Whoops, somehow the estimator wasn't getting cloned before being CVFitted on. This wasn't caught by the tests as the default model we used could be warm-started and refit without issue. I ran across this bug while using this on an MLPClassifier.