You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* new implementation of Bagging
* pep8 style fix
* code format
* break too long comments into lines
* try to fix CI issue
* update CI python ver
* Update test_all_models.py
Co-authored-by: Yi-Xuan Xu <xuyx@lamda.nju.edu.cn>
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Changelog
18
18
Ver 0.1.*
19
19
---------
20
20
21
+
* |Fix| Fix the sampling issue in :class:`BaggingClassifier` and :class:`BaggingRegressor` | `@SunHaozhe <https://github.com/SunHaozhe>`__
21
22
* |Feature| |API| Add :class:`NeuralForestClassifier` and :class:`NeuralForestRegressor` | `@xuyxu <https://github.com/xuyxu>`__
22
23
* |Fix| Relax check on input dataloader | `@xuyxu <https://github.com/xuyxu>`__
23
24
* |Feature| |API| Support arbitrary training criteria for all ensembles except Gradient Boosting | `@by256 <https://github.com/by256>`__ and `@xuyxu <https://github.com/xuyxu>`__
0 commit comments