Jaques Grobler
65b19245bd
fixed typo
2013-05-07 17:47:07 +02: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
Stefano Lattarini
67ece78da4
COSMIT various typofixes
...
As suggested by codespell <https://github.com/lucasdemarchi/codespell >
Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
2013-04-11 21:22:14 +02:00
Mikhail Korobov
eae18a3784
PY3 fix metaclasses. See #1829 .
2013-04-04 01:07:20 +06:00
Lars Buitinck
01801886b2
ENH multiclass probability estimates for SGDClassifier
...
Fixes #1814 .
2013-03-30 12:33:33 +01:00
Andreas Mueller
21ba76d4a4
DOC some sphinx / rst fixes
2013-03-10 18:45:23 +01:00
Lars Buitinck
6bf4c90c5d
ENH sparsify method for L1-reg linear models
...
Currently implemented on LinearSVC, LR and SGD.
2013-02-23 12:11:56 +01:00
Peter Prettenhofer
e6c85a36a6
decision_function forces dense output (in the case of sparse coef_)
2013-02-22 11:03:55 +01:00
unknown
c44d63cc31
changed wording in linear model docs about Normalized. It was frustrating me haha
2013-01-29 11:32:48 -05:00
Andreas Mueller
e52e24706f
COSMIT pep8
2013-01-21 21:20:21 +01:00
Gael Varoquaux
83a91519b5
BUG: Ridge: sample_weights in intercept
2013-01-20 19:16:19 +01:00
Andreas Mueller
9bbca58343
DOC cosmit fix column span alignment errors.
2013-01-19 15:45:27 +01:00
Andreas Mueller
754c2d9533
COSMIT pep8
2012-12-22 16:48:17 +01:00
Anze
c63b7a1f55
P3K: Fixed imports.
2012-11-14 07:22:38 +01:00
GaelVaroquaux
fde726c751
DOC: n_responses -> n_targets
...
For consistency
2012-11-09 17:57:07 +01:00
GaelVaroquaux
970f8b2148
DOC: LinearRegression document the shape of coef_
2012-11-09 17:43:11 +01:00
Lars Buitinck
9423e9c808
DOC various typos and other minor stuff
2012-10-11 11:26:22 +02:00
Lars Buitinck
dc943722de
COSMIT refactor linear classifiers
...
Factored out the common code to LinearSVC, LogisticRegression, Perceptron
and SGDClassifier into a LinearClassifierMixin.
2012-09-17 21:06:36 +02:00
Alexandre Gramfort
48687a77a4
ENH : add support for multitarget in sparse enet + simplify input checking
2012-09-02 23:16:52 +02:00
Lars Buitinck
7c8f435469
COSMIT move BaseSGD to its only place of usage
2012-08-01 15:25:36 +02:00
Andreas Mueller
bab0539d37
ENH make LinearModel and LinearModelCV abstract base classes
2012-06-26 14:16:04 +02:00
Mathieu Blondel
fb714df433
Fix #904 .
2012-06-13 13:26:02 +09:00
Immanuel Bayer
fae2f13849
move sparse_center_data to linear_model.base
2012-06-09 11:23:43 +02:00
Lars Buitinck
e906d483a7
COSMIT pyflakes + pep8 linear_model/base.py
2012-05-15 15:30:52 +02:00
Olivier Hervieu
d0b20f0a21
FIX inconsistent coef_.shape in LinearRegression
...
Should fix issue #652 .
2012-05-15 15:30:08 +02:00
Mathieu Blondel
7b75227afb
Rename "p" to "espilon".
2012-05-02 17:23:21 +09:00
flyingimmidev
5964664f85
combat for sp_linalg.lsqr
2012-03-22 23:38:10 +01:00
Alexandre Gramfort
9fe4408754
FIX : use joblib from externals
2012-03-21 21:53:43 +01:00
Andreas Mueller
2119eb1aa9
Merge pull request #685 from ibayer/master
...
Make linear regression support multiple outputs
2012-03-21 13:08:38 -07:00
Alexandre Gramfort
03443dab9d
ENH: y_mean with consistent shape in _center_data
2012-03-19 12:06:19 +01:00
Alexandre Gramfort
eefa816595
FIX : fix test for #708
2012-03-19 11:35:29 +01:00
flyingimmidev
cef8de7675
parameter n_jobs added
2012-03-10 21:21:33 +01:00
flyingimmidev
7a218ffbbe
parallelized
2012-03-08 20:29:03 +01:00
flyingimmidev
e6fa5966c7
pip8 errors fixed
2012-03-07 21:55:42 +01:00
flyingimmidev
373522090c
docstring updated and list append replaced with
...
preallocated array
2012-03-06 22:57:06 +01:00
flyingimmidev
5d0a63d51a
bugfix: lstsq coefficients output needed to be transposed
...
added: sparse linear regression supports now multiple-outcome
2012-03-06 21:11:10 +01:00
Andreas Mueller
aa3a161087
COSMIT pep8
2012-02-01 22:32:17 +01:00
Alexandre Gramfort
66d7b26d1c
cosmit in doc + pep8
2012-01-31 18:09:08 +01:00
Gael varoquaux
e4919e61bd
Add a randomized logistic
2012-01-31 18:05:53 +01:00
Mathieu Blondel
5e3ea55706
Add Perceptron.
2012-01-29 02:34:12 +09:00
Andreas Mueller
85e986cb27
COSMIT removed unused imports
2012-01-28 15:32:37 +01:00
Mathieu Blondel
77d83b61f9
Remove CoefSelectTransformerMixin and use SelectorMixin instead.
...
This fixes issue #518 .
2012-01-25 18:04:27 +09:00
Andreas Mueller
5c2a8696e3
COSMIT removed unused imports
2012-01-23 21:13:55 +01:00
Mathieu Blondel
0ae85d2034
Make sure order="C".
2012-01-19 23:08:35 +09:00
Mathieu Blondel
caae5c3f64
Copy in user-land.
2012-01-18 19:41:18 +09:00
Mathieu Blondel
a438087d40
warm_restart -> warm_start
2012-01-18 19:08:08 +09:00
Mathieu Blondel
98ec09b1c2
More intuitive warm-restart in SGD.
2012-01-18 18:56:41 +09:00
Lars Buitinck
d5f02dae3d
Merge branch 'master' into merge-linearsvcs
...
Conflicts:
examples/document_classification_20newsgroups.py
2012-01-17 09:21:33 +01:00
Lars Buitinck
a9470d12ca
ENH merge dense/sparse LinearSVC, part 2: no more sparse.CoefSelectTransformer
2012-01-16 18:05:40 +01:00
Mathieu Blondel
5d18b0dec7
pep8!
2012-01-16 16:34:06 +09:00