I implemented a Bagging Ensemble model in sklearn, but the cross_validate method always returns a perfect train score.
Is this behaviour normal or am I doing something wrong in my implementation?
I implemented a Bagging Ensemble model in sklearn, but the cross_validate method always returns a perfect train score.
Is this behaviour normal or am I doing something wrong in my implementation?