scikit-learn/sklearn/linear_model/tests
Venkatachalam N 730d1e726b [MRG] BUG fix RidgeClassifierCV to accept custom score (#14848)
* handle_clf_ridgeGCV

* included test case

* undo_lambda_rm

* crtd_commet

* check_y

* include_comp_proba

* fix_format

* added more comment for is_clf condtn

* adding param is_clf

* adding super

* format fixes

* init params

* moving param 2 inint

* using is_classifier

* removing super

* ENH do not allocate local arrays in Ridge*CV of store_cv_vales is False

* add whats new

* TST check multiple metrics for RidgeCV

* linting

* update whats new

* missing doc when solving conflict

* missing doc

* style

* correct whats new

* fix

* address agramfort comments

* fix

Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-01-06 21:35:28 +01:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_bayes.py MAINT run latest CI on Python 3.8 (#15637) 2019-11-19 09:56:37 +01:00
test_coordinate_descent.py MNT Removed deprecated attributes and parameters (#15803) 2019-12-09 22:17:06 +08:00
test_huber.py MNT Removed deprecated attributes and parameters (#15803) 2019-12-09 22:17:06 +08:00
test_least_angle.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_logistic.py MNT Removed deprecated logistic_regression_path (#15791) 2019-12-04 12:24:10 -05:00
test_omp.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_passive_aggressive.py MNT Removed deprecated attributes and parameters (#15803) 2019-12-09 22:17:06 +08:00
test_perceptron.py MNT Removed deprecated attributes and parameters (#15803) 2019-12-09 22:17:06 +08:00
test_ransac.py MNT Removed deprecated attributes and parameters (#15803) 2019-12-09 22:17:06 +08:00
test_ridge.py [MRG] BUG fix RidgeClassifierCV to accept custom score (#14848) 2020-01-06 21:35:28 +01:00
test_sag.py Make test_sag_regressor_computed_correctly deterministic (#16003) 2020-01-02 14:13:27 +01:00
test_sgd.py MNT Removed deprecated attributes and parameters (#15803) 2019-12-09 22:17:06 +08:00
test_sparse_coordinate_descent.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00
test_theil_sen.py MAINT Deprecate all of utils.testing except all_estimators (#15367) 2019-10-28 17:28:56 +01:00