Commit Graph

225 Commits

Author SHA1 Message Date
Andreas Mueller 9bc4de8dae some fixes for sphinx and in examples 2015-03-02 12:50:53 -05:00
Andreas Mueller c970fb51e7 COSMIT spelling 2015-01-15 15:09:35 -05:00
Raghav R V abd31d2cad MAINT Make uniform the error raised for not fitted condition 2015-01-12 00:33:40 +05:30
Andreas Mueller 46c1c42131 remove deprecated ``n_bootstraps`` parameter in Bootstrap cv object, verbose in FactorAnalysis and SelectorMixin. Also adjust some deprecation strings. 2014-12-29 13:53:42 -05:00
Alexandre Gramfort 69d393af6f Merge pull request #3931 from dsullivan7/cwwarn
[MRG+1] raising warning for class_weight in fit method
2014-12-12 14:57:37 +01:00
Alexandre Gramfort ae614649d7 Merge pull request #3954 from amueller/fix_sgd_learningrate_docs
DOC explain t0 in the SGD docstring (currently somewhat confusing)
2014-12-11 15:17:32 +01:00
Jeff Hammerbacher bf1691b69a 'none' is an acceptable value for penalty 2014-12-10 18:33:45 -05:00
Andreas Mueller 9392445767 DOC explain t0 in the docstring (currently somewhat confusing) 2014-12-10 18:32:28 -05:00
dsullivan7 b99824fb46 changing warn message, making it Deprecation Warning, and removing negative index for py2.7 2014-12-05 09:39:39 +01:00
dsullivan7 afe890b2a8 adding warning if passing class_weight through fit 2014-12-04 13:17:34 +01:00
dsullivan7 8dd7f16bef adding support for class_weight in fit method 2014-12-03 17:15:49 +01:00
trevorstephens 7c50e6c8eb various docstring fixes for web docs 2014-11-30 17:59:42 -08:00
Andreas Mueller 9033865100 FIX raise error when number of features changes in partial fit, Add common test for inconsisten number of features for partial fit. 2014-11-06 18:01:31 -05:00
Danny Sullivan 04f6d12282 fix to a minor bug with intercept 2014-10-13 18:21:41 +02:00
Danny Sullivan a0f0d461bc fixing merge conflicts 2014-10-09 16:23:45 +02:00
Danny Sullivan fd8dc246ee removing spaces for tuples of width 1 2014-10-08 15:02:00 +02:00
Danny Sullivan d0ea44d5e1 adding space to shape and putting // in average division 2014-10-07 12:47:08 +02:00
Danny Sullivan d6c912969c changing parameters for asgd regression benchmark and changing array shape for docstring 2014-10-07 11:25:37 +02:00
Danny Sullivan 984e9aa8f3 increasing testing precision, putting comment on one line and adding asgd to regression benchmark 2014-10-06 14:39:16 +02:00
Danny Sullivan e5ae879ea0 clean up and average can now be set to an int indicating the number of iterations before averaging 2014-10-03 15:44:15 +02:00
Danny Sullivan 009f7de178 adding note for partial_fit and n_iter 2014-10-03 10:25:51 +02:00
Danny Sullivan 7b6cb91459 adding add_average method and solving iteration bug by replacing definition of t 2014-10-03 09:51:16 +02:00
Danny Sullivan 0d6a8de067 removing documentation about constant learning rate for averaging 2014-10-01 10:42:58 +02:00
Danny Sullivan 5fe405bd65 cleaning up floating point and unneeded todos, also removing constant learning rate for asgd 2014-09-29 12:58:30 +02:00
Danny Sullivan 39c87018b2 cleaning up commented out code and previous_coef_ parameter 2014-09-22 15:40:48 +02:00
Danny Sullivan 3b292b28e5 adding a more descriptive error message 2014-09-13 16:03:19 +02:00
Danny Sullivan e95a7f0e8e adding value error for partial fit with auto weights 2014-09-13 16:02:29 +02:00
Alexandre Gramfort 1ceb885f6b rephrase doc, rename unseen, fix pep8 2014-09-10 22:40:55 +02:00
Danny Sullivan 8081745013 fixing merge conflicts 2014-09-10 11:13:57 +02:00
Danny Sullivan 149d97f78e making optimal for asgd the constant learning rate 2014-09-10 11:10:01 +02:00
Danny Sullivan 14eb82bfeb removing standard_coef and standard_intercept from plain sgd 2014-09-01 13:24:52 +02:00
Danny Sullivan 42fbeaea4c changing sgd to asgd 2014-08-21 14:52:33 +02:00
Danny Sullivan a6777cd670 adding if self.average logic 2014-08-13 16:31:16 +02:00
Danny Sullivan 9acc643afc seperating out the average and plain apis in stochastic_gradient.py 2014-08-07 16:27:37 +02:00
Danny Sullivan ddfb6161c1 changing api to have average_sgd and plain_sgd 2014-08-07 13:48:59 +02:00
Danny Sullivan 0943c922e1 adding faster implementation of asgd with sparse data 2014-08-05 13:37:25 +02:00
jnothman e1891d801b Merge pull request #3489 from jnothman/attributes-doc
[MRG] DOC fix formatting of Attributes sections in documentation
2014-08-02 20:14:53 +10:00
Olivier Grisel 07560e45c2 FIX #3485: class_weight='auto' on SGDClassifier 2014-08-01 15:05:32 +02:00
Danny Sullivan 6a0e7f7f68 adding support for multiclass with a test included 2014-07-30 16:04:16 +02:00
Danny Sullivan 3fad0a224c adding support for averaged intercept 2014-07-29 17:13:54 +02:00
Danny Sullivan 63fc314dad adding test for binary classifier 2014-07-29 10:51:54 +02:00
Danny Sullivan fcec373a30 converting to setting coef after the fit has been made 2014-07-28 13:22:06 +02:00
Joel Nothman b3bdb08964 DOC fix formatting of attributes etc. in docstrings 2014-07-28 19:04:59 +10:00
Brooke Osborn 4b6a5d267d fixing documentation 2014-07-24 14:46:17 +02:00
Brooke Osborn 5ae2d7ab25 adding documentation fixes and changing avg to average 2014-07-24 14:46:14 +02:00
Brooke Osborn a7a696e673 fixing tests 2014-07-24 14:45:58 +02:00
Brooke Osborn d085d88ce8 checkpoint for classifier 2014-07-24 14:45:55 +02:00
Brooke Osborn 67622b4b64 adding test that computes the average sgd 2014-07-24 14:45:50 +02:00
Brooke Osborn 2f4ea66dd8 asgd is added 2014-07-24 14:45:44 +02:00
Brooke Osborn 9e875bf0a6 adding avg weights and flag to plain_sgd method 2014-07-24 14:45:28 +02:00