Loïc Estève
f63ba1d963
MAINT use super rather than calls to base class methods
2015-10-22 15:00:43 +02:00
trevorstephens
ee7887970e
add class_weight to PA cls, remove from PA reg
...
rebase on top of #4347
improve error message
update error msg
2015-06-06 08:57:17 -07:00
Andreas Mueller
0650d5502e
DOC adding backlinks to docstrings
2015-06-03 00:24:04 -04:00
Andreas Mueller
deeaf0ad35
change default to shuffle=True in SGDClassifier and friends.
2015-03-03 11:56:23 -05:00
Raghav R V
b3fbccca38
FIX various mismatch between docstring and signature params
...
DOC max_iterations -> max_iter. Make it consistent with kmeans
MAINT Replace the deprecated dx parameter with d in the docstrings
MAINT Deprecation warning for max_iterations parameter.
2015-01-16 11:54:57 -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
Jaques Grobler
8861833ec9
DOC spellfixes
2013-06-29 16:18:23 +03: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
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
Mathieu Blondel
5706109df0
Document epsilon.
2012-11-06 16:08:11 +09:00
Mathieu Blondel
27be154754
Add tests for partial fit.
2012-11-06 01:07:44 +09:00
Mathieu Blondel
0f92da4914
Remove sample_weight and class_weight from PassiveAggressive*.
2012-11-06 00:53:50 +09:00
Mathieu Blondel
663a6aeb0a
Better documentation for C.
2012-11-05 23:39:55 +09:00
Mathieu Blondel
7fadf53465
Fix see also.
2012-11-05 22:00:16 +09:00
Mathieu Blondel
6b6abcdbf9
Credit myself.
2012-11-05 21:58:42 +09:00
Mathieu Blondel
d38c0d2fee
Fix random_state in SGD.
2012-11-05 21:34:46 +09:00
Mathieu Blondel
0dcb61fc39
Test PA-II (regression).
2012-11-05 21:17:04 +09:00
Mathieu Blondel
8b73f406b9
Implement and test PA-II.
2012-11-05 20:13:20 +09:00
Mathieu Blondel
1589d5441c
Do not expose C in SGDClassifier / Regressor.
2012-11-05 19:48:48 +09:00
Mathieu Blondel
65b035ff78
Fix many bugs and test PA-I.
2012-11-05 18:01:35 +09:00
Mathieu Blondel
d9bb6ac8e9
Rename pa.py to passive_aggressive.py.
2012-11-05 16:29:12 +09:00