| .. |
|
tests
|
Fixed warnings for DataDimensionalityWarning, decision_function and decision_function_shape.
|
2015-10-14 15:38:07 -04:00 |
|
__init__.py
|
ENH add sag solver in LogisticRegression and Ridge
|
2015-09-10 13:28:02 -04:00 |
|
base.py
|
FIX Don't compare arrays to strings!!!!
|
2015-10-15 16:07:17 -04: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 #5413 from amueller/cleanup_tests
|
2015-10-16 09:10:49 +02:00 |
|
least_angle.py
|
FIX Don't compare arrays to strings!!!!
|
2015-10-15 16:07:17 -04:00 |
|
logistic.py
|
a common test to check if classifiers fail when fed regression targets
|
2015-10-14 14:46:13 -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
|
add class_weight to PA cls, remove from PA reg
|
2015-06-06 08:57:17 -07:00 |
|
perceptron.py
|
DOC adding backlinks to docstrings
|
2015-06-03 00:24:04 -04:00 |
|
randomized_l1.py
|
FIX precision to float64 across the codebase
|
2015-10-16 11:20:29 +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
|
DOC: correct docstring
|
2015-10-15 16:36:03 +02:00 |
|
sag.py
|
minor fixes to the doc build
|
2015-09-11 17:32:51 -04: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
|
fix TheilSenRegressor input validation, LassoLarsIC input validation
|
2015-07-31 10:34:39 -04:00 |