Commit Graph

19 Commits

Author SHA1 Message Date
Alexandre Gramfort 8ec89a9fc2 ENH : C scaling of sparse models 2011-12-18 12:39:26 +01:00
Alexandre Gramfort cfcf42e742 Merge branch 'master' into n_samples_scaling
Conflicts:
	doc/whats_new.rst
	sklearn/grid_search.py
	sklearn/svm/base.py
	sklearn/svm/classes.py
	sklearn/svm/sparse/classes.py
2011-12-15 15:17:46 +01:00
Peter Prettenhofer bb5ddcbaac fix: rm `nu` argument from sparse.SVR (taken from dense SVR). 2011-11-22 22:10:08 +01:00
Mathieu Blondel 16f628e827 Revert "FIX : removing param nu from sparse.SVR, C from NuSVR + pep8"
This reverts commit ad9f7b5a64.

Conflicts:

	sklearn/svm/classes.py
	sklearn/svm/sparse/classes.py
2011-11-22 14:50:27 +09:00
Lars Buitinck fee7e8a2d9 FIX use super consistently in SVMs 2011-11-15 23:46:36 +01:00
Alexandre Gramfort fdbd584a93 s/C_scale_n_samples/scale_C 2011-11-11 21:36:19 -05:00
Alexandre Gramfort 5504034f4a $Merge branch 'master' into n_samples_scaling
Conflicts:
	sklearn/svm/classes.py
	sklearn/svm/sparse/classes.py
2011-11-11 21:22:17 -05:00
Alexandre Gramfort ad9f7b5a64 FIX : removing param nu from sparse.SVR, C from NuSVR + pep8 2011-11-11 21:15:59 -05:00
Alexandre Gramfort 6def64c3e6 ENH : adding support for scaling by n_samples of the C parameter in libsvm and liblinear models 2011-11-11 16:43:03 -05:00
Andy bdc69b6200 DOC: fogot doctests in python files. 2011-11-04 14:35:18 +01:00
Andy 4e746501ea ENH: SVM cache_size default value changed to 200 mb 2011-11-04 13:34:20 +01:00
Andy d961d79d52 BUG: cache_size also for sparse SVMs 2011-11-03 17:28:43 +01:00
Peter Prettenhofer 93f7bd9831 cosmit: pep8 2011-10-02 18:31:39 +02:00
Peter Prettenhofer 3b34162524 fix: use None as default value for class_weight and sample_weight for sparse OneClassSVM; ample_weight -> sample_weight 2011-10-02 18:21:46 +02:00
Fabian Pedregosa 90705a512f FIX broken tests by last commit. 2011-09-13 14:31:05 +02:00
Fabian Pedregosa c8f09369cd Use LinearSVC's docstring instead of outdated one. 2011-09-12 22:23:34 +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 fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00