Commit Graph

6 Commits

Author SHA1 Message Date
Fabian Pedregosa 0faf690eb2 Deleted code is debugged code. 2011-02-24 11:39:50 +01:00
Fabian Pedregosa 758e5c560c Remove redundant site.cfg parsing. 2010-12-07 15:27:31 +01:00
Fabian Pedregosa 560c6c7c17 More rename in the sgd module.
Merge stochastic_descent into linear_model.
2010-12-01 11:38:28 +01:00
Peter Prettenhofer fe662553ea finalized sgd module renaming.
renamed ClassifierSGD to SGDClassifier (same for Regressor)
updated setup.py files
updated examples
updated docs
2010-11-30 12:14:30 +01:00
Fabian Pedregosa cec8e33e79 Move benchmarks outside the source tree.
Some reasons:

   - Avoid current fragmentation.
   - Avoid nose failures when importing those modules.
2010-11-26 17:53:06 +01:00
Fabian Pedregosa 68bc58d029 glm --> linear_model rename holocaust.
I also moved cd_fast.pyx from its src subdirectory to linear_models,
to match the sgd module structure.
2010-11-25 16:27:30 +01:00