Yutaro Ikeda
e7d2a8041b
DOC Update documentation for LinearSVC loss with l1 penalty ( #18391 )
...
Co-authored-by: Juan Carlos Alfaro Jiménez <JuanCarlos.Alfaro@uclm.es>
2020-09-17 12:40:20 -04: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
Frans Larsson
f8fdd1db11
DOC Add None as valid option to random_state in svm module ( #18233 )
2020-08-22 17:31:45 +02: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
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
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
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
brigi
dbc35934a6
DOC Version added and changed labels added for v0.18 (#wimlds) ( #16222 )
...
* Versionlabels added to v0.18 (#wimlds)
* documentation issues: label changed and added for version 0.18
* fix intends and shorten description
Co-authored-by: Hannah <32333241+hhnnhh@users.noreply.github.com>
Co-authored-by: Brigitte@home <unger@nue.tu-berlin.de>
2020-04-27 18:43:47 -04: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
Joel Nothman
88ba943684
MNT Remove redundant doctest ELLIPSIS annotations ( #16992 )
2020-04-23 13:29:15 -04:00
Thomas J Fan
8010cadf6c
API Deprecate positional arguments in svm module ( #16973 )
...
* API Keyword only for svm
* BUG Fix
* CLN Address comments
2020-04-23 10:03:51 +02:00
Nicolas Hug
2d03d781a9
MNT simplify xfail check marking logic ( #16949 )
...
Co-Authored-By: Roman Yurchak <rth.yurchak@gmail.com>
2020-04-17 13:44:09 -04:00
Nicolas Hug
e3e9137811
DOC Updates to SVM User Guide ( #16769 )
...
* WIP
* WIP
* Updates to the math section
* so apparently crammer-singer isn't consistent (http://www.cs.columbia.edu/\~rocco/papers/icml13.html )
* reorganized example links and described pictures
* Added references
* more refs
* Added scaler to docstring examples
* doc about dual coefs
* WIP
* note about shrinking and gram matrix
* ellipsis
* ellipsis again
* maybe fixed doc issue
* details for regression
* training error -> margin error
* Apply suggestions from code review
Co-Authored-By: Adrin Jalali <adrin.jalali@gmail.com>
* put back links + addressed rest of comments
* small detail about margin boundaries and SVs
* Addressed comments from Thomas and Adrin
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2020-04-06 15:06:12 +02:00
Roman Yurchak
5a4340834d
Fix mypy errors ( #16726 )
2020-03-30 15:41:05 +02:00
Alex Henrie
438bb3a438
MNT Remove unused imports ( #16665 )
2020-03-11 10:01:51 +11:00
jumon
eb540f35f8
DOC Rename clf to regr in SVR examples ( #16598 )
2020-02-29 12:38:45 -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
Roman Yurchak
1c1f273d10
ENH XFAIL in common tests with estimator tags ( #16502 )
2020-02-20 22:28:54 +01:00
Pierre Delanoue
2eff916be9
DOC improve random state descriptions for SVMs ( #16316 )
2020-01-31 16:48:17 +01:00
Thomas J Fan
8ea05cbd41
[MRG] API Deprecates probA_ and probB_ in OneClassSVM and svm.SVR ( #15558 )
2020-01-28 19:47:07 +01:00
Nicolas Hug
4953ec36a4
MNT remove more deprecations for 0.23 ( #15860 )
...
* removed warn_on_dtype
* removed parameters to check_is_fitted
* all_estimators parameters
* deprecated n_components attribute in AgglomerativeClustering
* change default of base.score for multioutput
* removed lots of useless decorators?
* changed default of copy in quantil_transform
* removed six.py
* nmf default value of init param
* raise error instead of warning in LinearDiscriminantAnalysis
* removed label param in hamming_loss
* updated method parameter of power_transform
* pep8
* changed default value of min_impurity_split
* removed assert_false and assert_true
* added and fixed versionchanged directives
* reset min_impurity_split default to None
* fixed LDA issue
* fixed some test
* more docstrings updates
* set min_impurity_decrease for test to pass
* upate docstring example
* fixed doctest
* removed multiouput.score since it's now consistent with the default
* deprecate least_angle parameter combination
* remove support for l1 or l2 loss in svm
* removed linear_assignment.py
* add test
2020-01-13 13:43:50 +01:00
Titus Christian
afe6e513a4
DOC improve svm module docstring per guidlines ( #16060 )
2020-01-09 19:02:28 +01:00
LalliAcqua
24a3150474
DOC Docstrings validation in LinearSVC ( #15496 )
2019-11-04 17:59:36 +01:00
Natasha Borders
3ca653af12
DOC adding versionadded labels to several estimators ( #15476 )
2019-11-04 18:25:24 +11:00
Nicolas Hug
19ad136223
MNT Replace DeprecationWarning with FutureWarning ( #15080 )
...
* bruteforce renaming
* WIP
* WIP
* some more
* removed weird line
* update -Werror
* testiforest
* again
* Fixed some tests
* fixed some tests
* removed -Werror
* fixed test_docstring_param issue
* fixed some tests
* some more
* renamed to SklearnDeprecationWarning
* pep8
* updated docs
* pep8
* merge
* changed to FutureWarning
* fixes
* Update doc/developers/tips.rst
Co-Authored-By: Adrin Jalali <adrin.jalali@gmail.com>
* avoid duplicates
* fixed warning for deprecations
* Still make CI break if DeprecationWarning isn't caught
* updated one warning
* fixed test
* fixed some renamings
* updated new dep warnings
* fixed bad import
* ignore warnings
* update again
* ignore futurewarning when walking packages
* Fixed test
* pep8
* Added whatsnew
2019-10-29 15:39:26 +01:00
Thomas J Fan
0a7adef005
MNT Make modules private in linear_model ( #15324 )
2019-10-23 15:34:26 +02:00
David Dormagen
a53956ead6
DOC Fixed links in docstrings of svm.SVC and svm.SVR ( #15258 )
2019-10-21 21:43:51 +08:00
Nicolas Hug
5c5635feb7
MNT make files private in sklearn.svm ( #15165 )
2019-10-18 16:18:33 -04:00