Andriy
|
bc82e19512
|
Fix a default value in Perceptron documentation (#22116)
Fix a default value of the `random_state` parameter in Perceptron documentation according to its default value in the code.
|
2022-01-03 08:58:50 +01:00 |
Guillaume Lemaitre
|
825388fa75
|
DOC use Python float instead of C double (#21489)
|
2021-10-28 16:12:14 +02:00 |
Thomas J. Fan
|
786c4e5e39
|
DOC Adds feature_names_in_ to docstrings (#20787)
|
2021-08-26 13:44:45 +02:00 |
Gabriel S Vicente
|
03ea027ddd
|
DOC Ensures that Perceptron passes numpydoc validation (#20404)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
|
2021-06-30 00:32:27 +02:00 |
Thomas J. Fan
|
351ace7935
|
STY Uses black's with target_version >= 3.7 (#20294)
|
2021-06-17 15:50:27 -04:00 |
Thomas J. Fan
|
82df48934e
|
MNT Applies black formatting to most of the code base (#18948)
|
2021-06-17 14:21:09 -04:00 |
Guillaume Lemaitre
|
1cd282d600
|
DOC add n_features_in_ in the documentation (#20236)
|
2021-06-09 16:58:03 +02:00 |
Tom Dupré la Tour
|
f6e6ad2d9e
|
MNT clean futurewarning for 1.0 | _deprecate_positional_args (#20002)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
|
2021-05-14 11:30:27 -04:00 |
Haesun Park
|
4880f1c6a3
|
FIX Add l1_ratio to set regularization with elasticnet penalty in Perceptron (#18622)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
|
2020-11-02 11:52:54 +01: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 |
pwalchessen
|
89b80a6c67
|
DOC add missing attributes in several modules (#15521)
Co-authored-by: Patricia Walchessen <pwalchessen@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
|
2020-06-18 11:18:23 +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 |
Sarat Addepalli
|
7898d6b801
|
DOC improve random_state docstrings in the linear_model module (#11900)
|
2020-01-08 17:09:33 +01:00 |
@nkish
|
86b4636935
|
DOC Fix default values in Perceptron documentation (#15965)
|
2019-12-26 12:43:10 +01:00 |
Thomas J Fan
|
0a7adef005
|
MNT Make modules private in linear_model (#15324)
|
2019-10-23 15:34:26 +02:00 |