Commit Graph

21 Commits

Author SHA1 Message Date
Andreas Mueller 0650d5502e DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
Andreas Mueller eedc1cddab Use more natural class_weight="auto" heuristic 2015-06-01 12:49:53 -04:00
Andreas Mueller deeaf0ad35 change default to shuffle=True in SGDClassifier and friends. 2015-03-03 11:56:23 -05:00
trevorstephens 7c50e6c8eb various docstring fixes for web docs 2014-11-30 17:59:42 -08:00
Joel Nothman b3bdb08964 DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
Lars Buitinck 096070d105 MAINT remove deprecated functionality from SGD 2014-03-19 23:55:56 +01:00
Joel Nothman 9a8845e913 ENH Create FeatureSelectionMixin for shared [inverse_]transform code
Also rename FeatureSelectionMixin -> SelectorMixin -> _LearntSelectorMixin
And rename sklearn.feature_selection.{selector_mixin -> from_model}
2013-05-21 13:53:12 +10:00
Robert Layton dacfd8bd5d DOC: Replaced all BSD style licenses with "BSD 3 clause"
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!

Removed duplicate "3 clause, 3 clause"

Removed trailing period if exists

Fixed some missed licences, still about 50 to do, but those can be automated

Think I got the last of them.

Apparently me and sed have different ideas of regex.

Found a few more
2013-04-30 08:34:46 +02:00
Andreas Mueller 6f3d7aa3d5 FIX in Perceptron and doctest 2013-01-19 16:44:09 +01:00
Andreas Mueller 1024662777 COMP keep seed as init parameter of Perceptron, only deprecate 2013-01-19 16:44:09 +01:00
Andreas Mueller 92138a4258 COSMIT pep8 2012-11-10 14:02:29 +00:00
Mathieu Blondel 34037306ab Remove transform from PassiveAggressive*.
It really only makes sense if the estimator supports L1-penalty.
2012-11-08 15:21:19 +09:00
Mathieu Blondel a3670c0fb4 Remove predict_proba from Perceptron and PassiveAggressiveClassifier.
Fixes #1336.
2012-11-07 14:18:34 +09:00
Rob Zinkov 76972db507 Added documentation for new classifier and changed seed to random_state 2012-10-25 06:18:34 -07:00
Andreas Mueller 72e71bb439 ENH address @agramfort's comments, fix some doctests 2012-10-11 20:56:03 +01:00
Andreas Mueller aa3a161087 COSMIT pep8 2012-02-01 22:32:17 +01:00
Andreas Mueller 2588a3cd06 DOC more fixes in Docs 2012-01-31 21:55:31 +01:00
Mathieu Blondel bb7ed6435d Expose more parameters. 2012-01-29 20:32:30 +09:00
Mathieu Blondel d41f89c7aa Propagate parameters. 2012-01-29 20:27:35 +09:00
Mathieu Blondel 46aa934581 Add references and implementation details. 2012-01-29 20:26:50 +09:00
Mathieu Blondel 5e3ea55706 Add Perceptron. 2012-01-29 02:34:12 +09:00