Thomas J. Fan
8ac7a77a4a
DOC Fix some glossary links ( #17773 )
2020-06-29 13:56:57 -04:00
Chiara Marmo
7eff8ae75b
DOC Update what's new for version 0.24 ( #17755 )
2020-06-27 12:03:00 -04:00
Thomas J. Fan
0f114b610d
MNT Places all minimum dependencies in one central location ( #17573 )
...
Co-authored-by: Joel Nothman <joel.nothman@gmail.com>
2020-06-27 16:55:25 +02:00
Lisa Schwetlick
911137f0de
ENH Enable percentage for n_features_to_select in RFE(Fix PR #16228 ) ( #17090 )
...
* added code from PR #14627
* fixed error handling None as n_features_to_select
* added test for error message and percentage passing
* linting
* more linting
* even more linting
* sklearn/feature_selection/_rfe.py make int casting simpler
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
* exchange redundant test case with small float
* add what's new
* removed useless import
* lint
* Fix whats_new/v0.24.rst
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
* move whats new section
* disambiguate choice between 1 feature and 100% of features
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
* move checking for negatives to _fit
* update error to include nones
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
* markdown style in what's new
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
* Update sklearn/feature_selection/tests/test_rfe.py
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
* forgot to delete line
* fix test for negative n_features error
* BUG Fixes issues
* added case for float >1 and more detailed error messages
* lint
* more lint
* more lint
* CLN Minor adjustments
* BLD Force build on ci
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-06-26 22:40:25 -04:00
Avi Gupta
8dc143e621
ENH Add parameter in colorbar in plot_confusion_matrix ( #17192 )
...
Co-authored-by: Venkatachalam N <venky.yuvy@gmail.com>
2020-06-26 22:58:05 +02:00
Ruby Werman
563257a141
DOC Change remove symbol nu from OutlierDetection ( #17732 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-06-26 19:20:12 +02:00
t-kusanagi2
068c4e6e00
FIX fix multinomial deviance by taking the weighted average instead of the sum ( #17694 )
...
Co-authored-by: Markus Rempfler <markus.rempfler@tum.de>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2020-06-26 18:57:36 +02:00
Guillaume Lemaitre
27cfe14c25
DOC add whats new entry following #17679 ( #17738 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2020-06-26 10:33:18 +02:00
Shashank Singh
1e08459c74
ENH Verify md5-checksums received from openml arff file metadata( #14800 )
...
Co-authored-by: Thomas J Fan <thomasjpfan@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2020-06-25 20:35:52 -04:00
kishimoto
acb8ac5145
[MRG] Expose interpolation thresholds as public fitted attribute of IsotonicRegression ( #16289 )
...
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Thomas J Fan <thomasjpfan@gmail.com>
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
2020-06-25 21:16:43 +02:00
Ruby Werman
2e47204a7e
DOC improve description of OneClassSVM when used for outlier detection ( #17726 )
2020-06-25 18:48:22 +02:00
Thomas J. Fan
dad615ae7a
MNT Fix extension for sphinx 3.0 ( #17724 )
2020-06-25 17:57:59 +02:00
Srimukh Sripada
0a3ab419f8
ENH Add inverse_transform feature to SimpleImputer ( #17612 )
2020-06-26 00:13:56 +10:00
Thomas J. Fan
8a695d7d85
ENH Patches sphinx.ext.autosummary for case insensitive file systems ( #13022 )
...
* ENH: Patches autosummary for case insensitive file systems
* DOC: More details
* REV
2020-06-25 14:49:42 +02:00
Thomas J. Fan
9cf2bac1ae
DOC Adds note on dataframe in contributing guide ( #17359 )
...
* DOC Adds note on dataframe
* DOC Address comments
2020-06-25 14:44:06 +02:00
Thomas J. Fan
6195a16505
DOC Removes FunctionTransformer example ( #17318 )
...
* DOC Removes FunctionTransformer example
* DOC Updates description
2020-06-25 14:27:38 +02:00
Thomas J. Fan
41488fcabe
MNT Remaining numpy alias ( #17712 )
2020-06-25 11:57:11 +02:00
Olivier Grisel
59249d707d
Revert "ENH add a parameter pos_label in roc_auc_score ( #17594 )" ( #17703 )
...
This reverts commit fde9212737 .
2020-06-24 17:03:12 +02:00
Guillaume Lemaitre
e5b99ea802
EHN Provide a pos_label parameter in plot_precision_recall_curve ( #17569 )
2020-06-24 15:05:09 +02:00
Guillaume Lemaitre
fde9212737
ENH add a parameter pos_label in roc_auc_score ( #17594 )
2020-06-24 12:41:47 +02:00
Arthur Imbert
35831490c7
ENH 32/64-bit float consistency with BernoulliRBM ( #16352 )
2020-06-24 00:32:04 +02:00
Geoffrey Bolmier
62fc8bb94d
ENH Update NeighborsBase 'auto' heuristic ( #17148 )
2020-06-23 21:24:36 +02:00
Alex Henrie
19eda89f32
DOC Note neural net performance improvements in changelog ( #17649 )
2020-06-22 14:22:24 +02:00
Alex Liang
6ef4487c66
EHN Add parameter as_frame to fetch_covtype ( #17491 )
...
Co-authored-by: aliang <aliang@air>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2020-06-21 01:02:26 -04:00
Elizabeth DuPre
5d3d54da19
DOC Guidelines for handling stalled issues ( #17593 )
...
* DOC: instructions for taking issues
* Update doc/developers/contributing.rst
Co-Authored-By: Benjamin Bossan <BenjaminBossan@users.noreply.github.com>
* [doc quick] More closely intergate stalled PRs and stalled issues doc
* [doc quick] Fix ref links
* Update doc/developers/contributing.rst
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
* [doc quick] Address adrinjalali review comments
* [doc quick] Fix style issues
Co-authored-by: Aditya <adityahari3791@gmail.com>
Co-authored-by: Benjamin Bossan <BenjaminBossan@users.noreply.github.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2020-06-20 11:00:07 +02:00
Thomas J. Fan
9151b2d0a5
STY Move horizontal space for mobile ( #17643 )
2020-06-20 00:20:28 +02:00
Thomas J. Fan
0827609403
STY Improve css block for scroll bars ( #17415 )
2020-06-19 23:41:52 +02:00
Nicolas Hug
04b3283a1e
DOC added links to ndcg_score in UG ( #17637 )
2020-06-19 15:38:52 -04:00
Juan Carlos Alfaro Jiménez
37f70ecfbf
FEA Make table x-scrollable to render nicer on mobile ( #17638 )
2020-06-19 14:58:00 -04:00
Juan Carlos Alfaro Jiménez
8320d254c9
MNT Make field lists x-scrollable to render nicer on mobile ( #17640 )
2020-06-19 14:56:43 -04:00
Chiara Marmo
fc0d2c3210
[MRG] ENH Show split/candidate ids in verbose output of SearchCV ( #16935 )
2020-06-19 11:26:58 +02:00
Juan Carlos Alfaro Jiménez
0ce21d4133
FIX Fix support for code in API elements ( #17632 )
...
* FIX Fix support for code in API elements
* FIX Remove unintentional change
2020-06-18 14:27:40 -04:00
Juan Carlos Alfaro Jiménez
e4ebcbcafd
MNT Deprecate X_idx_sorted in tree module ( #17614 )
2020-06-17 13:58:47 -04:00
Thomas J. Fan
7feb4a8964
DOC Improve mobile support for code ( #17607 )
2020-06-17 16:32:29 +02:00
JeroenPeterBos
d1d32bff28
DOC Fix model parameter not added to self in GaussianNoise ( #17613 )
2020-06-16 11:11:57 -07:00
Arthur Imbert
846d51771d
ENH Add dtype parameter to KBinsDiscretizer to manage the output data type ( #16335 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-06-16 14:13:48 +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
Ben Mainye
5d30e01423
DOC add a comment to explain fit/transform in the user guide example ( #17484 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-06-16 10:22:55 +02:00
James Hoctor
211ab3e8a3
DOC Avoid atypical usage of cross_validate ( #17600 )
2020-06-15 22:38:27 -04:00
Thomas J. Fan
442abb10ff
MNT Remove the meta description ( #17570 )
2020-06-15 18:24:50 +02:00
Madhura Jayaratne
45a6ef7b72
FEA Add support for Individual Conditional Expectation (ICE) plots ( #16619 )
2020-06-15 13:44:44 +02:00
Kevin Markham
77ccf19c1f
DOC Fix minor typos in Release Notes for 0.23 ( #17584 )
2020-06-13 16:20:04 -04:00
Jiaxiang
77a34290d2
Add as_frame='auto' option in datasets.fetch_openml ( #17396 )
2020-06-10 09:34:46 +02:00
Louis Guitton
31c4d8d679
DOC Fix typo in the Pipelines and composite estimators section ( #17547 )
2020-06-09 11:43:57 -04:00
Ayako YAGI
3fb9e758a5
Fix simple imputer for string input ( #17526 )
...
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
2020-06-09 16:06:33 +02:00
Gaurav Sheni
b88e6dcb8f
Update related_projects.rst ( #17449 )
...
Co-authored-by: Andreas Mueller <t3kcit@gmail.com>
2020-06-09 13:35:38 +02:00
Chiara Marmo
98f0b832f8
[MRG+1] Make partial_fit ignore n_iter in MiniBatchDictionaryLearning ( #17433 )
...
* Make partial_fit ignore n_iter.
* Revert whiteline.
* Fix self.iter_offset.
* Add test on iter_offset_
* Add what's new entry
* Apply thomasjpfan suggestions.
2020-06-09 08:54:28 +02:00
Teon L Brooks
5d04910476
ENH add score_samples method in base search CV ( #17478 )
...
* add score_samples method in base search CV and add tests
* add tests and change implem
* fix pep8
* address some pr comments
* Update test_search.py
remove deprecation warnings
* address some linting issues
* Update test_search.py
* update whats_new
fix indenting
* update test_search.py
Co-authored-by: Mohamed Maskani <maskani.mohamed@gmail.com>
2020-06-08 18:14:12 +02:00
Krum Arnaudov
c4691ff5f5
DOC Adding scikit-lego to Related projects ( #17503 )
...
Co-authored-by: Krum Arnaudov <krum.arnaudov@amplifyanalytix.com>
2020-06-08 12:49:53 +02:00
Rafey Iqbal Rahman
fb8a497a14
Fixed typos ( #17459 )
2020-06-06 13:03:19 -04:00