scikit-learn/sklearn/linear_model
Lars Buitinck 2694e50fe5 Merge pull request #1556 from larsmans/cython-cleanup
MRG clean up Cython and C code
2013-01-10 09:03:11 -08:00
..
tests COSMIT PEP8 2012-12-22 16:48:17 +01:00
__init__.py COSMIT pep8 2012-12-22 16:48:17 +01:00
base.py COSMIT pep8 2012-12-22 16:48:17 +01:00
bayes.py COSMIT pep8 2012-12-22 16:48:17 +01:00
cd_fast.c COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01:00
cd_fast.pyx COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01:00
coordinate_descent.py COSMIT pep8 2012-12-22 16:48:17 +01:00
least_angle.py FIX stupid mistake 2012-12-27 00:28:01 +01:00
logistic.py COSMIT pep8 2012-12-22 16:48:17 +01:00
omp.py COSMIT pep8 2012-12-22 16:48:17 +01:00
passive_aggressive.py COSMIT pep8 2012-11-10 14:02:29 +00:00
perceptron.py COSMIT pep8 2012-11-10 14:02:29 +00:00
randomized_l1.py COSMIT pep8 2012-12-22 16:48:17 +01:00
ridge.py COSMIT pep8 2012-12-22 16:48:17 +01:00
setup.py COSMIT pep8 2012-12-22 16:48:17 +01:00
sgd_fast.c COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01:00
sgd_fast.pyx COSMIT shut up the build by calling np.import_array in Cython modules 2013-01-10 18:00:21 +01:00
stochastic_gradient.py fix: docstring for power_t in SGDClassifier was not correct (0.25 instead of 0.5) 2013-01-10 17:18:59 +01:00