Alex Henrie
|
f35457f1fc
|
MNT Remove unnecessary assignments from LogisticRegression.fit (#18539)
|
2020-10-05 22:43:38 +02:00 |
Thomas J. Fan
|
06d6f8a9f6
|
FIX Passes global configuration when spawning joblib jobs (#17634)
* WIP
* BUG Passes context to joblib jobs
* BUG Fix
* BUG Fix
* CLN Moves delayed into fixes
* CLN Adds linter
* REV Revert diff
* DOC Adds comment for removal
* Use a simple implementation
|
2020-09-21 16:59:42 +02:00 |
Albert Villanova del Moral
|
647fcb1ac1
|
DOC Fix A to uppercase in See Also docstring section (#18332)
|
2020-09-04 10:35:01 -04:00 |
Nicolas Hug
|
1dedc7e6a8
|
[MRG] Prototype 4 for strict check_estimator mode (#17361)
|
2020-08-06 12:02:15 +02:00 |
Juan Carlos Alfaro Jiménez
|
9cd13a1fa1
|
FIX Change MRO for some estimators (#17837)
|
2020-07-05 13:52:42 +02:00 |
Roman Yurchak
|
8feb04524c
|
Common check for sample weight invariance with removed samples (#17176)
Co-Authored-By: Nicolas Hug <contact@nicolas-hug.com>
|
2020-06-04 00:30:01 +02:00 |
Thomas J Fan
|
e770715c43
|
MNT Completes position arg deprecation (#17272)
* ENH Adds public functions with position args warning
* BUG Circlar import
* STY
* BUG Add keywords
* BUG Fixes warnings
* ENH Adds other public functions
* CLN Suggestion
* CLN Suggestion
* REV Revert pairwise
* ENH Positoinal args for compute_class_weight
|
2020-05-19 09:07:25 +02:00 |
Roman Yurchak
|
818e16a1ea
|
Revert "Common check for sample weight invariance with removed samples (#16507)"
This reverts commit 77279d6b3e.
|
2020-05-10 17:05:01 +02:00 |
Roman Yurchak
|
77279d6b3e
|
Common check for sample weight invariance with removed samples (#16507)
Co-Authored-By: Nicolas Hug <contact@nicolas-hug.com>
|
2020-05-10 15:41:53 +02:00 |
Adrin Jalali
|
dc0cc6e9be
|
[MRG] API kwonly args in impute, inspection, kernel_ridge (#16926)
, and linear_model
|
2020-04-19 22:58:47 +02:00 |
Christian Lorentzen
|
a2ccc330bf
|
STY PEP8 fix E731 in linear_model/_logistic.py (#16786)
|
2020-03-30 17:49:40 +02:00 |
Roman Yurchak
|
75d3f29e72
|
MAINT Remove outdated numpy and scipy backports (#16725)
* Remove unecessary numpy & scipy backports
* More fixes
* Remove unused imports
|
2020-03-20 13:57:18 +01:00 |
Alex Henrie
|
438bb3a438
|
MNT Remove unused imports (#16665)
|
2020-03-11 10:01:51 +11:00 |
Nicolas Hug
|
d205638475
|
MNT Introduction of n_features_in_ attr with _validate_data mtd (#16112)
|
2020-02-29 09:05:11 -05:00 |
Johann Faouzi
|
dd93e01061
|
DOC Add missing backquote in LogisticRegression docstring (#16106)
|
2020-01-13 11:18:03 +01:00 |
Marie Douriez
|
3f9f7d5f7d
|
DOC improve random_state docstring in _logistic.py (#15729)
|
2020-01-08 15:47:22 +01:00 |
@nkish
|
8fc16206e8
|
DOC Improve default values in logistic documentation (#15966)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
|
2019-12-26 12:46:03 +01:00 |
Nicolas Hug
|
5573abbb99
|
MNT Removed deprecated logistic_regression_path (#15791)
|
2019-12-04 12:24:10 -05:00 |
Olivier Grisel
|
43d8dee07b
|
MNT improve the convergence warning message for LogisticRegression (#15665)
|
2019-11-20 09:48:26 +11:00 |
Tola A
|
9c2c263f9b
|
DOC numpydoc validations for LogisticRegression (#15445)
|
2019-11-02 15:38:50 +01:00 |
Roman Yurchak
|
1ede443b7a
|
MNT Docstring validation with numpydoc (#15404)
|
2019-11-02 09:59:56 +01:00 |
Thomas J Fan
|
0a7adef005
|
MNT Make modules private in linear_model (#15324)
|
2019-10-23 15:34:26 +02:00 |