Matteo Visconti di Oleggio Castello
589fcadbb7
[DOC] fix reference to examples
2016-04-05 20:22:20 +02:00
Rémy Léone
9b7176dd9d
[DOC] Fix broken links
2016-03-23 12:45:34 -07:00
hlin117
54af09e6f1
Fixing typos in logistic regression docs
2016-03-21 18:57:03 -05:00
Gilles Louppe
e2e6bde71a
Merge pull request #6498 from clamus/rand-lasso-fix-6493
...
[MRG+1] Fix to documentation and docstring of randomized lasso and randomized logistic regression
2016-03-19 12:00:47 +01:00
Tom Dupré la Tour
06bf797c0d
DOC update docstring in LogisticRegression
2016-03-15 11:11:59 +01:00
Davide Lasagna
edd0eabf14
change "lasso_path" to use "return_n_iter" argument
2016-03-13 18:06:01 +00:00
Alexandre Gramfort
5e41327276
Merge pull request #6530 from Arafatk/master
...
Correcting Typo in sklearn.linear_model.Ridge
2016-03-13 14:34:15 +01:00
Arafat
77c17bc85d
Correcting Typo
2016-03-13 18:38:37 +05:30
Camilo Lamus
bf81451dc6
Fix consistency in docs and docstring
2016-03-11 17:04:36 -05:00
Camilo Lamus
2e7d9ad3a4
FIX: improve docs of randomized lasso
2016-03-11 17:04:36 -05:00
Lars Buitinck
2e4aafd19c
MAINT remove my email address
...
I'm getting too many individual support requests. People should
use the mailing list.
2016-03-04 10:43:41 +01:00
Alexandre Gramfort
94e27683a8
Merge pull request #6481 from maniteja123/logistic-doc
...
DOC: Clarify the scoring argument in Logistic Regression
2016-03-04 08:03:51 +01:00
Maniteja Nandana
6d3e87a707
DOC: Clarify the scoring in Logistic Regression
...
Clarifies the allowed parameters for scoring in LogisticRegressionCV fixes #6480
[skip ci]
2016-03-03 22:19:29 +05:30
MechCoder
7e79adca9d
Huber regressor
...
Add gradient calculation in _huber_loss_and_gradient
Add tests to check the correctness of the loss and gradient
Fix for old scipy
Add parameter sigma for robust linear regression
Add gradient formula to robust _huber_loss_and_gradient
Add fit_intercept option and fix tests
Add docs to HuberRegressor and the helper functions
Add example demonstrating ridge_regression vs huber_regression
Add sample_weight implementation
Add scaling invariant huber test
Remove exp and add bounds to fmin_l_bfgs_b
Add sparse data support
Add more tests and refactoring of code
Add narrative docs
review huber regressor
Minor additions to docs and tests
Minor fixes that deals with dealing with NaN values in targets
and old verions of SciPy and NumPy
Add HuberRegressor to robust estimator
Refactored computation of gradient and make docs render properly
Temp
Remove float64 dtype conversion
trivial optimizations and add a note about R
Remove sample_weights special_casing
address @amueller comments
2016-02-25 16:31:08 -05:00
YenChenLin
46fc1be145
Remove redundant words in sklearn
2016-02-23 16:54:03 +08:00
edwinENSAE
1b27536d67
Change comment formula of enet_coordinate_descent_gram
2016-02-18 00:15:12 -05:00
giorgiop
140a5acda8
MAINT depr of center_data, normalize in linear_model
2016-02-17 14:26:50 -05:00
Olivier Grisel
9cbceb32c1
MAINT split test_ridge.test_dense_sparse with generator
2016-02-07 00:45:24 +01:00
giorgiop
9ee3f50c15
MAINT speed up test_coordinate_descent
2016-02-06 18:55:23 +01:00
saurabh.bansod
4022c68031
minor fix in RandomizedLasso API docs
2016-01-23 16:37:36 +05:30
kingjr
50b6523a80
FIX: doc KernelRidge
2016-01-22 16:20:28 -05:00
MechCoder
761b1f7118
Deprecate residual_metric and add support for loss
2016-01-14 17:42:34 -05:00
imaculate
41526cb19c
Added sample_weight parameter to ransac.fit
2016-01-14 12:49:40 -05:00
Gael Varoquaux
317dea8a05
Merge pull request #6005 from seales/SpellingFix
...
[MRG+1] General spelling fixes
2016-01-04 13:42:20 +01:00
michiaki ariga
003496fd27
Remove extra `+` in document
2016-01-03 03:16:26 +09:00
Tom Dupré la Tour
e152df2a62
DOC add version_added for multinomial sag
2015-12-28 10:18:30 +01:00
seales
0485ada58b
General spelling fixes
2015-12-16 09:46:42 -08:00
Tom Dupré la Tour
2f76310368
Merge pull request #5852 from nickyj88/master
...
[MRG + 1] remove string to array comparison in RandomizedLasso
2015-12-12 15:54:33 +01:00
hlin117
e4d89885d1
\#6001: Adding LogisticRegression's default param for 'solver'
...
\#6001: Adding more default parameters to LogisticRegression
\#6001: Removing 'optional' from LogisticRegression docstring, fixed verbose typo
2015-12-12 02:59:05 -06:00
TomDLT
9f136ff293
ENH add multinomial SAG solver for LogisticRegression
2015-12-04 18:36:37 +01:00
Matthias Ekman
349eaca078
DOC: fix shape lambda_ attribute in BayesianRidge
2015-11-24 13:26:30 +01:00
Andreas Mueller
fb123ed24b
More doc fixes. Latex builds again.
2015-11-20 16:30:45 -05:00
Nick James
998848a22e
fix for #5725 (makes sure numpy array is not compared to string, which will fail in future versions of numpy)
2015-11-16 13:23:36 -08:00
Manoj Kumar
f49a558162
Merge pull request #5492 from arthurmensch/remove_cython
...
[MRG + 2] Removing generated C files, adding build cache to Travis
2015-11-11 11:41:18 -05:00
giorgiop
1d16ec4718
tests sample_weights linearreg, ridge
2015-11-10 22:08:26 +01:00
CJ Carey
219fe1045c
BUG: use pre-parsed scipy version
...
This avoids a failure when using a development install of scipy.
2015-11-05 14:19:34 -06:00
Arthur Mensch
986fb60947
C file removal + cython build + Travis build cache
2015-11-04 14:30:06 +01:00
KamalakerDadi
f2e35411fa
Added more versions of 0.17
2015-11-04 00:02:52 +01:00
KamalakerDadi
d3a8f85c55
Added more documentation of version adds
2015-11-03 23:57:19 +01:00
KamalakerDadi
2249daaea8
Version added for all new classes
2015-11-03 23:54:42 +01:00
Andreas Mueller
c55dc89902
Merge pull request #5695 from amueller/doc_fixes
...
[MRG] DOC some fixes to the doc build.
2015-11-03 15:24:56 -05:00
Andreas Mueller
2653833a07
DOC some fixes to the doc build.
2015-11-03 12:23:23 -05:00
Andreas Mueller
13cc60a58d
Merge pull request #5572 from dohmatob/fix-5562
...
[MRG+2] DOC+ENH: Saying RidgeClassifer doesn't not support multi-label
2015-11-02 17:40:13 -05:00
Andreas Mueller
1321667ea4
FIX we shouldn't warn the user if the solver is auto
2015-11-02 11:52:34 -05:00
Alexandre Gramfort
d29562e9c9
Merge pull request #5666 from amueller/sag_sparse_warnings
...
[MRG] catch warnings in tests that the solver is changed to SAG in the sparse case
2015-11-02 13:59:21 +01:00
Elvis DOHMATOB
56b51def64
DOC+ENH: RidgeClassifier doesn not support multi-label
2015-11-02 13:25:38 +01:00
Arnaud Joly
faa684828e
Merge pull request #5654 from sieben/simplify_chain_comparaisons
...
[MRG+2] Simplify chain comparaison
2015-11-02 09:04:50 +01:00
Arnaud Joly
f4f8b99bd1
Merge pull request #5665 from amueller/no_deprecated_residuals
...
[MRG+1] don't use the deprecated residuals property of ols
2015-11-02 09:02:09 +01:00
Andreas Mueller
95f5e3addb
TST close /dev/null in the theil sen tests.
2015-11-01 22:25:23 -05:00
Andreas Mueller
e232ad60d3
TST catch warnings in tests that the solver is changed to SAG in the sparse case.
2015-11-01 22:21:11 -05:00