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
Minor maintenance point but it could be worth migrating to parametrize_with_checks instead of using check_estimator directly in scikit-learn integration tests (or rather the private _yield_all_checks function from scikit-learn):
The text was updated successfully, but these errors were encountered:
rth
changed the title
[python] Migrate to parametrize_with_checks for scikit-learn's check_estimators
[python] Migrate to parametrize_with_checks for scikit-learn integration tests
Mar 26, 2020
Closed in favor of being in #2302. We decided to keep all feature requests in one place.
Welcome to contribute this feature! Please re-open this issue (or post a comment if you are not a topic starter) if you are actively working on implementing this feature.
Minor maintenance point but it could be worth migrating to
parametrize_with_checks
instead of usingcheck_estimator
directly in scikit-learn integration tests (or rather the private_yield_all_checks
function from scikit-learn):LightGBM/tests/python_package_test/test_sklearn.py
Lines 285 to 292 in c870c57
It particular, this would make each pair of estimator-check an independent pytest check which will make them easier to skip or debug issues like #2628
Reference : https://scikit-learn.org/stable/developers/develop.html#rolling-your-own-estimator
The text was updated successfully, but these errors were encountered: