py
py copied to clipboard
Fix deprecated base_estimator in BaggingClassifier (Issue #284)
This PR fixes the deprecation warning for base_estimator in BaggingClassifier by replacing it with estimator. This resolves Issue #284.