Commit Graph

8 Commits

Author SHA1 Message Date
Gael varoquaux 850644fcdf DOC: module entries in reference documentation
Amongst other things, this is useful for linking to these modules.
2011-04-11 00:10:26 +02:00
Mathieu Blondel 8ee253a0af Fix 20newsgroup example. 2011-01-20 23:25:34 +09:00
Mathieu Blondel 83fd598a40 Add sparse RidgeLOO. 2011-01-20 16:33:00 +09:00
Fabian Pedregosa 2057dd9e2f Remove duplicates in linear_model/__init__.py 2010-12-03 16:22:03 +01:00
Fabian Pedregosa ccb58f14cc rename lars --> least_angle 2010-12-03 16:22:03 +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 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