| .. |
|
tests
|
Add check for sample_weights
|
2015-10-23 00:06:07 -04:00 |
|
__init__.py
|
ENH add sag solver in LogisticRegression and Ridge
|
2015-09-10 13:28:02 -04:00 |
|
base.py
|
Merge pull request #5446 from deepcharles/charles1
|
2015-10-21 14:11:26 +02:00 |
|
bayes.py
|
DOC adding backlinks to docstrings
|
2015-06-03 00:24:04 -04:00 |
|
cd_fast.c
|
FIX consistency of memory layout for linear CD solver
|
2015-10-04 18:32:05 +02:00 |
|
cd_fast.pyx
|
FIX consistency of memory layout for linear CD solver
|
2015-10-04 18:32:05 +02:00 |
|
coordinate_descent.py
|
Merge pull request #5431 from hlin117/nan-targets
|
2015-10-22 09:36:12 +02:00 |
|
least_angle.py
|
MAINT move custom error/warning classes into sklearn.exceptions
|
2015-10-19 22:35:35 +02:00 |
|
logistic.py
|
Patch liblinear for sample_weights in LogisticRegression(and CV)
|
2015-10-23 00:00:31 -04:00 |
|
omp.py
|
ENH better error message for estimators with ensure_min_* checks
|
2015-10-01 14:44:05 +02:00 |
|
passive_aggressive.py
|
MAINT use super rather than calls to base class methods
|
2015-10-22 15:00:43 +02:00 |
|
perceptron.py
|
DOC adding backlinks to docstrings
|
2015-06-03 00:24:04 -04:00 |
|
randomized_l1.py
|
MAINT move custom error/warning classes into sklearn.exceptions
|
2015-10-19 22:35:35 +02:00 |
|
ransac.py
|
changed format string in no inliers exception to be 2.6 compatible
|
2015-07-11 20:35:32 -05:00 |
|
ridge.py
|
Fixed typo..
|
2015-10-23 11:45:35 +11:00 |
|
sag.py
|
MAINT move custom error/warning classes into sklearn.exceptions
|
2015-10-19 22:35:35 +02:00 |
|
sag_fast.c
|
ENH add sag solver in LogisticRegression and Ridge
|
2015-09-10 13:28:02 -04:00 |
|
sag_fast.pyx
|
ENH add sag solver in LogisticRegression and Ridge
|
2015-09-10 13:28:02 -04:00 |
|
setup.py
|
Adding Implementation of SAG
|
2015-09-10 13:27:04 -04:00 |
|
sgd_fast.c
|
ENH add sag solver in LogisticRegression and Ridge
|
2015-09-10 13:28:02 -04:00 |
|
sgd_fast.pxd
|
ENH add sag solver in LogisticRegression and Ridge
|
2015-09-10 13:28:02 -04:00 |
|
sgd_fast.pyx
|
Small typo fix in the comments: "whther" --> "whether"
|
2014-12-20 21:28:28 -05:00 |
|
sgd_fast_helpers.h
|
FIX #3566: redefine isfinite alias in sklearn
|
2014-08-31 14:59:23 +01:00 |
|
stochastic_gradient.py
|
Fix SGD partial_fit multiclass w/ average.
|
2015-10-07 11:39:57 +02:00 |
|
theil_sen.py
|
MAINT move custom error/warning classes into sklearn.exceptions
|
2015-10-19 22:35:35 +02:00 |