Commit Graph

15 Commits

Author SHA1 Message Date
Thomas J. Fan 02fa8f1adb
ENH Deprecates _pairwise attribute and adds pairwise to estimator tags (#18143) 2020-10-07 21:53:36 +11: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
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
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
Nicolas Hug 16b3bf7f18
MNT Raise error when parameter isn't correct in SVC and… (#16736) 2020-04-04 21:17:31 -04: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
Nicolas Hug d205638475
MNT Introduction of n_features_in_ attr with _validate_data mtd (#16112) 2020-02-29 09:05:11 -05:00
Roman Feldbauer 9b39c4c4d2
TST Fix unreachable code in tests (#16110) 2020-02-16 14:41:26 +01:00
Georgi Peev 84bc8d341e
FIX Arbitrary SVC kernels (#11296) 2020-02-02 08:37:00 +11: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
Hye Sung Jung 3424f72469 DOC spelling fixes (#16247) 2020-01-28 12:52:17 +11:00
Titus Christian afe6e513a4 DOC improve svm module docstring per guidlines (#16060) 2020-01-09 19:02:28 +01:00
Nicolas Hug 5c5635feb7 MNT make files private in sklearn.svm (#15165) 2019-10-18 16:18:33 -04:00