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 |
Ram Rachum
|
61ec6b9b79
|
MNT Use raise from in 19 modules (#17835)
|
2020-08-25 08:57:29 +02:00 |
Nicolas Hug
|
1dedc7e6a8
|
[MRG] Prototype 4 for strict check_estimator mode (#17361)
|
2020-08-06 12:02:15 +02:00 |
Saurabh Jain
|
00bc681e10
|
DOC shorten class links in docstring using tilde (#17470)
* added tilde to bunch of files
* Updated _kde.py
Changed array_like to array-like
* Updated _kde.py
Removed space
* updated _kde.py
Added full stop
* PEP8
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
|
2020-06-16 10:44:13 +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 |
Nicolas Hug
|
76ef8b0ef0
|
API kwonly for utils (#17046)
* kwonly for utils
* More
* fixed some
* some more
* iwannagohomepls
* accept_sparse not kwonly anymore
|
2020-04-27 15:42:01 +02:00 |
Ekaterina Borovikova
|
4755ae76d2
|
DOC Add versionchanged and versionadded for v0.20 (#16199)
Co-Authored-By: Adrin Jalali <adrin.jalali@gmail.com>
Co-Authored-By: Chiara Marmo <cmarmo@users.noreply.github.com>
Co-Authored-By: Nicolas Hug <contact@nicolas-hug.com>
|
2020-04-26 09:29:36 -04: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 |
Roman Yurchak
|
5a4340834d
|
Fix mypy errors (#16726)
|
2020-03-30 15:41:05 +02:00 |
Nicolas Hug
|
f54500b1b8
|
[MRG] DOC Update SGD User guide (#16296)
|
2020-03-20 11:58:20 +11:00 |
Alexandre Gramfort
|
60b8fb221b
|
TST add test of fit attributes (#16286)
|
2020-03-04 13:52:13 +01:00 |
Nicolas Hug
|
0f0f29a6fb
|
MNT refactoring of sgd utilities (#16528)
|
2020-03-03 15:14:15 -05:00 |
Nicolas Hug
|
d205638475
|
MNT Introduction of n_features_in_ attr with _validate_data mtd (#16112)
|
2020-02-29 09:05:11 -05:00 |
Carlos H Brandt
|
4913037f8f
|
MNT Deprecate public attributes in SGD and PassiveAggresive classes (#16261)
|
2020-02-12 16:09:40 +01:00 |
Sarat Addepalli
|
7898d6b801
|
DOC improve random_state docstrings in the linear_model module (#11900)
|
2020-01-08 17:09:33 +01:00 |
@nkish
|
3339d80240
|
DOC Improve default values in SGD documentation (#15967)
|
2019-12-26 14:35:52 +01:00 |
poorna-kumar
|
9a00d72ebb
|
DOC Improve `SGDClassifier` docstrings (#15470)
|
2019-11-13 09:45:58 +01:00 |
poorna-kumar
|
b8a4da8baa
|
Remove support for positional arguments in SGDClassifier.set_params() (#15481)
Positional arguments are not supported by SGDClassifier's parent class BaseEstimator.set_params(), so passing them raises an error.
|
2019-11-02 15:47:52 -07:00 |
Thomas J Fan
|
0a7adef005
|
MNT Make modules private in linear_model (#15324)
|
2019-10-23 15:34:26 +02:00 |