scikit-learn/sklearn/tests
Guillaume Lemaitre ad3c288182
MNT minimally revert strict_mode (#18905)
* MNT minimally revert strict_mode

* remove test

* Update sklearn/utils/estimator_checks.py

Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>

Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
2020-11-25 13:31:32 +01:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py MNT Raise error if parameter cannot be retrieved (#17448) 2020-10-28 19:05:15 +01:00
test_build.py [MRG] BUILD: warn instead of raise when openmp unsupported (#15174) 2019-11-13 10:03:12 +01:00
test_calibration.py FIX deprecate calibrators_ in _CalibratedClassifier (#18714) 2020-11-01 19:29:43 +01:00
test_check_build.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_common.py MNT minimally revert strict_mode (#18905) 2020-11-25 13:31:32 +01:00
test_config.py ENH Adds HTML visualizations for estimators (#14180) 2020-04-30 08:31:58 +10:00
test_discriminant_analysis.py FEA Allow passing custom covariance estimators to LDA (#14446) 2020-09-17 08:40:41 -04:00
test_docstring_parameters.py MNT deprecate attributes in Partial Least Squares module (#18768) 2020-11-11 12:37:18 +01:00
test_dummy.py [MRG] More deprecation for 0.24 (#17142) 2020-05-20 16:04:14 -04:00
test_init.py MNT towards removing assert_equal, etc (#14222) 2019-07-01 09:13:32 -04:00
test_isotonic.py BUG Add tol to _make_unique to avoid inf values in IsotonicRegression (#18639) 2020-10-27 15:37:46 +01:00
test_kernel_approximation.py FEA Add PolynomialCountSketch to Kernel Approximation module (#13003) 2020-08-18 08:44:20 +02:00
test_kernel_ridge.py ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143) 2020-10-07 21:53:36 +11:00
test_metaestimators.py FEA Add Self Training Estimator (#11682) 2020-11-20 19:49:08 +01:00
test_min_dependencies_readme.py MNT Move min_dependencies up a level (#18610) 2020-10-14 16:11:05 +02:00
test_multiclass.py MNT Deprecate coef_ and intercept_ in OVR (#18687) 2020-11-17 12:33:32 +00:00
test_multioutput.py EHN make some meta-estimators lenient towards missing values (#17987) 2020-08-26 11:10:24 +02:00
test_naive_bayes.py ENH Add min_categories parameter for each feature to CategoricalNB (#16326) 2020-08-20 17:05:57 +02:00
test_pipeline.py FIX Preserve parameters when slicing a pipeline (#18429) 2020-09-21 16:52:13 -04:00
test_random_projection.py [MRG] More deprecation for 0.24 (#17142) 2020-05-20 16:04:14 -04:00