Commit Graph

3820 Commits

Author SHA1 Message Date
Adrin Jalali 51c8e0e19d
CLN replace authors with the standard line (#29250) 2024-06-17 17:57:02 +00:00
Adrin Jalali 5080f2527c
CLN remove unneeded copyrights (#29257) 2024-06-17 11:11:33 +02:00
mathurinm 972e17fe1a
DOC use semilogx in lasso paths (#29264) 2024-06-15 15:15:13 +00:00
Adrin Jalali 55ca335e42
CLN use new license notice line (#29246) 2024-06-13 15:51:09 +02:00
m-maggi 955ec74c3a
DOC add example with ``set_params``. (#29243) 2024-06-13 13:32:31 +00:00
Audrey Flanders 2e5e52f218
DOC Remove warning from plot svm margin example (#29187) 2024-06-05 07:34:40 +02:00
Audrey Flanders 36375c3ebf
DOC Remove warning from plot adaboost twoclass example (#29188) 2024-06-05 07:33:20 +02:00
yareyaredesuyo bc7e52ad73
DOC fix digits dataset link (#29161) 2024-06-03 11:52:48 +02:00
Olivier Grisel 5d92c35387
DOC improve the cost-sensitive learning example (#29149)
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2024-06-03 09:22:15 +02:00
João Morais a6e1d2fdf7
DOC Removing warnings from plot_logistic_multinomial examples (#29120) 2024-05-28 09:19:48 +00:00
João Morais 8798dfebd5
DOC Removing warnings from plot_sgd_iris example (#29121) 2024-05-28 11:37:01 +08:00
João Morais 838ca42a13
DOC Removing warnings from plot_iris_dtc (#29109) 2024-05-27 10:31:12 +02:00
João Morais 78f0c0000a
DOC Removing warnings from plot CV examples (#29072) 2024-05-22 12:39:56 +00:00
Olivier Grisel 071293d7de
DOC Various improvements and more details in release highlights for 1.5 (#29056)
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
2024-05-21 14:51:01 +00:00
Adrin Jalali 34db65a3ad
DOC use pydata-sphinx-theme for the website (#29038)
Co-authored-by: Yao Xiao <108576690+Charlie-XIAO@users.noreply.github.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Guillaume Lemaitre <guillaume@probabl.ai>
2024-05-20 19:36:54 +02:00
Jérémie du Boisberranger be5316fb57
DOC Release highlights 1.5 (#29007)
Co-authored-by: Tim Head <betatim@gmail.com>
Co-authored-by: Guillaume Lemaitre <guillaume@probabl.ai>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2024-05-20 14:31:55 +02:00
Adrin Jalali 18c1972eb9
DOC remove obsolete SVM example (#27108) 2024-05-19 21:14:50 +02:00
raisadz e82550268f
DOC replace pandas with Polars in examples/gaussian_process/plot_gpr_co2.py (#28804)
Co-authored-by: raisa <>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2024-05-17 10:13:51 +02:00
Adrin Jalali 28c9f50991
DOC fix dollar sign to euro sign (#29020)
Co-authored-by: Guillaume Lemaitre <guillaume@probabl.ai>
2024-05-14 22:02:20 +02:00
Christian Lorentzen 2d6e1be005
MNT remove author and license in GLM files (#28799) 2024-05-13 09:58:57 +02:00
Guillaume Lemaitre 1e49c34c7e
FEA add TunedThresholdClassifier meta-estimator to post-tune the cut-off threshold (#26120)
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
Co-authored-by: Arturo Amor <86408019+ArturoAmorQ@users.noreply.github.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
Co-authored-by: Omar Salman <omar.salman@arbisoft>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Omar Salman <omar.salman@arbisoft.com>
Co-authored-by: Soledad Galli <solegalli@protonmail.com>
Co-authored-by: Andreas Mueller <t3kcit@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Joel Nothman <joeln@canva.com>
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
2024-05-03 16:15:25 +00:00
Christian Lorentzen 20c8e69d0f
API deprecate multi_class in LogisticRegression (#28703)
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
2024-05-03 14:48:25 +02:00
Stefanie Senger 2bafd7b68f
MNT metadata routing: remove `MethodMapping.from_str()` and sort `caller`, `callee` in `MethodPair()` (#28422)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Guillaume Lemaitre <guillaume@probabl.ai>
2024-05-02 10:13:21 +02:00
Stefanie Senger 9985c0b915
DOC improve metadata routing example (#27357)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Guillaume Lemaitre <guillaume@probabl.ai>
2024-04-23 14:40:58 +02:00
Priyash Shah 79e14a7756
DOC Enhanced example visualization to RFE (#28862) 2024-04-22 15:19:41 +02:00
Christian Lorentzen 3af257e51f
DOC minor improvements of Features in Histogram Gradient Boosting Trees (#28858) 2024-04-19 10:53:54 +00:00
Hong Xiang Yue 5dbf795dd5
DOC Add warnings about causal interpretation of coefficients (#19789)
Co-authored-by: Joel Nothman <joel.nothman@gmail.com>
Co-authored-by: adrinjalali <adrin.jalali@gmail.com>
2024-04-15 13:20:59 +00:00
Jérémie du Boisberranger 8600fb4cec
MAINT Clean up deprecations for 1.5: in LinearSV* (#28816) 2024-04-12 09:49:27 +02:00
Jérémie du Boisberranger 57a72222da
MAINT Clean up deprecations for 1.5: in KBinsDiscretizer (#28817) 2024-04-11 17:59:05 +00:00
Adrin Jalali c4c5463556
MNT upgrade black version (#28802) 2024-04-10 11:06:55 -04:00
raisadz d1d1596fac
DOC user polars instead of polars in plot_time_series_lagged_features (#28601)
Co-authored-by: raisa <>
2024-04-08 19:10:43 +00:00
Stefanie Senger 2f5361a4b5
MNT more informative error message for `UnsetMetadataPassedError` (#28517)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2024-04-08 19:39:43 +02:00
DerWeh a530a176ad
DOC: use f-strings in example (#28767) 2024-04-04 10:48:40 +02:00
miguelcsilva 710fe97317
ENH Add number of features used at each step to RFECV.cv_results_ (#28670)
Co-authored-by: Jérémie du Boisberranger <jeremie@probabl.ai>
2024-03-27 15:04:37 +00:00
kraktus 02b7d4409b
tweak `plot_optics.py` example to be more pythonic (#28658) 2024-03-20 19:50:49 -07:00
Guillaume Lemaitre 6a8964dda6
DOC remove broken SVM GUI example (#28620) 2024-03-18 15:12:32 +01:00
Guillaume Lemaitre 0238d1f107
DOC fix meaning of indices in tree examples (#28598) 2024-03-08 16:27:39 +00:00
Marco Edward Gorelli 57437b5f4b
DOC use polars in plot_digits_pipe example (#28576) 2024-03-07 07:20:45 +00:00
Arturo Amor 006ccdb0f7
DOC Iter on outlier detection estimators example (#28550)
Co-authored-by: ArturoAmorQ <arturo.amor-quiroz@polytechnique.edu>
Co-authored-by: Tim Head <betatim@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2024-03-06 16:41:43 +01:00
Guillaume Lemaitre 5273e6eed5
DOC use max_iter instead of n_iter for TSNE in examples (#28518) 2024-02-23 14:10:04 +01:00
Gael Varoquaux d1e7caf470
DOC: title of HGBT example (#28508) 2024-02-23 14:19:11 +11:00
Arturo Amor c826fecdf8
DOC Add example showcasing HGBT regression (#26991)
Co-authored-by: ArturoAmorQ <arturo.amor-quiroz@polytechnique.edu>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2024-02-22 18:53:27 +01:00
Olivier Grisel 3a3e746ddd
DOC: improve plot_compare_calibration.py (#28231)
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2024-02-21 18:41:54 +01:00
Loïc Estève 50e8749108
CI Use Python 3.12 in scipy-dev (#28383) 2024-02-14 17:35:52 -05:00
Marco Edward Gorelli 700afd8f6f
DOC: fixup plot in "Pipelining: chaining a PCA and a logistic regression" example (#28345)
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
2024-02-01 18:58:13 +00:00
Loïc Estève bb87768744
MNT Ignore pandas 2.2 warnings including Pyarrow dependency warnings (#28305)
Co-authored-by: adrinjalali <adrin.jalali@gmail.com>
2024-01-31 11:23:33 +01:00
Yao Xiao 72169ff26b
DOC restructure changelog (in particular for switching to pydata-sphinx-theme) (#28255)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2024-01-25 15:32:42 +01:00
Julien Jerphanion fe4ffd233d
DOC 1.4 release highlights: PCA on sparse data improvements (#28138)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Co-authored-by: jeremie du boisberranger <jeremiedbb@yahoo.fr>
2024-01-17 14:00:12 +01:00
Olivier Grisel 7aa7485466
DOC add the HTML output for the polars dataframe for the 1.4 release highlights (#28149) 2024-01-17 13:57:46 +01:00
Arturo Amor 7e72bee19d
DOC Improve docs of permutation importance on the user guide (#27154)
Co-authored-by: ArturoAmorQ <arturo.amor-quiroz@polytechnique.edu>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2024-01-17 11:00:23 +01:00