scikit-learn/sklearn/linear_model/tests
MechCoder 41cbfded7c Add check for sample_weights 2015-10-23 00:06:07 -04:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py add sample_weight into LinearRegression 2015-08-13 14:32:07 -04:00
test_bayes.py MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
test_coordinate_descent.py MAINT Removed deprecated stuff. 2015-10-21 10:24:23 +02:00
test_least_angle.py MAINT move custom error/warning classes into sklearn.exceptions 2015-10-19 22:35:35 +02:00
test_logistic.py Add check for sample_weights 2015-10-23 00:06:07 -04:00
test_omp.py fix ompcv on old scipy versions 2015-03-18 10:25:01 -04:00
test_passive_aggressive.py add class_weight to PA cls, remove from PA reg 2015-06-06 08:57:17 -07:00
test_perceptron.py COSMIT pep8 2012-11-10 14:02:29 +00:00
test_randomized_l1.py a common test to check if classifiers fail when fed regression targets 2015-10-14 14:46:13 -04:00
test_ransac.py Fixed test to check for capital No 2015-07-11 13:37:13 -05:00
test_ridge.py FIX temporary fix for sparse ridge with intercept fitting 2015-10-13 10:12:19 +02:00
test_sag.py ENH add sag solver in LogisticRegression and Ridge 2015-09-10 13:28:02 -04:00
test_sgd.py Fixed warnings for DataDimensionalityWarning, decision_function and decision_function_shape. 2015-10-14 15:38:07 -04:00
test_sparse_coordinate_descent.py MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
test_theil_sen.py MAINT move custom error/warning classes into sklearn.exceptions 2015-10-19 22:35:35 +02:00