Commit Graph

23 Commits

Author SHA1 Message Date
Fabian Pedregosa 30cba7db11 Add a compatibility layer for some modules.
OK, there are a bunch of ``import *``, but I don't see any other
reasonable way ...
2011-09-02 12:07:18 +02:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa 9fe39085dc Revert "Add a compatibility layer for some modules."
This reverts commit 3be3de1fd2.
2011-09-02 12:03:00 +02:00
Fabian Pedregosa 3be3de1fd2 Add a compatibility layer for some modules.
OK, there are a bunch of ``import *``, but I don't see any other
reasonable way ...
2011-09-02 11:38:42 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00
Alexandre Gramfort 899dfcda41 ENH : new LassoLarsIC estimator 2011-08-10 16:12:41 +02:00
vene a1d8259f4a Merge branch 'master' into omp
Conflicts:
	doc/modules/linear_model.rst
2011-08-05 17:50:34 +03:00
Gael varoquaux c08b9ca8ce API: add import paths for LarsCV and LassoLarsCV 2011-08-03 20:03:22 +02:00
vene f32ca3b162 Merge branch 'master' into omp 2011-07-29 12:55:28 +03:00
vene 4c5622b3cb OrthogonalMatchingPursuit estimator 2011-07-29 02:54:23 +03:00
Alexandre Gramfort 26ec2b2d6a ENH: adding LARS and LassoLARS deprecated classes 2011-07-26 16:17:21 -04:00
Alexandre Gramfort 5a12763441 API : renaming LARS to Lars 2011-07-25 21:41:48 -04:00
vene a2316af197 Brought in OMP from the larger branch 2011-07-25 13:57:42 +03:00
vene 83771ab21b Exposed ridge_regression in linear_model init.py 2011-06-28 10:41:27 +03:00
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