| .. |
|
sparse
|
ENH: make it possible to pass class_weight='auto' as constructor param for SGDClassifier
|
2011-11-01 19:00:50 +01:00 |
|
tests
|
ENH: make it possible to pass class_weight='auto' as constructor param for SGDClassifier
|
2011-11-01 19:00:50 +01:00 |
|
__init__.py
|
Move project directory from scikits.learn to sklearn
|
2011-09-02 12:06:57 +02:00 |
|
base.py
|
ENH: make it possible to pass class_weight='auto' as constructor param for SGDClassifier
|
2011-11-01 19:00:50 +01:00 |
|
bayes.py
|
ENH accept matrix input throughout
|
2011-10-21 13:51:12 +02:00 |
|
cd_fast.c
|
batch re-cythonization with version 0.15 and new package names
|
2011-09-03 13:28:32 +02:00 |
|
cd_fast.pyx
|
Move project directory from scikits.learn to sklearn
|
2011-09-02 12:06:57 +02:00 |
|
coordinate_descent.py
|
DOC: minor typo "precom[p]uted"
|
2011-10-30 21:11:38 -04:00 |
|
least_angle.py
|
Removed unused parameters in least_angle
|
2011-10-26 12:32:46 +02:00 |
|
logistic.py
|
ENH accept matrix input throughout
|
2011-10-21 13:51:12 +02:00 |
|
omp.py
|
Merge pull request #410 from larsmans/accept-matrix-input
|
2011-10-25 11:52:36 -07:00 |
|
ridge.py
|
COSMIT rename safe_asanyarray to safe_asarray to prevent confusion
|
2011-10-21 13:58:08 +02:00 |
|
setup.py
|
Move project directory from scikits.learn to sklearn
|
2011-09-02 12:06:57 +02:00 |
|
sgd_fast.c
|
fix: overflow of `offset` variable if X.shape[0] * X.shape[1] > 250M
|
2011-11-03 20:55:58 +01:00 |
|
sgd_fast.pxd
|
Move project directory from scikits.learn to sklearn
|
2011-09-02 12:06:57 +02:00 |
|
sgd_fast.pyx
|
fix: overflow of `offset` variable if X.shape[0] * X.shape[1] > 250M
|
2011-11-03 20:55:58 +01:00 |
|
sgd_fast_sparse.c
|
cosmit: get rid of gcc warning (q_data_ptr was not initialized)
|
2011-11-03 20:24:35 +01:00 |
|
sgd_fast_sparse.pyx
|
cosmit: get rid of gcc warning (q_data_ptr was not initialized)
|
2011-11-03 20:24:35 +01:00 |
|
stochastic_gradient.py
|
ENH: make it possible to pass class_weight='auto' as constructor param for SGDClassifier
|
2011-11-01 19:00:50 +01:00 |