8000 DOC: use notebook-style for plot_svm_anova.py by jayasuryajsk · Pull Request #22555 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

DOC: use notebook-style for plot_svm_anova.py #22555

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 456 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
456 commits
Select commit Hold shift + click to select a range
9227162
MNT remove 1.1 changelog due to rebase conflict
glemaitre Oct 23, 2021
ae223ee
bumpversion to 1.0.1
glemaitre Oct 23, 2021
cd927c0
FIX delete feature_names_in_ when refitting on a ndarray (#21389)
jeremiedbb Oct 23, 2021
112ae4e
DOC Ensures that OrthogonalMatchingPursuitCV passes numpydoc validati…
spikebh Oct 23, 2021
14fda2f
DOC Ensures that PassiveAggressiveRegressor passes numpydoc validatio…
g4brielvs Oct 23, 2021
d6e24ee
DOC Ensures that LabelSpreading passes numpydoc validation (#21414)
g4brielvs Oct 23, 2021
8971a19
DOC Ensures that MultiTaskElasticNetCV passes numpydoc validation (#2…
spikebh Oct 23, 2021
7737cb9
DOC update the News section in website (#21417)
glemaitre Oct 25, 2021
0d37891
Trigger wheel builder workflow: [cd build]
glemaitre Oct 25, 2021
bfbb59f
FIX enable blank issue creation (#21044)
PSSF23 Sep 15, 2021
f0e0922
FIX improve error message for large sparse matrix input in LogisticRe…
glemaitre Dec 24, 2021
1b97932
FIX out of bound error in split_indices (#21130)
lorentzenchr Oct 6, 2021
71ca247
MNT Move `DistanceMetric` under `metrics` (#21177)
jjerphan Oct 8, 2021
6a8d82a
TST Adds numpydoc tests for functions (#21245)
thomasjpfan Oct 14, 2021
14dfb26
FIX set docstrings on sklearn.utils.fixes.threadpool_limits/info (#21…
ogrisel Oct 15, 2021
653bf69
ENH Improves message for HTML repr when notebook is not trusted (#21316)
thomasjpfan Oct 21, 2021
85c7327
MNT fix changelog 1.0.1 (#21416)
glemaitre Oct 23, 2021
916c6b3
Fix doc issues for cluster_optics dbscan (#21419)
MaggieChege Oct 23, 2021
96789a6
DOC Added the meaning of the default=None case in SparsePCA (#21421)
alceballosa Oct 23, 2021
c32569f
DOC Ensures that max_error passes numpydoc validation (#21420)
arisayosh Oct 23, 2021
377f1e2
DOC Ensures that SpectralEmbedding passes numpydoc validation (#21411)
Oct 23, 2021
84c4676
DOC Ensures that linkage_tree passes numpydoc validation (#21424)
chritter Oct 23, 2021
c2700f5
Fix numpydoc format for sklearn.model_selection._validation.numpydoc_…
iofall Oct 23, 2021
a1c3d87
DOC Ensures that sklearn.cluster._kmeans.k_means passes numpydoc vali…
gpablo6 Oct 23, 2021
0cee297
DOC Ensures that train_test_split passes numpydoc validation (#21435)
arisayosh Oct 23, 2021
a066721
DOC Ensures that metrics.pairwise.euclidean_distances passes numpydoc…
embandera Oct 24, 2021
40d05f4
DOC Ensures that sklearn.utils.validation.indexable passes numpydoc v…
majauhar Oct 24, 2021
ef60a68
DOC Ensures that log_likelihood passes numpydoc validation (#21438)
genvalen Oct 24, 2021
11e7e36
DOC Ensures that empirical_covariance passes numpydoc validation (#21…
genvalen Oct 24, 2021
afdff17
Speeding up test_voting/test_gridsearch (#21422)
mohaseeb Oct 24, 2021
4d3c1fd
DOC Ensures that sklearn.metrics._classification.accuracy_score passe…
embandera Oct 25, 2021
52829ab
DOC Ensures that StackingRegressor passes numpydoc validation (#21444)
baam25simo Oct 25, 2021
db6d81e
DOC Ensures that sklearn.metrics._classification.hamming_loss passes …
embandera Oct 25, 2021
8c71a7f
DOC Ensures that zero_one_loss passes numpydoc validation (#21450)
embandera Oct 25, 2021
5540a00
DOC Added meaning of default=None for n_components in MiniBatchSparse…
alceballosa Oct 25, 2021
ceb3ab1
Prepare SECURITY.md file to document how to report security problems …
ogrisel Oct 25, 2021
66197e4
[MRG]DOC Ensures that cross_val_score passes numpydoc validation (#21…
fortune-uwha Oct 26, 2021
c893e9c
DOC Ensures that SpectralCoclustering passes numpydoc validation (#21…
Icyshaman Oct 26, 2021
5fdeedf
updated README.rst (#20916)
kaushikroychowdhury Oct 26, 2021
4c93ccb
MAINT Fix broken travis link in CI badges (#21465)
ogrisel Oct 27, 2021
1b3ab59
FIX add support for multilabel classification in RidgeClassifier* (#1…
glemaitre Oct 27, 2021
0f873e2
MNT upgrade windows image on Azure Pipeline (#21477)
glemaitre Oct 27, 2021
32ca2cb
DOC add more details regarding determinant computation in GMM (#21480)
glemaitre Oct 27, 2021
e437a9c
FIX Make dict learning loss match the paper (#19210)
jeremiedbb Oct 27, 2021
54f0962
TST Simplify the test and remove empty DOCSTRING_IGNORE_LIST (#21468)
Icyshaman Oct 27, 2021
1a3696a
DOC Fix precompute parameter docstring in Lasso (#21475)
mandjevant Oct 28, 2021
6f5edfc
DOC use Python float instead of C double (#21489)
glemaitre Oct 28, 2021
1782639
TST Accelerates test_check_estimator_clones (#21498)
krumetoft Oct 29, 2021
7df1087
DOC: Minor updates to polynomial interpolation example (#21492)
rossbar Oct 29, 2021
48ab394
Inject safer test value for MeanShift.bandwidth in estimator checks (…
jjerphan Oct 29, 2021
5a6605c
DOC Ensures that confusion_matrix passes numpydoc validation (#21496)
embandera Oct 29, 2021
5431bd3
DOC Ensures that precision_score passes numpydoc validation (#21479)
embandera Oct 29, 2021
eb41e8b
DOC Ensures that as_float_array passes numpydoc validation (#21502)
MaggieChege Oct 29, 2021
151f256
[MRG] accelerate test_bagging.py::test_classification with hyperparam…
chritter Oct 29, 2021
0dc76d5
Fixed a small grammar mistake in the docs (#21487)
aad1tya Oct 29, 2021
91215fc
DOC Ensures that config_context passes numpydoc validation (#21426)
glemaitre Dec 24, 2021
0eb3b15
DOC fix typo in RidgeCV docstring (#21509)
mandjevant Oct 30, 2021
01ec0b4
DOC SGDOneClassSVM docs like SGD classifier and SGD regressor (#21510)
mandjevant Oct 30, 2021
3f67ade
FIX Escape `name_details` and add missing = (#21493)
ageron Oct 30, 2021
adf669f
DOC Ensures that sklearn.metrics.pairwise.linear_kernel passes numpyd…
kondratyev-nv Oct 30, 2021
0774783
MNT Improves arm stability and build times of linux/arm64 wheels (#21…
thomasjpfan Nov 2, 2021
c74a7a2
DOC Update authors and triagers (#21527)
jjerphan Nov 2, 2021
8260d32
DOC Ensures that extmath.cartesian passes numpydoc validation (#21513)
anonymousr007 Nov 2, 2021
caef81f
MNT Centralize common cython compiler directives (#21512)
jeremiedbb Nov 3, 2021
a98c460
FIX Fixed infinite loop in cluster._spectral.discretize (#21271)
martintb Nov 3, 2021
33cb359
MNT remove unecessary isintance Pipeline (#21540)
glemaitre Nov 3, 2021
f7ee996
DOC convert to notebook GPR regression with noise estimation (#20359)
glemaitre Nov 3, 2021
fb46d5b
DOC convert to notebook style Kernel ridge GPR example (#20357)
glemaitre Nov 3, 2021
84fd2de
DOC convert to notebook style CO2 GPR regression (#20358)
glemaitre Nov 3, 2021
5b13871
DOC convert to notebook the basic example introducing GPR (#20360)
glemaitre Nov 3, 2021
956b4f7
CI show the diff when black is applied (#21541)
glemaitre Nov 3, 2021
dce9bd6
DOC improve kernel PCA example (#19945)
glemaitre Dec 24, 2021
d86fe47
HOTFIX Don't use setuptools 58.5 which introduces regression (#21549)
jjerphan Nov 4, 2021
f63826c
MAINT lower memory usage of test_pickling_vectorizer (#21550)
ogrisel Nov 4, 2021
746c769
FIX Ignore distutils warning in [scipy-dev] + fix numpy 1.22 support …
thomasjpfan Nov 4, 2021
f04487a
Test decision tree pickle for different endianness (#21539)
lesteve Nov 4, 2021
4b3a927
TST Reduce dataset size in check_estimator_sparse_data (#21515)
mohaseeb Nov 4, 2021
8a169bd
DOC Ensures that load_diabetes passes numpydoc validation (#21526)
spikebh Nov 5, 2021
aa6ca3b
Revert "HOTFIX Don't use setuptools 58.5 which introduces regression …
jjerphan Nov 5, 2021
0d71ff5
TST Lower memory usage for random_project examples (#21558)
thomasjpfan Nov 5, 2021
002cf9d
DOC Link to build from source in contributing guide (#21369)
thomasjpfan Nov 5, 2021
375887e
FIX check skip network in test_load_boston_alternative (#21563)
ogrisel Nov 5, 2021
db0152e
MNT modify test_nested_cv to speed-up CI build two (#21551)
glemaitre Dec 24, 2021
2d16e7b
DOC Ensures that recall_score passes numpydoc validation (#21495)
embandera Nov 5, 2021
75a0bda
fixed issues with documentation validation for sklearn.utils.check_pa…
kkatottn Nov 6, 2021
687ddbd
MAINT Removes short summary for most builds (#21554)
thomasjpfan Nov 6, 2021
350b217
DOC Ensures that balanced_accuracy_score passes numpydoc validation (…
embandera Nov 7, 2021
8bbbf6b
DOC Fix 21448 whats_new entry (#21579)
jjerphan Nov 7, 2021
7530581
TST accelerate runtime for test svm/tests/test_svm.py::test_svc_ovr_t…
erodrago Nov 8, 2021
2905124
DOC fix typos and code in logistic regression example (#21596)
himankunaw Nov 8, 2021
fd1efc0
MNT Use non-deprecated SciPy imports (#21603)
larsoner Nov 9, 2021
bf48c47
Enhance mape documentation, fixes #21556 (#21574)
pedugnat Nov 10, 2021
aedfd43
DOC Fix link to scipy guide on development workflow (#21633)
jmloyola Nov 11, 2021
d43c758
MNT pin PyWavelet in doc-min builds (#21607)
glemaitre Nov 12, 2021
ab38096
DOC fix extra . between 1e-3 in TheilSenRegressor's docstring (#21623)
mandjevant Nov 12, 2021
716d16a
MAINT Adds script to create or update issue when CI fails (#21544)
thomasjpfan Nov 12, 2021
cfdeb64
FIX enforce keyword-only arguments in mean_absolute_percentage_error …
pedugnat Nov 12, 2021
b8f9105
ENH Accelerate plot_mlp_alpha.py (#21648)
yuanx749 Nov 12, 2021 10000
967e350
MAINT move PyPy back to scheduled build (#21645)
ogrisel Nov 12, 2021
fec6d4d
BUG Fix upstream updater when test collection fails (#21655)
thomasjpfan Nov 13, 2021
97a2437
DOC Ensures that function passes numpydoc validation: has_fit_paramet…
reshamas Nov 15, 2021
9e15c46
Added link to LinkedIn site to readme file (#21650)
Nov 15, 2021
8384726
DOC fix typo in gaussian_process_regressor (#21653)
mandjevant Nov 15, 2021
ac0756f
MAINT workaround for bug in setuptools/pkg_resources (#21676)
ogrisel Nov 15, 2021
f19b753
DOC make "sklearn._config.get_config" pass numpydoc (#21656)
FPGAwesome Nov 15, 2021
694b382
DOC Add default=None to constant parameter of dummy clf (#21652)
mandjevant Nov 15, 2021
1daba51
MAINT fix test_check_classifiers_multilabel_output_format_predict_pro…
ogrisel Nov 15, 2021
46e571e
DOC Ensures that function passes numpydoc validation: column_or_1d fu…
reshamas Nov 15, 2021
e6c3720
DOC increase speed in plot_learning_curve.py (#21628)
Nov 16, 2021
1fbd282
FIX out of bounds error on X_indptr in kmeans (#21662)
lorentzenchr Nov 16, 2021
ee3f3f6
DOC Accelerate plot_t_sne_perplexity.py (#21636)
yuanx749 Nov 16, 2021
3cebf71
ENH Improve speed plot_permutation_tests_for_classification.py (#21649)
Nov 16, 2021
9b34ed5
ENH Improve speed plot_adaboost_multiclass.py (#21651)
Nov 16, 2021
00d3b73
ENH Speed up plot_discretization_classification.py (#21661)
yuanx749 Nov 16, 2021
ae6b6cf
ENH accelerate plot_randomized_search.py (#21637)
sply88 Nov 16, 2021
be935bd
DOC increase speed in plot_validation_curve.py (#21638)
Nov 16, 2021
d53f56c
MAINT reorg/fix Kernel PCA entry in whats_new/v1.1.rst (#21695)
ogrisel Nov 17, 2021
2e57aca
MNT update sphinx version in doc build to use with Python 3.10 (#21698)
lesteve Nov 17, 2021
05e7064
TST check the legend instead of label names in CalibrationDisplay (#2…
glemaitre Dec 24, 2021
47b2e33
[MRG] FIX segmentation fault on memory mapped contiguous memoryview (…
lorentzenchr Nov 18, 2021
0b298ee
DOC first draft on the comms team(#21287)
GaelVaroquaux Nov 18, 2021
a0189c7
TST Handle Connection error in test_load_boston_alternative (#21178)
jjerphan Nov 18, 2021
951f4cb
TST use aligned data with unstable openblas configuration (#21702)
jjerphan Nov 18, 2021
aad3f99
Follow-up fix for check_classifiers_train on prescott OpenBLAS (#21704)
ogrisel Nov 18, 2021
0250dec
FIX Make DistanceMetrics support readonly buffers attributes (#21694)
jjerphan Nov 19, 2021
43d7c92
Increase speed plot_birch_vs_minibatchkmeans.py (#21703)
Iglesys347 Nov 19, 2021
0509219
DOC Speed up plot_digits_linkage.py example #21598 (#21678)
yarkhinephyo Nov 19, 2021
87f94b9
MAINT Make test_iterative_imputer_catch_warning failures more informa…
ogrisel Nov 19, 2021
dfe9668
MAINT Continue on error for cache on azure (#21715)
thomasjpfan Nov 20, 2021
22ddedb
ENH Impoving execution speed of plot_pca_vs_fa_model_selection.py by …
Iglesys347 Nov 20, 2021
5d53000
DOC improve the docstrings of DummyClassifier (#21712)
ogrisel Nov 22, 2021
9314e9f
DOC add missing markdown marker in an example (#21740)
glemaitre Nov 22, 2021
4aecf43
DOC Ensures that load_files passes numpydoc validation (#21727)
tamesps Nov 22, 2021
97d5998
DOC Ensures that sklearn.base.clone passes numpydoc validation (#21557)
kkatottn Nov 22, 2021
e035cfd
MAINT Specify Python 3.9 for Circle CI job 'doc' (#21744)
jjerphan Nov 22, 2021
8eff7a8
DOC Update docstring of top_k_accuracy_score (#21255)
Ken4git Nov 23, 2021
1726a0a
DOC Changed layer number and learning rate init to make execution of …
Nov 23, 2021
8887895
FIX/API Fix AIC/BIC in LassoLarsIC and introduce noise_variance (#21481)
glemaitre Nov 23, 2021
ca71a3d
FIX wminkowski removed in 1.8.0.dev0 (#21741)
ogrisel Nov 23, 2021
3eea6e8
ENH Improve `plot_semi_supervised_newsgroups.py` example (#21673)
patel-zeel Nov 23, 2021
fa6610e
MNT accelerate example plot_lle_digits.py (#21736)
siavrez Nov 24, 2021
cc23403
MNT Speed up OSX builds with 3 cores on Azure (#21772)
thomasjpfan Nov 24, 2021
67b46a1
MNT speed up example plot_svm_scale_c.py (#21625)
Nov 24, 2021
acb9f00
DOC Speed up example on plot_gradient_boosting_categorical.py (#21634)
pedugnat Nov 24, 2021
e97d666
DOC speed up plot_ensemble_oob.py (#21730)
siavrez Nov 24, 2021
49a9dfd
CI Fixes check_regressors_train on prescott OpenBlas (#21781)
thomasjpfan Nov 25, 2021
c601bbd
MNT Adjust n_jobs=2 for examples and tests (#21780)
thomasjpfan Nov 25, 2021
79e7e63
DOC speed up example plot_digits_pipe.py (#21728)
ArthDh Nov 25, 2021
6a151e6
FIX raise error for max_samples if no bootstrap & optimize forest tes…
PSSF23 Nov 25, 2021
132b502
MNT Configures boundscheck=True for one of the CI instances (#21779)
thomasjpfan Nov 25, 2021
a3330a4
DOC Ensures that function passes numpydoc validation: affininity_prop…
reshamas Nov 25, 2021
f8b900b
EXA Sort fit times fot score vs fit_times in learning curve example (…
thomasjpfan Nov 25, 2021
6c1f4d2
Support cross 32bit/64bit pickles for decision tree (#21552)
lesteve Nov 25, 2021
fa97334
MNT Speedup example plot_select_from_model_diabetes.py (#21738)
ArthDh Nov 25, 2021
120d240
MNT Accelerate_examples plot_digits_linkage.py (#21737)
siavrez Nov 26, 2021
09815e5
DOC Various documentation improvements (#21764)
mandjevant Nov 26, 2021
d42951b
FIX break inheritance in CSS style to show diagram (#21797)
glemaitre Nov 26, 2021
51a43ff
updated epoch and training size (#21773)
mrleu Nov 26, 2021
9ebeccd
MNT speed up plot_nca_classification.py (#21771)
siavrez Nov 26, 2021
959765a
MNT Accelerate plot_model_complexity_influence.py example using a sub…
siavrez Nov 26, 2021
702cf17
MNT speed up test_kernel_pca_solvers_equivalence (#21746)
franslarsson Nov 26, 2021
1b406ad
EXA Improve example Importance of Feature Scaling (#21630)
pedugnat Nov 26, 2021
f22ec8d
DOC Added Linkedin to social media section (#21793)
Vikrant-Khedkar Nov 27, 2021
7a1a779
MNT accelerate plot_gradient_boosting_early_stopping.py example (#21609)
sply88 Nov 27, 2021
5cca8bf
DOC accelerate plot_successive_halving_iterations.py example #21598 (…
sply88 Nov 29, 2021
0d7b3af
DOC accelerate plot_gradient_boosting_regularization.py example #2159…
sply88 Nov 29, 2021
346f6a5
EXA Update OpenML dataset in plot_gradient_boosting_categorical (#21789)
Nov 29, 2021
22acc1e
DOC Changed the description of the alpha param in SelectFpr class (#2…
Nov 29, 2021
c020576
DOC Ensures that plot_roc_curve passes numpydoc validation (#21547)
MrinalTyagi Nov 29, 2021
09b289f
ENH Adds arrow on top level estimator in html repr (#21298)
thomasjpfan Nov 29, 2021
eee1851
FIX Remove warnings when fitting a dataframe (#21578)
thomasjpfan Nov 29, 2021
00ec46d
CI Use conda-forge compilers in circleci [doc build] (#21819)
thomasjpfan Nov 29, 2021
faf5da6
CI Do not include body since GitHub issues have a 65536 limit (#21813)
thomasjpfan Nov 30, 2021
9a1f86d
MNT Fixes deprecation error in [scipy-dev] (#21812)
thomasjpfan Nov 30, 2021
a184a98
TST Do not use cache for fetch_openml tests (#21806)
thomasjpfan Nov 30, 2021
f0d008c
TST do not skip test if not PyPy (#21834)
glemaitre Nov 30, 2021
e63412a
DOC Improve document MultiOutputRegressor (#21836)
LucieClair Nov 30, 2021
e93a6f5
DOC Fix docstring for ngram_range parameter in Vectorizers (#21844)
angus-lherrou Nov 30, 2021
0063b86
DOC Ensures that load_iris passes numpydoc validation (#21760)
ArturoAmorQ Dec 1, 2021
8000
4daafc8
MAINT Improve issue template (#21847)
ogrisel Dec 1, 2021
835b308
CI Simplier wheel building config [cd build gh] (#21849)
thomasjpfan Dec 2, 2021
3c2965c
TST Fix test to actually check writable and readable ndarrays (#21853)
thomasjpfan Dec 2, 2021
f90c33f
BLD Build 3.10 wheel [cd build gh] (#21232)
thomasjpfan Dec 2, 2021
d7ac054
CI Build macOS arm wheels [cd build gh] (#21827)
thomasjpfan Dec 2, 2021
22ff399
FIX Fixes joblib memmap error for KDTree and BallTree (#21845)
thomasjpfan Dec 2, 2021
96be105
reduced n_samples and n_features in test_nan_support for faster pytes…
jloayza10 Dec 2, 2021
b7cf0de
[DOC] Speed up `plot_gradient_boosting_quantile.py` example (#21666)
marenwestermann Dec 2, 2021
17a8d4f
DOC Ensures that sklearn.metrics.cluster._unsupervised.silhouette_sco…
mlant Dec 3, 2021
dfbcac0
DOC Ensures that sklearn.metrics.cluster._unsupervised.davies_bouldin…
mlant Dec 3, 2021
142119f
DOC fix a wikipedia URL redirect (#21870)
partev Dec 3, 2021
93ec1d7
FIX Make fetch_openml atomically cache the download (#21833)
siavrez Dec 4, 2021
e9918bb
Accelerate plot_image_denoising.py (#21799)
nastegiano Dec 6, 2021
a2630ba
DOC fix versionadded in forest (#21890)
glemaitre Dec 6, 2021
0ed90ed
DOC added links for twitter commits, youtube, instagram and facebook …
srinathreddychitteti Dec 6, 2021
3861661
DOC Fixes sphinx error and combines dataset module in whats new (#21900)
thomasjpfan Dec 6, 2021
a8de308
MAINT make test_docstrings.py a regular test file (#21899)
ogrisel Dec 6, 2021
7002091
[MRG] Speed up test: warm_start_with_oob_score_fails (#21892)
glennfrutiz Dec 6, 2021
9666ed2
TST Trying to fix test_parallel_classification (#21896)
MrinalTyagi Dec 6, 2021
fef1087
[MRG] accelerate stacking-classifier in test_common.py::test_ensembl…
chritter Dec 6, 2021
c1ae3d2
Doc fix typos in sklearn.preprocessing._encoders (#21910)
pelennor Dec 7, 2021
73ecba8
MAINT set testpaths = sklearn for pytest in setup.cfg (#21894)
ogrisel Dec 7, 2021
3277a78
EXA speed up ensemble/tests/test_gradient_boosting (#21903)
glennfrutiz Dec 7, 2021
dbc6612
DOC Fix deprecation warning in plot_roc (#21911)
Kim-AYoung Dec 7, 2021
126d846
FIX Fixes plot_tree from going out of bounds (#21917)
thomasjpfan Dec 8, 2021
27105ca
Use as_frame=False for mnist_784 examples to reduce memory usage (#21…
lesteve Dec 9, 2021
cbb38c8
MNT Add extern to avoid build warning in _dbscan_inner.pyx (#21822)
thomasjpfan Dec 9, 2021
e067a4e
Revert "MAINT workaround for bug in setuptools/pkg_resources (#21676)…
thomasjpfan Dec 9, 2021
2017d99
DOC Increase execution speed of plot_sgd_comparison (#21610)
Dec 9, 2021
9453551
MAINT reduce scope of test_linear_models_cv_fit_for_all_backends to r…
ogrisel Dec 10, 2021
49f7618
fix letter case (#21940)
melemo2 Dec 10, 2021
c381cef
TST Speed up slow test linear_model/tests/test_quantile.py::test_asym…
simonandras Dec 10, 2021
686bf6a
CI Updates vmimage for macOS in azure pipelines (#21950)
thomasjpfan Dec 10, 2021
51b8e51
DOC Add ASV benchmark link to README (#21956)
Dec 13, 2021
a01c2d6
DOC Add Juan Martín Loyola to the Triage Team (#21966)
jjerphan Dec 13, 2021
e985184
DOC Fixed an error in plot_digits_last_image (#21972)
eyast Dec 14, 2021
c9552b0
Add more explicit message in Changelog workflow. (#21971)
cmarmo Dec 15, 2021
047759a
MNT Speed up of plot_face_recognition.py example (#21725)
pramodatre Dec 15, 2021
9293021
FIX Fix the error message when using precomputed affinity in Agglomer…
chkoar Dec 15, 2021
68c457c
MAINT Adjust issue template labels for new issues (#21951)
thomasjpfan Dec 15, 2021
40fa19c
MAINT accelerate plot_partial_dependence.py (#21768)
siavrez Dec 15, 2021
7eb7c64
CI Auto labels blank issuse with Needs Triage (#21989)
thomasjpfan Dec 16, 2021
10c562e
MNT Closes corrupted file correctly in test_fetch_openml_verify_check…
thomasjpfan Dec 17, 2021
bde8b38
DOC fix linear programming derivation comment in QuantileRegressor (#…
lorentzenchr Dec 17, 2021
569bd55
DOC Update plot_partial_dependence.py (#22013)
adijohar Dec 17, 2021
a5be233
DOC Ensures that mean_shift passes numpydoc validation (#22019)
melemo2 Dec 19, 2021
289a106
DOC Ensures that get_bin_seeds passes numpydoc validation (#22018)
melemo2 Dec 19, 2021
d721855
DOC Ensures that silhouette_samples passes numpydoc (#21851)
mlant Dec 20, 2021
11ddcdc
CI temporary force setuptools to use distutils from stdlib (#22028)
glemaitre Dec 20, 2021
f623af3
CI Revert temporary 60.0.0 setuptools work-around (#22036)
lesteve Dec 21, 2021
16ed088
DOC Correct wrong default value in check_scalar docstring (#22032)
Dec 21, 2021
24fed55
CI temporary fix for setuptools and distutils in Windows (#22049)
glemaitre Dec 21, 2021
670b2cc
DOC Improve Windows advanced install instructions (#22056)
lesteve Dec 22, 2021
72d483d
FIX correctly initialize precisions_cholesky_ in GaussianMixture (#22…
glemaitre Dec 22, 2021
10236a4
ENH speed up test_unsupervised_model_fit (#22045)
MaxwellLZH Dec 23, 2021
2cd3bfe
DOC svm add callable as accepted type for kernel parameter (#21675)
mandjevant Dec 23, 2021
d3ec8f8
DOC Update cross_validation.rst (#22066)
siavrez Dec 23, 2021
c46ac60
DOC Update cross_validation.rst (#22067)
siavrez Dec 23, 2021
3bb7286
FIX Corrects negative gradient of AdaBoost loss in GBDT (#22050)
glemaitre Dec 23, 2021
4710a4a
FIX Isomap with precomputed distances and disconnected graph (#21915)
TomDLT Dec 23, 2021
bd2ed7f
DOC Ensures randomized_range_finder passes numpydoc validation (#22069)
djdrack Dec 24, 2021
3773ee7
CI Fixes wheel building (#22051)
glemaitre Dec 24, 2021
f952d92
FIX Improves feature names support for SelectFromModel + Est w/o name…
thomasjpfan Dec 24, 2021
afa6333
FIX wrong conflict resolution
glemaitre Dec 24, 2021
063f72f
DOC update release date and bumpversion
glemaitre Dec 24, 2021
350bbf8
DOC update list of authors
glemaitre Dec 24, 2021
c7b02f5
DOC move fixes from 1.1 to 1.0.2 (#22070)
glemaitre Dec 24, 2021
4954a51
fix remove 1.1 log
glemaitre Dec 24, 2021
b72778d
DOC Move SVM parameter validation back to log 1.1 (#22072)
thomasjpfan Dec 25, 2021
7e1e6d0
[cd build] Trigger CI/CD
glemaitre Dec 25, 2021
9bb7f0a
Update plot_svm_anova.py
jayasuryajsk Feb 20, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
58 changes: 13 additions & 45 deletions .circleci/config.yml
< F438 /tr>
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,15 @@ jobs:
- OMP_NUM_THREADS: 2
- MKL_NUM_THREADS: 2
- CONDA_ENV_NAME: testenv
- PYTHON_VERSION: 3
- PYTHON_VERSION: '3.9'
- NUMPY_VERSION: 'latest'
- SCIPY_VERSION: 'latest'
- MATPLOTLIB_VERSION: 'latest'
- CYTHON_VERSION: 'latest'
- SCIKIT_IMAGE_VERSION: 'latest'
- SPHINX_VERSION: 'min'
# Bump the sphinx version from time to time. Avoid latest sphinx version
# that tends to break things slightly too often
- SPHINX_VERSION: 4.2.0
- PANDAS_VERSION: 'latest'
- SPHINX_GALLERY_VERSION: 'latest'
- NUMPYDOC_VERSION: 'latest'
Expand Down Expand Up @@ -109,34 +111,17 @@ jobs:
name: linting
command: ./build_tools/circle/linting.sh

pypy3:
docker:
- image: condaforge/miniforge3
environment:
# Avoid the interactive dialog when installing tzdata
- DEBIAN_FRONTEND: noninteractive
steps:
- restore_cache:
keys:
- pypy3-ccache-{{ .Branch }}
- pypy3-ccache
- run: apt-get -yq update && apt-get -yq install git ssh
- checkout
- run: conda init bash && source ~/.bashrc
- run: ./build_tools/circle/build_test_pypy.sh
- save_cache:
key: pypy3-ccache-{{ .Branch }}-{{ .BuildNum }}
paths:
- ~/.ccache
- ~/.cache/pip

linux-arm64:
machine:
image: ubuntu-2004:202101-01
resource_class: arm.medium
environment:
# Use the latest supported version of python
- PYTHON_VERSION: '3.9'
- OMP_NUM_THREADS: 2
- OPENBLAS_NUM_THREADS: 2
- NUMPY_VERSION: 'latest'
- SCIPY_VERSION: 'latest'
- CYTHON_VERSION: 'latest'
- JOBLIB_VERSION: 'latest'
- THREADPOOLCTL_VERSION: 'latest'
Expand All @@ -147,18 +132,16 @@ jobs:
- checkout
- run: ./build_tools/circle/checkout_merge_commit.sh
- restore_cache:
key: v1-datasets-{{ .Branch }}
key: linux-arm64-{{ .Branch }}
- run: ./build_tools/circle/build_test_arm.sh
- save_cache:
key: doc-ccache-{{ .Branch }}-{{ .BuildNum }}
key: linux-arm64-{{ .Branch }}
paths:
- ~/.ccache
- ~/.cache/ccache
- ~/.cache/pip
- save_cache:
key: v1-datasets-{{ .Branch }}
paths:
- ~/scikit_learn_data

# The source build folder.
- ~/project/build
deploy:
docker:
- image: circleci/python:3.7
Expand Down Expand Up @@ -187,24 +170,9 @@ workflows:
- doc-min-dependencies:
requires:
- lint
- pypy3:
filters:
branches:
only:
- 0.20.X
- deploy:
requires:
- doc
pypy:
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only:
- main
jobs:
- pypy3
linux-arm64:
jobs:
- linux-arm64
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@

# PR 20412: Use experimental_string_processing=true in Black
3ae7c7615343bbd36acece57825d8b0d70fd9da4

# PR 20502: Runs Black on examples
70a185ae59b4362633d18b0d0083abb1b6f7370c
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
/doc/whats_new.rst merge=union
/doc/whats_new/v*.rst merge=union
25 changes: 21 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug Report
description: Create a report to help us reproduce and correct the bug
labels: ['Bug: triage']
labels: ['Bug', 'Needs Triage']

body:
- type: markdown
Expand All @@ -19,7 +19,7 @@ body:
attributes:
label: Steps/Code to Reproduce
description: |
Please add a minimal example that we can reproduce the error by running the code. Be as succinct as possible, do not depend on external data. In short, we are going to copy-paste your code and we expect to get the same result as you. Example:
Please add a minimal code example that can reproduce the error when running it. Be as succinct as possible, **do not depend on external data files**: instead you can generate synthetic data using `numpy.random`, [sklearn.datasets.make_regression](https://scikit-learn.org/stable/modules/generated/sklearn.datasets.make_regression.html), [sklearn.datasets.make_classification](https://scikit-learn.org/stable/modules/generated/sklearn.datasets.make_classification.html) or a few lines of Python code. Example:

```python
from sklearn.feature_extraction.text import CountVectorizer
Expand All @@ -37,6 +37,10 @@ body:
```

If the code is too long, feel free to put it in a public gist and link it in the issue: https://gist.github.com.

In short, **we are going to copy-paste your code** to run it and we expect to get the same result as you.

We acknowledge that crafting a minimal reproducible code example requires some effort on your side but it really helps the maintainers quickly reproduce the problem and analyze its cause without any ambiguity. Ambiguous bug reports tend to be slower to fix because they will require more effort and back and forth discussion between the maintainers and the reporter to pin-point the precise conditions necessary to reproduce the problem.
placeholder: |
```
Sample code to reproduce the problem
Expand All @@ -55,8 +59,21 @@ body:
- type: textarea
attributes:
label: Actual Results
description: >
Please paste or describe the results you observe instead of the expected results. If you observe an error, please paste the error message including the **full** traceback of the exception.
description: |
Please paste or describe the results you observe instead of the expected results. If you observe an error, please paste the error message including the **full traceback** of the exception. For instance the code above raises the following exception:

```python-traceback
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-1-a674e682c281> in <module>
4 vectorizer = CountVectorizer(input=docs, analyzer='word')
5 lda_features = vectorizer.fit_transform(docs)
----> 6 lda_model = LatentDirichletAllocation(
7 n_topics=10,
8 learning_method='online',

TypeError: __init__() got an unexpected keyword argument 'n_topics'
```
placeholder: >
Please paste or specifically describe the actual output or traceback.
validations:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
blank_issues_enabled: false
blank_issues_enabled: true
contact_links:
- name: Discussions
url: https://github.com/scikit-learn/scikit-learn/discussions/new
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/doc_improvement.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Documentation improvement
description: Create a report to help us improve the documentation. Alternatively you can just open a pull request with the suggested change.
labels: [Documentation]
labels: [Documentation, 'Needs Triage']

body:
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Feature request
description: Suggest a new algorithm, enhancement to an existing algorithm, etc.
labels: ['New Feature']
labels: ['New Feature', 'Needs Triage']

body:
- type: markdown
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion .github/workflows/check-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
check:
name: A reviewer will let you know if it is required or can be bypassed
runs-on: ubuntu-latest
if: ${{ contains(github.event.pull_request.labels.*.name, 'No Changelog Needed') == 0 }}
steps:
Expand All @@ -18,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: '0'
- name: Check the changelog
- name: Check the changelog entry
run: |
set -xe
changed_files=$(git diff --name-only origin/main)
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/label-blank-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Labels Blank issues

on:
issues:
types: [opened]

jobs:
label-blank-issues:
runs-on: ubuntu-latest
steps:
- uses: andymckay/labeler@1.0.4
with:
add-labels: "Needs Triage"
ignore-if-labeled: true
Loading
0