scikit-learn/sklearn/linear_model
lesteve fa50e628dd Remove 'DeprecationWarning: using a non-integer number instead of an integer will result in an error in the future' warnings 2014-07-18 15:16:56 +01:00
..
tests Remove 'DeprecationWarning: using a non-integer number instead of an integer will result in an error in the future' warnings 2014-07-18 15:16:56 +01:00
__init__.py ENH: MultiTaskElasticNet (and Lasso) CV 2014-01-21 08:41:02 +11:00
base.py FIX: ENetCV and LassoCV now accept np.float32 input 2014-05-22 14:54:29 +05:30
bayes.py DOC spellfixes 2013-06-29 16:18:23 +03:00
cd_fast.c TST: Added test to check that warm model converges faster than a cold one 2014-07-15 12:17:36 +02:00
cd_fast.pyx TST: Added test to check that warm model converges faster than a cold one 2014-07-15 12:17:36 +02:00
coordinate_descent.py Added return_n_iter parameter for enet (and lasso) path 2014-07-15 12:17:36 +02:00
least_angle.py Cosmetic np.abs -> abs 2014-07-14 18:21:00 +02:00
logistic.py FIX: Remove raw_coef_ attribute that eats up memory 2014-07-18 12:06:35 +02:00
omp.py Tidy up by removing unnecessary local variables 2014-07-17 16:32:19 +01:00
passive_aggressive.py DOC spellfixes 2013-06-29 16:18:23 +03:00
perceptron.py MAINT remove deprecated functionality from SGD 2014-03-19 23:55:56 +01:00
randomized_l1.py ENH: transformers work on non ndarray subclasses 2014-07-17 11:44:08 +02:00
ransac.py ENH: support non-ndarray subclasses in supervised estimator 2014-07-17 11:44:08 +02:00
ridge.py Remove deprecated 'score_func' and 'loss_func' parameters from sklearn.metrics.scorer.check_scoring. Amend the code in all the other places they were used. 2014-07-17 13:53:06 +01:00
setup.py COSMIT pep8 2012-12-22 16:48:17 +01:00
sgd_fast.c More informative numerical error message in SGD 2014-04-03 16:04:23 +02:00
sgd_fast.pyx More informative numerical error message in SGD 2014-04-03 16:04:23 +02:00
stochastic_gradient.py ENH: enable y to only implement the array interface 2014-07-17 11:44:07 +02:00