From 0c6d43f774e4be437b72e41bed569a3cc49154a2 Mon Sep 17 00:00:00 2001 From: sklearn-benchmark-bot Date: Fri, 23 Feb 2024 23:47:48 +0000 Subject: [PATCH] new result [fe718a8e] --- logs/log_fe718a8e | 2437 +++++++++++++++++ ...s2.1.0-scipy1.11.2-threadpoolctl3.2.0.json | 1 + 2 files changed, 2438 insertions(+) create mode 100644 logs/log_fe718a8e create mode 100644 results/sklearn-benchmark/fe718a8e-conda-py3.11-cython3.0.8-joblib1.3.2-numpy1.25.2-pandas2.1.0-scipy1.11.2-threadpoolctl3.2.0.json diff --git a/logs/log_fe718a8e b/logs/log_fe718a8e new file mode 100644 index 0000000000..54d1e81150 --- /dev/null +++ b/logs/log_fe718a8e @@ -0,0 +1,2437 @@ +***** Runner ***** + +· Creating environments +· Discovering benchmarks +·· Uninstalling from conda-py3.11-cython3.0.8-joblib1.3.2-numpy1.25.2-pandas2.1.0-scipy1.11.2-threadpoolctl3.2.0 +·· Building fe718a8e
for conda-py3.11-cython3.0.8-joblib1.3.2-numpy1.25.2-pandas2.1.0-scipy1.11.2-threadpoolctl3.2.0 +·· Installing fe718a8e
into conda-py3.11-cython3.0.8-joblib1.3.2-numpy1.25.2-pandas2.1.0-scipy1.11.2-threadpoolctl3.2.0 +· Running 115 total benchmarks (1 commits * 1 environments * 115 benchmarks) +[ 0.00%] · For scikit-learn commit fe718a8e
: +[ 0.00%] ·· Benchmarking conda-py3.11-cython3.0.8-joblib1.3.2-numpy1.25.2-pandas2.1.0-scipy1.11.2-threadpoolctl3.2.0 +[ 0.87%] ··· Setting up cluster:16 ok +[ 0.87%] ··· cluster.KMeansBenchmark.peakmem_fit ok +[ 0.87%] ··· ================ =========== ======== =========== + -- init + ---------------------------- -------------------- + representation algorithm random k-means++ + ================ =========== ======== =========== + dense lloyd 105M 115M + dense elkan 138M 139M + sparse lloyd 256M 255M + sparse elkan 263M 261M + ================ =========== ======== =========== + +[ 1.74%] ··· cluster.KMeansBenchmark.peakmem_predict ok +[ 1.74%] ··· ================ =========== ======== =========== + -- init + ---------------------------- -------------------- + representation algorithm random k-means++ + ================ =========== ======== =========== + dense lloyd 90.6M 90.6M + dense elkan 91.5M 91.3M + sparse lloyd 98.6M 98.6M + sparse elkan 98.6M 98.6M + ================ =========== ======== =========== + +[ 2.61%] ··· cluster.KMeansBenchmark.peakmem_transform ok +[ 2.61%] ··· ================ =========== ======== =========== + -- init + ---------------------------- -------------------- + representation algorithm random k-means++ + ================ =========== ======== =========== + dense lloyd 122M 122M + dense elkan 122M 122M + sparse lloyd 126M 126M + sparse elkan 126M 126M + ================ =========== ======== =========== + +[ 3.48%] ··· cluster.KMeansBenchmark.time_fit ok +[ 3.48%] ··· ================ =========== ============ ============ + -- init + ---------------------------- ------------------------- + representation algorithm random k-means++ + ================ =========== ============ ============ + dense lloyd 441±100ms 1.26±0.02s + dense elkan 2.23±0.1s 2.13±0.01s + sparse lloyd 1.74±0.06s 5.14±0.4s + sparse elkan 3.45±0.01s 5.47±0.1s + ================ =========== ============ ============ + +[ 4.35%] ··· cluster.KMeansBenchmark.time_predict ok +[ 4.35%] ··· ================ =========== ============ ============ + -- init + ---------------------------- ------------------------- + representation algorithm random k-means++ + ================ =========== ============ ============ + dense lloyd 7.99±1ms 5.94±1ms + dense elkan 5.50±0.3ms 5.29±0.1ms + sparse lloyd 27.2±6ms 15.9±3ms + sparse elkan 28.2±6ms 16.9±7ms + ================ =========== ============ ============ + +[ 5.22%] ··· cluster.KMeansBenchmark.time_transform ok +[ 5.22%] ··· ================ =========== ============ ============ + -- init + ---------------------------- ------------------------- + representation algorithm random k-means++ + ================ =========== ============ ============ + dense lloyd 97.3±2ms 100±10ms + dense elkan 100±9ms 98.5±8ms + sparse lloyd 3.79±0.02s 3.65±0.03s + sparse elkan 3.61±0.02s 3.64±0.02s + ================ =========== ============ ============ + +[ 6.09%] ··· cluster.KMeansBenchmark.track_test_score ok +[ 6.09%] ··· ================ =========== =========== ===================== + representation algorithm init + ---------------- ----------- ----------- --------------------- + dense lloyd random -4.109886169433594 + dense lloyd k-means++ -3.0753684043884277 + dense elkan random -4.109886169433594 + dense elkan k-means++ -3.0753684043884277 + sparse lloyd random -0.9266619682312012 + sparse lloyd k-means++ -0.9249262809753418 + sparse elkan random -0.9266619682312012 + sparse elkan k-means++ -0.9249262809753418 + ================ =========== =========== ===================== + +[ 6.96%] ··· cluster.KMeansBenchmark.track_train_score ok +[ 6.96%] ··· ================ =========== =========== ===================== + representation algorithm init + ---------------- ----------- ----------- --------------------- + dense lloyd random -4.1075520515441895 + dense lloyd k-means++ -3.0780563354492188 + dense elkan random -4.1075520515441895 + dense elkan k-means++ -3.0780560970306396 + sparse lloyd random -0.9227071404457092 + sparse lloyd k-means++ -0.9221000075340271 + sparse elkan random -0.9227071404457092 + sparse elkan k-means++ -0.9221000075340271 + ================ =========== =========== ===================== + +[ 7.83%] ··· Setting up cluster:65 ok +[ 7.83%] ··· cluster.MiniBatchKMeansBenchmark.peakmem_fit ok +[ 7.83%] ··· ================ ======== =========== + -- init + ---------------- -------------------- + representation random k-means++ + ================ ======== =========== + dense 92.2M 92.6M + sparse 175M 177M + ================ ======== =========== + +[ 8.70%] ··· ...ter.MiniBatchKMeansBenchmark.peakmem_predict ok +[ 8.70%] ··· ================ ======== =========== + -- init + ---------------- -------------------- + representation random k-means++ + ================ ======== =========== + dense 89.2M 89.2M + sparse 104M 104M + ================ ======== =========== + +[ 9.57%] ··· ...r.MiniBatchKMeansBenchmark.peakmem_transform ok +[ 9.57%] ··· ================ ======== =========== + -- init + ---------------- -------------------- + representation random k-means++ + ================ ======== =========== + dense 120M 120M + sparse 125M 125M + ================ ======== =========== + +[10.43%] ··· cluster.MiniBatchKMeansBenchmark.time_fit ok +[10.43%] ··· ================ ========== =========== + -- init + ---------------- ---------------------- + representation random k-means++ + ================ ========== =========== + dense 497±20ms 489±20ms + sparse 629±20ms 1.95±0.2s + ================ ========== =========== + +[11.30%] ··· cluster.MiniBatchKMeansBenchmark.time_predict ok +[11.30%] ··· ================ ============ ============= + -- init + ---------------- -------------------------- + representation random k-means++ + ================ ============ ============= + dense 5.56±0.5ms 5.46±0.08ms + sparse 23.0±9ms 39.0±6ms + ================ ============ ============= + +[12.17%] ··· cluster.MiniBatchKMeansBenchmark.time_transform ok +[12.17%] ··· ================ =========== ============ + -- init + ---------------- ------------------------ + representation random k-means++ + ================ =========== ============ + dense 96.4±1ms 96.8±0.7ms + sparse 7.45±0.1s 7.04±0.4s + ================ =========== ============ + +[13.04%] ··· ...er.MiniBatchKMeansBenchmark.track_test_score ok +[13.04%] ··· ================ =========== ===================== + representation init + ---------------- ----------- --------------------- + dense random -4.596621036529541 + dense k-means++ -3.1085314750671387 + sparse random -0.9366871118545532 + sparse k-means++ -0.9386959075927734 + ================ =========== ===================== + +[13.91%] ··· ...r.MiniBatchKMeansBenchmark.track_train_score ok +[13.91%] ··· ================ ===================== ==================== + -- init + ---------------- ------------------------------------------ + representation random k-means++ + ================ ===================== ==================== + dense -4.584851264953613 -3.115997314453125 + sparse -0.9323447346687317 -0.934399425983429 + ================ ===================== ==================== + +[14.78%] ··· Setting up decomposition:41 ok +[14.78%] ··· ...tion.DictionaryLearningBenchmark.peakmem_fit ok +[14.78%] ··· =============== ====== ====== + -- n_jobs + --------------- ------------- + fit_algorithm 1 4 + =============== ====== ====== + lars 111M 131M + cd 104M 131M + =============== ====== ====== + +[15.65%] ··· ...ictionaryLearningBenchmark.peakmem_transform ok +[15.65%] ··· =============== ======= ======= + -- n_jobs + --------------- --------------- + fit_algorithm 1 4 + =============== ======= ======= + lars 86.2M 88.2M + cd 86.2M 88.2M + =============== ======= ======= + +[16.52%] ··· ...osition.DictionaryLearningBenchmark.time_fit ok +[16.52%] ··· =============== =========== ============ + -- n_jobs + --------------- ------------------------ + fit_algorithm 1 4 + =============== =========== ============ + lars 18.5±0.6s 10.6±0.4s + cd 796±4ms 3.43±0.06s + =============== =========== ============ + +[17.39%] ··· ...n.DictionaryLearningBenchmark.time_transform ok +[17.39%] ··· =============== ========== ========== + -- n_jobs + --------------- --------------------- + fit_algorithm 1 4 + =============== ========== ========== + lars 222±8ms 299±10ms + cd 228±20ms 309±10ms + =============== ========== ========== + +[18.26%] ··· ...DictionaryLearningBenchmark.track_test_score ok +[18.26%] ··· =============== ======== ====================== + fit_algorithm n_jobs + --------------- -------- ---------------------- + lars 1 -0.07475553452968597 + lars 4 -0.07475553452713135 + cd 1 -0.07475554198026657 + cd 4 -0.07475553814463735 + =============== ======== ====================== + +[19.13%] ··· ...ictionaryLearningBenchmark.track_train_score ok +[19.13%] ··· =============== ======== ====================== + fit_algorithm n_jobs + --------------- -------- ---------------------- + lars 1 -0.07231885939836502 + lars 4 -0.07231886142463793 + cd 1 -0.07231885939836502 + cd 4 -0.07231886151447059 + =============== ======== ====================== + +[20.00%] ··· Setting up decomposition:75 ok +[20.00%] ··· ...BatchDictionaryLearningBenchmark.peakmem_fit ok +[20.00%] ··· =============== ======= ====== + -- n_jobs + --------------- -------------- + fit_algorithm 1 4 + =============== ======= ====== + lars 99.1M 103M + cd 98.6M 103M + =============== ======= ====== + +[20.87%] ··· ...ictionaryLearningBenchmark.peakmem_transform ok +[20.87%] ··· =============== ======= ======= + -- n_jobs + --------------- --------------- + fit_algorithm 1 4 + =============== ======= ======= + lars 87.4M 88.9M + cd 87.4M 88.9M + =============== ======= ======= + +[20.87%] ···· For parameters: 'lars', 1 + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + + For parameters: 'lars', 4 + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + + For parameters: 'cd', 1 + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + + For parameters: 'cd', 4 + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + +[21.74%] ··· ...iniBatchDictionaryLearningBenchmark.time_fit ok +[21.74%] ··· =============== =========== =========== + -- n_jobs + --------------- ----------------------- + fit_algorithm 1 4 + =============== =========== =========== + lars 1.20±0s 2.02±0.3s + cd 392±0.5ms 1.97±0.3s + =============== =========== =========== + +[22.61%] ··· ...chDictionaryLearningBenchmark.time_transform ok +[22.61%] ··· =============== ========= ========== + -- n_jobs + --------------- -------------------- + fit_algorithm 1 4 + =============== ========= ========== + lars 262±4ms 296±10ms + cd 236±2ms 298±10ms + =============== ========= ========== + +[22.61%] ···· For parameters: 'lars', 1 + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + + For parameters: 'lars', 4 + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + + For parameters: 'cd', 1 + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + + For parameters: 'cd', 4 + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + +[23.48%] ··· ...DictionaryLearningBenchmark.track_test_score ok +[23.48%] ··· =============== ======== ====================== + fit_algorithm n_jobs + --------------- -------- ---------------------- + lars 1 -0.07748597115278244 + lars 4 -0.07748617679533364 + cd 1 -0.07750026136636734 + cd 4 -0.07749473786188289 + =============== ======== ====================== + +[23.48%] ···· For parameters: 'cd', 1 + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + +[24.35%] ··· ...ictionaryLearningBenchmark.track_train_score ok +[24.35%] ··· =============== ======== ====================== + fit_algorithm n_jobs + --------------- -------- ---------------------- + lars 1 -0.07458314299583435 + lars 4 -0.07458341486459641 + cd 1 -0.07460080087184906 + cd 4 -0.0745965889633329 + =============== ======== ====================== + +[24.35%] ···· For parameters: 'lars', 1 + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + + For parameters: 'lars', 4 + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + + For parameters: 'cd', 1 + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + + For parameters: 'cd', 4 + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/utils/_param_validation.py:186: RuntimeWarning: Orthogonal matching pursuit ended prematurely due to linear dependence in the dictionary. The requested precision might not have been met. + return func(*args, **kwargs) + +[25.22%] ··· Setting up decomposition:16 ok +[25.22%] ··· decomposition.PCABenchmark.peakmem_fit ok +[25.22%] ··· ============ ====== + svd_solver + ------------ ------ + full 909M + arpack 606M + randomized 633M + ============ ====== + +[26.09%] ··· decomposition.PCABenchmark.peakmem_transform ok +[26.09%] ··· ============ ====== + svd_solver + ------------ ------ + full 584M + arpack 584M + randomized 584M + ============ ====== + +[26.96%] ··· decomposition.PCABenchmark.time_fit ok +[26.96%] ··· ============ ============ + svd_solver + ------------ ------------ + full 2.52±0.09s + arpack 1.40±0.03s + randomized 1.09±0.02s + ============ ============ + +[27.83%] ··· decomposition.PCABenchmark.time_transform ok +[27.83%] ··· ============ ========= + svd_solver + ------------ --------- + full 159±3ms + arpack 155±1ms + randomized 162±4ms + ============ ========= + +[28.70%] ··· decomposition.PCABenchmark.track_test_score ok +[28.70%] ··· ============ ==================== + svd_solver + ------------ -------------------- + full 0.7449418902397156 + arpack 0.7449416518211365 + randomized 0.7449308037757874 + ============ ==================== + +[29.57%] ··· decomposition.PCABenchmark.track_train_score ok +[29.57%] ··· ============ ==================== + svd_solver + ------------ -------------------- + full 0.7445708513259888 + arpack 0.7445710897445679 + randomized 0.7445607781410217 + ============ ==================== + +[30.43%] ··· Setting up ensemble:64 ok +[30.43%] ··· ...dientBoostingClassifierBenchmark.peakmem_fit ok +[30.43%] ··· ================ ======= + representation + ---------------- ------- + dense 93.2M + sparse 119M + ================ ======= + +[31.30%] ··· ...tBoostingClassifierBenchmark.peakmem_predict ok +[31.30%] ··· ================ ======= + representation + ---------------- ------- + dense 90.6M + sparse 100M + ================ ======= + +[32.17%] ··· ...GradientBoostingClassifierBenchmark.time_fit ok +[32.17%] ··· ================ ============ + representation + ---------------- ------------ + dense 3.20±0.3s + sparse 2.34±0.01s + ================ ============ + +[33.04%] ··· ...ientBoostingClassifierBenchmark.time_predict ok +[33.04%] ··· ================ ============ + representation + ---------------- ------------ + dense 48.9±0.2ms + sparse 52.7±6ms + ================ ============ + +[33.91%] ··· ...BoostingClassifierBenchmark.track_test_score ok +[33.91%] ··· ================ ===================== + representation + ---------------- --------------------- + dense 0.5402522463710924 + sparse 0.10409974329281042 + ================ ===================== + +[34.78%] ··· ...oostingClassifierBenchmark.track_train_score ok +[34.78%] ··· ================ ===================== + representation + ---------------- --------------------- + dense 0.6340375485144818 + sparse 0.15180008167538628 + ================ ===================== + +[35.65%] ··· Setting up ensemble:103 ok +[35.65%] ··· ...dientBoostingClassifierBenchmark.peakmem_fit 104M +[36.52%] ··· ...tBoostingClassifierBenchmark.peakmem_predict 93.2M +[37.39%] ··· ...GradientBoostingClassifierBenchmark.time_fit 2.24±0.02s +[38.26%] ··· ...ientBoostingClassifierBenchmark.time_predict 82.1±0.6ms +[39.13%] ··· ...BoostingClassifierBenchmark.track_test_score 0.7230709112942986 +[40.00%] ··· ...oostingClassifierBenchmark.track_train_score 0.9812160155622751 +[40.87%] ··· Setting up ensemble:24 ok +[40.87%] ··· ....RandomForestClassifierBenchmark.peakmem_fit ok +[40.87%] ··· ================ ====== ====== + -- n_jobs + ---------------- ------------- + representation 1 4 + ================ ====== ====== + dense 181M 181M + sparse 405M 405M + ================ ====== ====== + +[41.74%] ··· ...domForestClassifierBenchmark.peakmem_predict ok +[41.74%] ··· ================ ====== ====== + -- n_jobs + ---------------- ------------- + representation 1 4 + ================ ====== ====== + dense 184M 190M + sparse 405M 405M + ================ ====== ====== + +[42.61%] ··· ...ble.RandomForestClassifierBenchmark.time_fit ok +[42.61%] ··· ================ =========== ============ + -- n_jobs + ---------------- ------------------------ + representation 1 4 + ================ =========== ============ + dense 8.68±0.2s 2.75±0.07s + sparse 13.0±0.4s 3.98±0.1s + ================ =========== ============ + +[43.48%] ··· ...RandomForestClassifierBenchmark.time_predict ok +[43.48%] ··· ================ ============ ========== + -- n_jobs + ---------------- ----------------------- + representation 1 4 + ================ ============ ========== + dense 162±6ms 133±5ms + sparse 2.12±0.01s 733±30ms + ================ ============ ========== + +[44.35%] ··· ...omForestClassifierBenchmark.track_test_score ok +[44.35%] ··· ================ ==================== ==================== + -- n_jobs + ---------------- ----------------------------------------- + representation 1 4 + ================ ==================== ==================== + dense 0.7440514498104384 0.7440514498104384 + sparse 0.8656423941766682 0.8656423941766682 + ================ ==================== ==================== + +[45.22%] ··· ...mForestClassifierBenchmark.track_train_score ok +[45.22%] ··· ================ ==================== ==================== + -- n_jobs + ---------------- ----------------------------------------- + representation 1 4 + ================ ==================== ==================== + dense 0.9962843978022422 0.9962843978022422 + sparse 0.9996123288718864 0.9996123288718864 + ================ ==================== ==================== + +[46.09%] ··· Setting up linear_model:187 ok +[46.09%] ··· linear_model.ElasticNetBenchmark.peakmem_fit ok +[46.09%] ··· ================ ====== ======= + -- precompute + ---------------- -------------- + representation True False + ================ ====== ======= + dense 854M 1.21G + sparse 125M n/a + ================ ====== ======= + +[46.09%] ···· For parameters: 'sparse', False + asv: skipped: NotImplementedError() + +[46.96%] ··· ...ar_model.ElasticNetBenchmark.peakmem_predict ok +[46.96%] ··· ================ ====== ======= + -- precompute + ---------------- -------------- + representation True False + ================ ====== ======= + dense 490M 490M + sparse 98M n/a + ================ ====== ======= + +[46.96%] ···· For parameters: 'sparse', False + asv: skipped: NotImplementedError() + +[47.83%] ··· linear_model.ElasticNetBenchmark.time_fit ok +[47.83%] ··· ================ ============ ============ + -- precompute + ---------------- ------------------------- + representation True False + ================ ============ ============ + dense 1.56±0.01s 1.89±0.02s + sparse 3.01±0.05s n/a + ================ ============ ============ + +[47.83%] ···· For parameters: 'sparse', False + asv: skipped: NotImplementedError() + +[48.70%] ··· linear_model.ElasticNetBenchmark.time_predict ok +[48.70%] ··· ================ ============= ============ + -- precompute + ---------------- -------------------------- + representation True False + ================ ============= ============ + dense 50.9±0.1ms 47.3±0.5ms + sparse 2.29±0.02ms n/a + ================ ============= ============ + +[48.70%] ···· For parameters: 'sparse', False + asv: skipped: NotImplementedError() + +[49.57%] ··· ...r_model.ElasticNetBenchmark.track_test_score ok +[49.57%] ··· ================ ==================== ==================== + -- precompute + ---------------- ----------------------------------------- + representation True False + ================ ==================== ==================== + dense 0.9274010856209145 0.9274010850953214 + sparse 0.9484071226507025 n/a + ================ ==================== ==================== + +[49.57%] ···· For parameters: 'sparse', False + asv: skipped: NotImplementedError() + +[50.43%] ··· ..._model.ElasticNetBenchmark.track_train_score ok +[50.43%] ··· ================ ==================== ==================== + -- precompute + ---------------- ----------------------------------------- + representation True False + ================ ==================== ==================== + dense 0.9276022550495941 0.9276022552325599 + sparse 0.9560760990325976 n/a + ================ ==================== ==================== + +[50.43%] ···· For parameters: 'sparse', False + asv: skipped: NotImplementedError() + +[51.30%] ··· Setting up linear_model:228 ok +[51.30%] ··· linear_model.LassoBenchmark.peakmem_fit ok +[51.30%] ··· ================ ====== ======= + -- precompute + ---------------- -------------- + representation True False + ================ ====== ======= + dense 854M 1.21G + sparse 125M n/a + ================ ====== ======= + +[51.30%] ···· For parameters: 'sparse', False + asv: skipped: NotImplementedError() + +[52.17%] ··· linear_model.LassoBenchmark.peakmem_predict ok +[52.17%] ··· ================ ====== ======= + -- precompute + ---------------- -------------- + representation True False + ================ ====== ======= + dense 490M 490M + sparse 98M n/a + ================ ====== ======= + +[52.17%] ···· For parameters: 'sparse', False + asv: skipped: NotImplementedError() + +[53.04%] ··· linear_model.LassoBenchmark.time_fit ok +[53.04%] ··· ================ ============ ============ + -- precompute + ---------------- ------------------------- + representation True False + ================ ============ ============ + dense 1.47±0.06s 1.86±0.01s + sparse 2.77±0.03s n/a + ================ ============ ============ + +[53.04%] ···· For parameters: 'sparse', False + asv: skipped: NotImplementedError() + +[53.91%] ··· linear_model.LassoBenchmark.time_predict ok +[53.91%] ··· ================ ============= ============ + -- precompute + ---------------- -------------------------- + representation True False + ================ ============= ============ + dense 51.5±2ms 52.0±0.5ms + sparse 3.07±0.01ms n/a + ================ ============= ============ + +[53.91%] ···· For parameters: 'sparse', False + asv: skipped: NotImplementedError() + +[54.78%] ··· linear_model.LassoBenchmark.track_test_score ok +[54.78%] ··· ================ ==================== ==================== + -- precompute + ---------------- ----------------------------------------- + representation True False + ================ ==================== ==================== + dense 0.9274015024583205 0.9274015028138817 + sparse 0.9469193786949383 n/a + ================ ==================== ==================== + +[54.78%] ···· For parameters: 'sparse', False + asv: skipped: NotImplementedError() + +[55.65%] ··· linear_model.LassoBenchmark.track_train_score ok +[55.65%] ··· ================ ==================== ==================== + -- precompute + ---------------- ----------------------------------------- + representation True False + ================ ==================== ==================== + dense 0.92760249197518 0.9276024919395177 + sparse 0.9535693256818736 n/a + ================ ==================== ==================== + +[55.65%] ···· For parameters: 'sparse', False + asv: skipped: NotImplementedError() + +[56.52%] ··· Setting up linear_model:119 ok +[56.52%] ··· ..._model.LinearRegressionBenchmark.peakmem_fit ok +[56.52%] ··· ================ ======= + representation + ---------------- ------- + dense 1.22G + sparse 237M + ================ ======= + +[57.39%] ··· ...el.LinearRegressionBenchmark.peakmem_predict ok +[57.39%] ··· ================ ====== + representation + ---------------- ------ + dense 490M + sparse 157M + ================ ====== + +[58.26%] ··· linear_model.LinearRegressionBenchmark.time_fit ok +[58.26%] ··· ================ ============ + representation + ---------------- ------------ + dense 3.73±0.1s + sparse 1.12±0.06s + ================ ============ + +[59.13%] ··· ...model.LinearRegressionBenchmark.time_predict ok +[59.13%] ··· ================ ============ + representation + ---------------- ------------ + dense 47.4±0.4ms + sparse 30.5±0.3ms + ================ ============ + +[60.00%] ··· ...l.LinearRegressionBenchmark.track_test_score ok +[60.00%] ··· ================ ===================== + representation + ---------------- --------------------- + dense 0.9274012651798128 + sparse 0.10069378225020031 + ================ ===================== + +[60.87%] ··· ....LinearRegressionBenchmark.track_train_score ok +[60.87%] ··· ================ ==================== + representation + ---------------- -------------------- + dense 0.927602494829764 + sparse 0.9999999999962886 + ================ ==================== + +[61.74%] ··· Setting up linear_model:28 ok +[61.74%] ··· ...odel.LogisticRegressionBenchmark.peakmem_fit ok +[61.74%] ··· ================ ======== ======= ======= + -- n_jobs + ------------------------- --------------- + representation solver 1 4 + ================ ======== ======= ======= + dense lbfgs 107M 100M + dense saga 84.5M 85.5M + sparse lbfgs 383M 126M + sparse saga 105M 105M + ================ ======== ======= ======= + +[62.61%] ··· ....LogisticRegressionBenchmark.peakmem_predict ok +[62.61%] ··· ================ ======== ======= ======= + -- n_jobs + ------------------------- --------------- + representation solver 1 4 + ================ ======== ======= ======= + dense lbfgs 100M 100M + dense saga 87.3M 87M + sparse lbfgs 102M 102M + sparse saga 89.1M 89.1M + ================ ======== ======= ======= + +[63.48%] ··· ...r_model.LogisticRegressionBenchmark.time_fit ok +[63.48%] ··· ================ ======== =========== ============ + -- n_jobs + ------------------------- ------------------------ + representation solver 1 4 + ================ ======== =========== ============ + dense lbfgs 21.5±2ms 180±5ms + dense saga 4.75±0.6s 6.18±0.3s + sparse lbfgs 1.06±0.2s 2.93±0.1s + sparse saga 3.61±0.3s 4.12±0.01s + ================ ======== =========== ============ + +[64.35%] ··· ...del.LogisticRegressionBenchmark.time_predict ok +[64.35%] ··· ================ ======== ============= ============= + -- n_jobs + ------------------------- --------------------------- + representation solver 1 4 + ================ ======== ============= ============= + dense lbfgs 3.02±0.1ms 2.98±0.1ms + dense saga 1.96±0.01ms 1.93±0.01ms + sparse lbfgs 7.53±0.07ms 8.86±0.4ms + sparse saga 5.93±0.06ms 6.04±0.05ms + ================ ======== ============= ============= + +[65.22%] ··· ...LogisticRegressionBenchmark.track_test_score ok +[65.22%] ··· ================ ======== ======== ===================== + representation solver n_jobs + ---------------- -------- -------- --------------------- + dense lbfgs 1 0.17486317751193298 + dense lbfgs 4 0.17486317751193298 + dense saga 1 0.7839524265015398 + dense saga 4 0.7839524265015398 + sparse lbfgs 1 0.06538461538461539 + sparse lbfgs 4 0.06538461538461539 + sparse saga 1 0.5765140080078162 + sparse saga 4 0.5765140080078162 + ================ ======== ======== ===================== + +[66.09%] ··· ...ogisticRegressionBenchmark.track_train_score ok +[66.09%] ··· ================ ======== ======== ===================== + representation solver n_jobs + ---------------- -------- -------- --------------------- + dense lbfgs 1 0.18031053414262574 + dense lbfgs 4 0.18031053414262574 + dense saga 1 0.7996090394434886 + dense saga 4 0.7996090394434886 + sparse lbfgs 1 0.0681998556998557 + sparse lbfgs 4 0.0681998556998557 + sparse saga 1 0.6908414295256007 + sparse saga 4 0.6908414295256007 + ================ ======== ======== ===================== + +[66.96%] ··· Setting up linear_model:78 ok +[66.96%] ··· linear_model.RidgeBenchmark.peakmem_fit ok +[66.96%] ··· ================ =========== ======= + representation solver + ---------------- ----------- ------- + dense auto 465M + dense svd 826M + dense cholesky 465M + dense lsqr 473M + dense sparse_cg 468M + dense sag 474M + dense saga 474M + sparse auto 194M + sparse svd n/a + sparse cholesky 1.27G + sparse lsqr 195M + sparse sparse_cg 194M + sparse sag 159M + sparse saga 159M + ================ =========== ======= + +[66.96%] ···· For parameters: 'sparse', 'svd' + asv: skipped: NotImplementedError() + +[67.83%] ··· linear_model.RidgeBenchmark.peakmem_predict ok +[67.83%] ··· ================ =========== ====== + representation solver + ---------------- ----------- ------ + dense auto 285M + dense svd 285M + dense cholesky 285M + dense lsqr 285M + dense sparse_cg 285M + dense sag 284M + dense saga 285M + sparse auto 119M + sparse svd n/a + sparse cholesky 119M + sparse lsqr 119M + sparse sparse_cg 119M + sparse sag 119M + sparse saga 119M + ================ =========== ====== + +[67.83%] ···· For parameters: 'sparse', 'svd' + asv: skipped: NotImplementedError() + +[68.70%] ··· linear_model.RidgeBenchmark.time_fit ok +[68.70%] ··· ================ =========== ============ + representation solver + ---------------- ----------- ------------ + dense auto 214±4ms + dense svd 1.77±0.02s + dense cholesky 222±2ms + dense lsqr 214±5ms + dense sparse_cg 259±8ms + dense sag 30.9±0.7s + dense saga 12.5±0.2s + sparse auto 150±4ms + sparse svd n/a + sparse cholesky 5.42±0.1s + sparse lsqr 135±6ms + sparse sparse_cg 150±4ms + sparse sag 2.65±0.09s + sparse saga 2.18±0.03s + ================ =========== ============ + +[68.70%] ···· For parameters: 'sparse', 'svd' + asv: skipped: NotImplementedError() + +[69.57%] ··· linear_model.RidgeBenchmark.time_predict ok +[69.57%] ··· ================ =========== ============= + representation solver + ---------------- ----------- ------------- + dense auto 25.4±0.2ms + dense svd 25.4±1ms + dense cholesky 22.6±0.2ms + dense lsqr 25.3±0.2ms + dense sparse_cg 25.1±0.9ms + dense sag 25.4±0.1ms + dense saga 25.4±0.2ms + sparse auto 7.60±0.07ms + sparse svd n/a + sparse cholesky 7.60±0.2ms + sparse lsqr 7.58±0.04ms + sparse sparse_cg 7.56±0.05ms + sparse sag 7.57±0.05ms + sparse saga 7.59±0.03ms + ================ =========== ============= + +[69.57%] ···· For parameters: 'sparse', 'svd' + asv: skipped: NotImplementedError() + +[70.43%] ··· linear_model.RidgeBenchmark.track_test_score ok +[70.43%] ··· ================ =========== ==================== + representation solver + ---------------- ----------- -------------------- + dense auto 0.943399575027382 + dense svd 0.9433995638980545 + dense cholesky 0.943399575027382 + dense lsqr 0.9433995757192792 + dense sparse_cg 0.9433995989989826 + dense sag 0.94339933719428 + dense saga 0.9433995886080997 + sparse auto 0.9565265934839202 + sparse svd n/a + sparse cholesky 0.9565270649330312 + sparse lsqr 0.9565265964723417 + sparse sparse_cg 0.9565265934839202 + sparse sag 0.9565265758966732 + sparse saga 0.9565267497605502 + ================ =========== ==================== + +[70.43%] ···· For parameters: 'sparse', 'svd' + asv: skipped: NotImplementedError() + +[71.30%] ··· linear_model.RidgeBenchmark.track_train_score ok +[71.30%] ··· ================ =========== ==================== + representation solver + ---------------- ----------- -------------------- + dense auto 0.9444001571921127 + dense svd 0.9444001571502235 + dense cholesky 0.9444001571921127 + dense lsqr 0.9444001572131616 + dense sparse_cg 0.9444001571192623 + dense sag 0.9444001419121766 + dense saga 0.9444001543688754 + sparse auto 0.9659335662758549 + sparse svd n/a + sparse cholesky 0.9659335689041249 + sparse lsqr 0.9659335658107462 + sparse sparse_cg 0.9659335662758549 + sparse sag 0.9659300081378492 + sparse saga 0.9659299735555881 + ================ =========== ==================== + +[71.30%] ···· For parameters: 'sparse', 'svd' + asv: skipped: NotImplementedError() + +[72.17%] ··· Setting up linear_model:151 ok +[72.17%] ··· linear_model.SGDRegressorBenchmark.peakmem_fit ok +[72.17%] ··· ================ ======= + representation + ---------------- ------- + dense 161M + sparse 89.2M + ================ ======= + +[73.04%] ··· ..._model.SGDRegressorBenchmark.peakmem_predict ok +[73.04%] ··· ================ ======= + representation + ---------------- ------- + dense 160M + sparse 87.3M + ================ ======= + +[73.91%] ··· linear_model.SGDRegressorBenchmark.time_fit ok +[73.91%] ··· ================ ============ + representation + ---------------- ------------ + dense 5.72±0.1s + sparse 4.70±0.01s + ================ ============ + +[74.78%] ··· linear_model.SGDRegressorBenchmark.time_predict ok +[74.78%] ··· ================ ============ + representation + ---------------- ------------ + dense 10.3±0.3ms + sparse 2.44±0ms + ================ ============ + +[75.65%] ··· ...model.SGDRegressorBenchmark.track_test_score ok +[75.65%] ··· ================ ==================== + representation + ---------------- -------------------- + dense 0.9636293915848902 + sparse 0.9615372035798905 + ================ ==================== + +[76.52%] ··· ...odel.SGDRegressorBenchmark.track_train_score ok +[76.52%] ··· ================ ==================== + representation + ---------------- -------------------- + dense 0.9641785427097553 + sparse 0.962016546363069 + ================ ==================== + +[77.39%] ··· Setting up manifold:15 ok +[77.39%] ··· manifold.TSNEBenchmark.peakmem_fit ok +[77.39%] ··· ============ ======= + method + ------------ ------- + exact 91.7M + barnes_hut 97.7M + ============ ======= + +[78.26%] ··· manifold.TSNEBenchmark.time_fit ok +[78.26%] ··· ============ ============ + method + ------------ ------------ + exact 6.89±0.03s + barnes_hut 3.02±0.03s + ============ ============ + +[79.13%] ··· manifold.TSNEBenchmark.track_test_score ok +[79.13%] ··· ============ ==================== + method + ------------ -------------------- + exact 0.3218818006120378 + barnes_hut 0.7243015766143799 + ============ ==================== + +[80.00%] ··· manifold.TSNEBenchmark.track_train_score ok +[80.00%] ··· ============ ==================== + method + ------------ -------------------- + exact 0.3218818006120378 + barnes_hut 0.7243015766143799 + ============ ==================== + +[80.87%] ··· ...istancesBenchmark.peakmem_pairwise_distances ok +[80.87%] ··· ================ ============= ======= ======= + -- n_jobs + ------------------------------ --------------- + representation metric 1 4 + ================ ============= ======= ======= + dense cosine 670M 787M + dense euclidean 753M 1G + dense manhattan 256M 331M + dense correlation 249M 485M + sparse cosine 1.42G 1.26G + sparse euclidean 571M 888M + sparse manhattan 188M 234M + sparse correlation n/a n/a + ================ ============= ======= ======= + +[80.87%] ···· For parameters: 'dense', 'cosine', 1 + ________________________________________________________________________________ + [Memory] Calling benchmarks.datasets._random_dataset... + _random_dataset(n_samples=12000, representation='dense') + ___________________________________________________random_dataset - 0.3s, 0.0min + + For parameters: 'dense', 'manhattan', 1 + ________________________________________________________________________________ + [Memory] Calling benchmarks.datasets._random_dataset... + _random_dataset(n_samples=4000, representation='dense') + ___________________________________________________random_dataset - 0.1s, 0.0min + + For parameters: 'sparse', 'cosine', 1 + ________________________________________________________________________________ + [Memory] Calling benchmarks.datasets._random_dataset... + _random_dataset(n_samples=12000, representation='sparse') + ___________________________________________________random_dataset - 0.6s, 0.0min + + For parameters: 'sparse', 'manhattan', 1 + ________________________________________________________________________________ + [Memory] Calling benchmarks.datasets._random_dataset... + _random_dataset(n_samples=4000, representation='sparse') + ___________________________________________________random_dataset - 0.3s, 0.0min + + For parameters: 'sparse', 'correlation', 1 + asv: skipped: NotImplementedError() + + For parameters: 'sparse', 'correlation', 4 + asv: skipped: NotImplementedError() + +[81.74%] ··· ...seDistancesBenchmark.time_pairwise_distances ok +[81.74%] ··· ================ ============= ============ ============ + -- n_jobs + ------------------------------ ------------------------- + representation metric 1 4 + ================ ============= ============ ============ + dense cosine 1.04±0.01s 1.25±0.05s + dense euclidean 1.66±0.01s 3.13±0.06s + dense manhattan 6.83±0.5s 2.66±0.04s + dense correlation 3.75±0.01s 2.68±0.1s + sparse cosine 4.13±0.05s 2.64±0.07s + sparse euclidean 2.83±0.02s 2.08±0.2s + sparse manhattan 1.21±0.02s 1.29±0.03s + sparse correlation n/a n/a + ================ ============= ============ ============ + +[81.74%] ···· For parameters: 'sparse', 'correlation', 1 + asv: skipped: NotImplementedError() + + For parameters: 'sparse', 'correlation', 4 + asv: skipped: NotImplementedError() + +[82.61%] ··· ...on.CrossValidationBenchmark.peakmem_crossval ok +[82.61%] ··· ======== ====== + n_jobs + -------- ------ + 1 219M + 4 119M + ======== ====== + +[82.61%] ···· For parameters: 1 + ________________________________________________________________________________ + [Memory] Calling benchmarks.datasets._synth_classification_dataset... + _synth_classification_dataset(n_samples=50000, n_features=100) + _____________________________________synth_classification_dataset - 0.5s, 0.0min + +[83.48%] ··· ...ction.CrossValidationBenchmark.time_crossval ok +[83.48%] ··· ======== ============ + n_jobs + -------- ------------ + 1 1.09±0.01m + 4 18.3±0.1s + ======== ============ + +[84.35%] ··· ...tion.CrossValidationBenchmark.track_crossval ok +[84.35%] ··· ======== ==================== + n_jobs + -------- -------------------- + 1 0.9001555555555555 + 4 0.9001555555555555 + ======== ==================== + +[85.22%] ··· Setting up model_selection:51 ok +[85.22%] ··· model_selection.GridSearchBenchmark.peakmem_fit ok +[85.22%] ··· ======== ======= + n_jobs + -------- ------- + 1 96.6M + 4 93.9M + ======== ======= + +[86.09%] ··· ...election.GridSearchBenchmark.peakmem_predict ok +[86.09%] ··· ======== ======= + n_jobs + -------- ------- + 1 89.1M + 4 89.1M + ======== ======= + +[86.96%] ··· model_selection.GridSearchBenchmark.time_fit ok +[86.96%] ··· ======== ============ + n_jobs + -------- ------------ + 1 6.33±0.09m + 4 1.73±0.01m + ======== ============ + +[87.83%] ··· ...l_selection.GridSearchBenchmark.time_predict ok +[87.83%] ··· ======== ============ + n_jobs + -------- ------------ + 1 38.6±6ms + 4 42.7±0.1ms + ======== ============ + +[88.70%] ··· ...lection.GridSearchBenchmark.track_test_score ok +[88.70%] ··· ======== ==================== + n_jobs + -------- -------------------- + 1 0.8678060899936387 + 4 0.8678060899936387 + ======== ==================== + +[89.57%] ··· ...ection.GridSearchBenchmark.track_train_score ok +[89.57%] ··· ======== ==================== + n_jobs + -------- -------------------- + 1 0.9966662088870577 + 4 0.9966662088870577 + ======== ==================== + +[90.43%] ··· Setting up neighbors:16 ok +[90.43%] ··· ...rs.KNeighborsClassifierBenchmark.peakmem_fit ok +[90.43%] ··· =========== ========= ========= ========== ========== + -- dimension / n_jobs + ----------- ----------------------------------------- + algorithm low / 1 low / 4 high / 1 high / 4 + =========== ========= ========= ========== ========== + brute 78.6M 78.6M 82.2M 82.2M + kd_tree 81.6M 81.6M 89.7M 89.7M + ball_tree 81.5M 80.9M 89.4M 89.4M + =========== ========= ========= ========== ========== + +[91.30%] ··· ...NeighborsClassifierBenchmark.peakmem_predict ok +[91.30%] ··· =========== ========= ========= ========== ========== + -- dimension / n_jobs + ----------- ----------------------------------------- + algorithm low / 1 low / 4 high / 1 high / 4 + =========== ========= ========= ========== ========== + brute 89.5M 89.3M 94.2M 94.2M + kd_tree 83.1M 85.1M 92.5M 92.5M + ball_tree 82.8M 84.8M 91.9M 91.6M + =========== ========= ========= ========== ========== + +[92.17%] ··· ...hbors.KNeighborsClassifierBenchmark.time_fit ok +[92.17%] ··· =========== =========== ============= ============= + -- n_jobs + ----------------------- --------------------------- + algorithm dimension 1 4 + =========== =========== ============= ============= + brute low 1.25±0.1ms 1.22±0.07ms + brute high 1.41±0.01ms 1.40±0.01ms + kd_tree low 14.1±0.3ms 14.1±0.01ms + kd_tree high 51.9±0.6ms 51.8±0.4ms + ball_tree low 9.07±0.07ms 9.07±0.05ms + ball_tree high 34.7±0.3ms 34.8±0.3ms + =========== =========== ============= ============= + +[93.04%] ··· ...s.KNeighborsClassifierBenchmark.time_predict ok +[93.04%] ··· =========== =========== ============ ============ + -- n_jobs + ----------------------- ------------------------- + algorithm dimension 1 4 + =========== =========== ============ ============ + brute low 84.9±0.3ms 85.0±0.3ms + brute high 121±0.4ms 119±1ms + kd_tree low 1.35±0s 2.77±0.2s + kd_tree high 9.28±0s 8.18±0.2s + ball_tree low 2.21±0.02s 5.33±0.4s + ball_tree high 7.74±0.01s 9.56±0.5s + =========== =========== ============ ============ + +[93.91%] ··· ...eighborsClassifierBenchmark.track_test_score ok +[93.91%] ··· =========== =========== ======== ==================== + algorithm dimension n_jobs + ----------- ----------- -------- -------------------- + brute low 1 0.4337514406983069 + brute low 4 0.4337514406983069 + brute high 1 0.6526765189219823 + brute high 4 0.6526765189219823 + kd_tree low 1 0.4337514406983069 + kd_tree low 4 0.4337514406983069 + kd_tree high 1 0.6526765189219823 + kd_tree high 4 0.6526765189219823 + ball_tree low 1 0.4337514406983069 + ball_tree low 4 0.4337514406983069 + ball_tree high 1 0.6526765189219823 + ball_tree high 4 0.6526765189219823 + =========== =========== ======== ==================== + +[94.78%] ··· ...ighborsClassifierBenchmark.track_train_score ok +[94.78%] ··· =========== =========== ======== ==================== + algorithm dimension n_jobs + ----------- ----------- -------- -------------------- + brute low 1 0.6376630679808228 + brute low 4 0.6376630679808228 + brute high 1 0.7924815373460798 + brute high 4 0.7924815373460798 + kd_tree low 1 0.6376630679808228 + kd_tree low 4 0.6376630679808228 + kd_tree high 1 0.7924815373460798 + kd_tree high 4 0.7924815373460798 + ball_tree low 1 0.6376630679808228 + ball_tree low 4 0.6376630679808228 + ball_tree high 1 0.7924815373460798 + ball_tree high 4 0.7924815373460798 + =========== =========== ======== ==================== + +[95.65%] ··· Setting up svm:14 ok +[95.65%] ··· svm.SVCBenchmark.peakmem_fit ok +[95.65%] ··· ========= ====== + kernel + --------- ------ + linear 278M + poly 278M + rbf 278M + sigmoid 278M + ========= ====== + +[95.65%] ···· For parameters: 'linear' + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + + For parameters: 'poly' + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + + For parameters: 'rbf' + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + + For parameters: 'sigmoid' + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + +[96.52%] ··· svm.SVCBenchmark.peakmem_predict ok +[96.52%] ··· ========= ====== + kernel + --------- ------ + linear 205M + poly 206M + rbf 205M + sigmoid 205M + ========= ====== + +[97.39%] ··· svm.SVCBenchmark.time_fit ok +[97.39%] ··· ========= ============ + kernel + --------- ------------ + linear 1.69±0.07s + poly 1.63±0.02s + rbf 1.72±0.1s + sigmoid 1.67±0.04s + ========= ============ + +[97.39%] ···· For parameters: 'linear' + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + + For parameters: 'poly' + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + + For parameters: 'rbf' + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + + For parameters: 'sigmoid' + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/python3.11/site-packages/sklearn/svm/_base.py:297: ConvergenceWarning: Solver terminated early (max_iter=100). Consider pre-processing your data with StandardScaler or MinMaxScaler. + warnings.warn( + +[98.26%] ··· svm.SVCBenchmark.time_predict ok +[98.26%] ··· ========= ============ + kernel + --------- ------------ + linear 699±60ms + poly 672±4ms + rbf 1.90±0.03s + sigmoid 678±60ms + ========= ============ + +[99.13%] ··· svm.SVCBenchmark.track_test_score ok +[99.13%] ··· ========= ==================== + kernel + --------- -------------------- + linear 0.5899537620849096 + poly 0.5 + rbf 0.564312736443884 + sigmoid 0.5710382513661202 + ========= ==================== + +[100.00%] ··· svm.SVCBenchmark.track_train_score ok +[100.00%] ··· ========= ==================== + kernel + --------- -------------------- + linear 0.7373393801965231 + poly 0.6089324618736384 + rbf 0.7382063936685785 + sigmoid 0.741296518607443 + ========= ==================== + + + +***** Publish ***** + +[11.11%] · Loading machine info +[22.22%] · Getting params, commits, tags and branches +[33.33%] · Loading results +[44.44%] · Detecting steps +[55.56%] · Generating graphs +[66.67%] · Generating output for SummaryGrid +[77.78%] · Generating output for SummaryList +[88.89%] · Generating output for Regressions +[100.00%] · Writing index + + +***** Dependencies ***** + +# packages in environment at /home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad: +# +# Name Version Build Channel +_libgcc_mutex 0.1 conda_forge conda-forge +_openmp_mutex 4.5 2_gnu conda-forge +asv-runner 0.2.1 pypi_0 pypi +bzip2 1.0.8 hd590300_5 conda-forge +ca-certificates 2024.2.2 hbcca054_0 conda-forge +cython 3.0.8 py311hb755f60_0 conda-forge +importlib-metadata 7.0.1 pypi_0 pypi +joblib 1.3.2 pyhd8ed1ab_0 conda-forge +ld_impl_linux-64 2.40 h41732ed_0 conda-forge +libblas 3.9.0 20_linux64_openblas conda-forge +libcblas 3.9.0 20_linux64_openblas conda-forge +libexpat 2.5.0 hcb278e6_1 conda-forge +libffi 3.4.2 h7f98852_5 conda-forge +libgcc-ng 13.2.0 h807b86a_5 conda-forge +libgfortran-ng 13.2.0 h69a702a_5 conda-forge +libgfortran5 13.2.0 ha4646dd_5 conda-forge +libgomp 13.2.0 h807b86a_5 conda-forge +liblapack 3.9.0 20_linux64_openblas conda-forge +libnsl 2.0.1 hd590300_0 conda-forge +libopenblas 0.3.25 pthreads_h413a1c8_0 conda-forge +libsqlite 3.45.1 h2797004_0 conda-forge +libstdcxx-ng 13.2.0 h7e041cc_5 conda-forge +libuuid 2.38.1 h0b41bf4_0 conda-forge +libxcrypt 4.4.36 hd590300_1 conda-forge +libzlib 1.2.13 hd590300_5 conda-forge +ncurses 6.4 h59595ed_2 conda-forge +numpy 1.25.2 py311h64a7726_0 conda-forge +openssl 3.2.1 hd590300_0 conda-forge +pandas 2.1.0 py311h320fe9a_0 conda-forge +pip 24.0 pyhd8ed1ab_0 conda-forge +pympler 1.0.1 pypi_0 pypi +python 3.11.8 hab00c5b_0_cpython conda-forge +python-dateutil 2.8.2 pyhd8ed1ab_0 conda-forge +python-tzdata 2024.1 pyhd8ed1ab_0 conda-forge +python_abi 3.11 4_cp311 conda-forge +pytz 2024.1 pyhd8ed1ab_0 conda-forge +readline 8.2 h8228510_1 conda-forge +scikit-learn 1.5.dev0 pypi_0 pypi +scipy 1.11.2 py311h64a7726_1 conda-forge +setuptools 69.1.1 pyhd8ed1ab_0 conda-forge +six 1.16.0 pyh6c4a22f_0 conda-forge +threadpoolctl 3.2.0 pyha21a80b_0 conda-forge +tk 8.6.13 noxft_h4845f30_101 conda-forge +tzdata 2024a h0c530f3_0 conda-forge +wheel 0.42.0 pyhd8ed1ab_0 conda-forge +xz 5.2.6 h166bdaf_0 conda-forge +zipp 3.17.0 pypi_0 pypi + + +***** Threadpool info ***** + +[ + { + "user_api": "blas", + "internal_api": "openblas", + "num_threads": 8, + "prefix": "libopenblas", + "filepath": "/home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/libopenblasp-r0.3.25.so", + "version": "0.3.25", + "threading_layer": "pthreads", + "architecture": "Haswell" + }, + { + "user_api": "openmp", + "internal_api": "openmp", + "num_threads": 8, + "prefix": "libgomp", + "filepath": "/home/ubuntu/scikit-learn/asv_benchmarks/env/bc2fc3e467e9bf6ae53344bc521e29ad/lib/libgomp.so.1.0.0", + "version": null + } +] + + +***** System info ***** + +Architecture: x86_64 +CPU op-mode(s): 32-bit, 64-bit +Address sizes: 46 bits physical, 48 bits virtual +Byte Order: Little Endian +CPU(s): 8 +On-line CPU(s) list: 0-7 +Vendor ID: GenuineIntel +Model name: Intel Core Processor (Haswell, no TSX) +CPU family: 6 +Model: 60 +Thread(s) per core: 1 +Core(s) per socket: 1 +Socket(s): 8 +Stepping: 1 +BogoMIPS: 4589.37 +Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology cpuid tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm invpcid_single pti fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt arat +Hypervisor vendor: KVM +Virtualization type: full +L1d cache: 256 KiB (8 instances) +L1i cache: 256 KiB (8 instances) +L2 cache: 32 MiB (8 instances) +L3 cache: 128 MiB (8 instances) +NUMA node(s): 1 +NUMA node0 CPU(s): 0-7 +Vulnerability Itlb multihit: KVM: Mitigation: VMX unsupported +Vulnerability L1tf: Mitigation; PTE Inversion +Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown +Vulnerability Meltdown: Mitigation; PTI +Vulnerability Mmio stale data: Unknown: No mitigations +Vulnerability Retbleed: Not affected +Vulnerability Spec store bypass: Vulnerable +Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization +Vulnerability Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected +Vulnerability Srbds: Unknown: Dependent on hypervisor status +Vulnerability Tsx async abort: Not affected +MemTotal: 16384572 kB diff --git a/results/sklearn-benchmark/fe718a8e-conda-py3.11-cython3.0.8-joblib1.3.2-numpy1.25.2-pandas2.1.0-scipy1.11.2-threadpoolctl3.2.0.json b/results/sklearn-benchmark/fe718a8e-conda-py3.11-cython3.0.8-joblib1.3.2-numpy1.25.2-pandas2.1.0-scipy1.11.2-threadpoolctl3.2.0.json new file mode 100644 index 0000000000..8547aea642 --- /dev/null +++ b/results/sklearn-benchmark/fe718a8e-conda-py3.11-cython3.0.8-joblib1.3.2-numpy1.25.2-pandas2.1.0-scipy1.11.2-threadpoolctl3.2.0.json @@ -0,0 +1 @@ +{"commit_hash": "fe718a8e193ca7fdf0d61c197b3615fbcb277f8e", "env_name": "conda-py3.11-cython3.0.8-joblib1.3.2-numpy1.25.2-pandas2.1.0-scipy1.11.2-threadpoolctl3.2.0", "date": 1708701239000, "params": {"arch": "x86_64", "cpu": "Intel Core Processor (Haswell, no TSX)", "machine": "sklearn-benchmark", "num_cpu": "8", "os": "Linux 4.15.0-20-generic", "ram": "16424684", "python": "3.11", "numpy": "1.25.2", "scipy": "1.11.2", "cython": "3.0.8", "joblib": "1.3.2", "threadpoolctl": "3.2.0", "pandas": "2.1.0"}, "python": "3.11", "requirements": {"numpy": "1.25.2", "scipy": "1.11.2", "cython": "3.0.8", "joblib": "1.3.2", "threadpoolctl": "3.2.0", "pandas": "2.1.0"}, "env_vars": {}, "result_columns": ["result", "params", "version", "started_at", "duration", "stats_ci_99_a", "stats_ci_99_b", "stats_q_25", "stats_q_75", "stats_number", "stats_repeat", "samples", "profile"], "results": {"cluster.KMeansBenchmark.peakmem_fit": [[104652800, 114769920, 138260480, 138604544, 255709184, 254939136, 262500352, 261476352], [["'dense'", "'sparse'"], ["'lloyd'", "'elkan'"], ["'random'", "'k-means++'"]], "a9d893de2d92e56e4dbeab4d7b7b4d5e00add3f4e993b164664b7ebbdd036dc7", 1708723140311, 23.87], "cluster.KMeansBenchmark.peakmem_predict": [[90640384, 90640384, 91512832, 91320320, 98570240, 98570240, 98570240, 98570240], [["'dense'", "'sparse'"], ["'lloyd'", "'elkan'"], ["'random'", "'k-means++'"]], "0f7d945338d774baae43a82dff7fe9f0db16ff6d1481b5afd437048b544396fc", 1708723164184, 1.1793], "cluster.KMeansBenchmark.peakmem_transform": [[121913344, 121925632, 121925632, 121913344, 126013440, 126013440, 126013440, 126013440], [["'dense'", "'sparse'"], ["'lloyd'", "'elkan'"], ["'random'", "'k-means++'"]], "576d76cb6e3aa82315e3d3dc6a2e8b7e58cb38bdd510df6801ab645465f4eb70", 1708723165365, 29.758], "cluster.KMeansBenchmark.time_fit": [[0.44106411200004914, 1.259901895999974, 2.23021672699997, 2.126110412999992, 1.7362678879999294, 5.140750353000044, 3.4453485495000677, 5.465691567000022], [["'dense'", "'sparse'"], ["'lloyd'", "'elkan'"], ["'random'", "'k-means++'"]], "a8dbf56b4b6365cb1e3c23b71c7df95ae011632c95124496f8fd1c30430154ec", 1708723195124, 262.56, [0.41863, 1.2196, 2.1681, 2.1055, 1.5415, 4.3169, 3.4254, 4.9372], [0.58996, 1.2659, 2.677, 2.1802, 1.8257, 5.8102, 3.4715, 6.3943], [0.4107, 1.2347, 2.2037, 2.1181, 1.6898, 4.6528, 3.4316, 5.3469], [0.60734, 1.2657, 2.4744, 2.1438, 1.8023, 5.3704, 3.4581, 5.6157], [1, 1, 1, 1, 1, 1, 1, 1], [59, 24, 13, 14, 17, 6, 8, 5]], "cluster.KMeansBenchmark.time_predict": [[0.007985200500002065, 0.0059409827499621315, 0.005503309000062018, 0.00529042424994941, 0.02722195199999078, 0.01589404599997124, 0.028154859499977647, 0.016899521499908587], [["'dense'", "'sparse'"], ["'lloyd'", "'elkan'"], ["'random'", "'k-means++'"]], "611589f0c08131355c37720106ea132a2653a100660cd34884455259325b9c83", 1708723457687, 27.153, [0.006064, 0.0058774, 0.0054222, 0.0052179, 0.017148, 0.014415, 0.023837, 0.014715], [0.00804, 0.0060217, 0.0056034, 0.0053506, 0.027439, 0.018158, 0.029083, 0.01756], [0.0059767, 0.0055163, 0.0053816, 0.0051384, 0.015279, 0.014277, 0.017502, 0.014217], [0.008072, 0.0079651, 0.0060202, 0.0053955, 0.027582, 0.020548, 0.029869, 0.02854], [2, 2, 2, 2, 1, 1, 1, 1], [100, 100, 100, 100, 100, 100, 100, 100]], "cluster.KMeansBenchmark.time_transform": [[0.09731054049996146, 0.10045168349995492, 0.10042558600002849, 0.09852985250006441, 3.7929321470001014, 3.652262427000096, 3.607743057000107, 3.6414085690000775], [["'dense'", "'sparse'"], ["'lloyd'", "'elkan'"], ["'random'", "'k-means++'"]], "8a02da09ca430e84b11161256032a2d4c08df103e4626718278e8b69b90acb0c", 1708723484842, 179.79, [0.096351, 0.097908, 0.099034, 0.096591, 3.4465, 3.6241, 3.5334, 3.6014], [0.098631, 0.11502, 0.10119, 0.099294, 5.1602, 3.7217, 3.6374, 3.6977], [0.096083, 0.095, 0.098904, 0.096285, 3.7652, 3.6432, 3.5691, 3.6232], [0.099666, 0.11744, 0.11688, 0.11326, 3.8113, 3.6952, 3.6152, 3.6728], [1, 1, 1, 1, 1, 1, 1, 1], [100, 100, 100, 100, 6, 7, 7, 7]], "cluster.KMeansBenchmark.track_test_score": [[-4.109886169433594, -3.0753684043884277, -4.109886169433594, -3.0753684043884277, -0.9266619682312012, -0.9249262809753418, -0.9266619682312012, -0.9249262809753418], [["'dense'", "'sparse'"], ["'lloyd'", "'elkan'"], ["'random'", "'k-means++'"]], "67ff12752edbc7e4055ec0bddc293f22d59aec0eaa675c166f502a008bc22c59", 1708723664634, 5.3863], "cluster.KMeansBenchmark.track_train_score": [[-4.1075520515441895, -3.0780563354492188, -4.1075520515441895, -3.0780560970306396, -0.9227071404457092, -0.9221000075340271, -0.9227071404457092, -0.9221000075340271], [["'dense'", "'sparse'"], ["'lloyd'", "'elkan'"], ["'random'", "'k-means++'"]], "a5e07140ef3dd16920358a4c08c2f9f81d0e21f40bf5d8990b8a37b6a07c64e9", 1708723670021, 29.129], "cluster.MiniBatchKMeansBenchmark.peakmem_fit": [[92151808, 92573696, 175034368, 176500736], [["'dense'", "'sparse'"], ["'random'", "'k-means++'"]], "42f5ccf79079b60ff9fa8b0220a6b1fb951f46d27574d343f6e6b4b69dd8f1f0", 1708723707258, 4.492], "cluster.MiniBatchKMeansBenchmark.peakmem_predict": [[89223168, 89223168, 104460288, 104464384], [["'dense'", "'sparse'"], ["'random'", "'k-means++'"]], "03ee5b059682250c4b3d0793edf5a4978efb06c760148550f068e82dcb71e75f", 1708723711751, 0.62794], "cluster.MiniBatchKMeansBenchmark.peakmem_transform": [[120016896, 120020992, 125194240, 125194240], [["'dense'", "'sparse'"], ["'random'", "'k-means++'"]], "f844a68fb0292b177c459487189f905d1afb89d79ab35a0539f9f4217b445ff2", 1708723712380, 15.681], "cluster.MiniBatchKMeansBenchmark.time_fit": [[0.49678758100003506, 0.48941790550009046, 0.6293840319999617, 1.9484653594998917], [["'dense'", "'sparse'"], ["'random'", "'k-means++'"]], "40617ec6fdd94e3a650dba98f8204c9779e63ae7803343b23e7368f7b068f26e", 1708723728062, 126.17, [0.48351, 0.47371, 0.61109, 1.6882], [0.51121, 0.50691, 0.65215, 2.0878], [0.47464, 0.46852, 0.60936, 1.7105], [0.5169, 0.512, 0.65651, 2.0182], [1, 1, 1, 1], [59, 60, 46, 16]], "cluster.MiniBatchKMeansBenchmark.time_predict": [[0.0055551432499783004, 0.005460157750064809, 0.023013468499925693, 0.03903503800006547], [["'dense'", "'sparse'"], ["'random'", "'k-means++'"]], "561b80fa4780c86ee698a0efd05c5d6c1bce24014006c5ec9096c2f3a960b9fe", 1708723854234, 16.405, [0.0055005, 0.005428, 0.018796, 0.038161], [0.0058897, 0.0054877, 0.033598, 0.044448], [0.0054568, 0.0054021, 0.016978, 0.035315], [0.0063789, 0.0055534, 0.035214, 0.048233], [2, 2, 1, 1], [100, 100, 100, 100]], "cluster.MiniBatchKMeansBenchmark.time_transform": [[0.09640258650006217, 0.09683650150009271, 7.451350178999974, 7.035135295999908], [["'dense'", "'sparse'"], ["'random'", "'k-means++'"]], "2cf7a764c9fa1511ff1e1dee921060dc33eb0608e1cee96b782dc7b5d3f91f89", 1708723870640, 96.343, [0.09632, 0.096623, 6.699, 5.5374], [0.097151, 0.097021, 8.6514, 8.8928], [0.096186, 0.096487, 7.4363, 6.7071], [0.098427, 0.097793, 7.6903, 7.5431], [1, 1, 1, 1], [100, 100, 4, 4]], "cluster.MiniBatchKMeansBenchmark.track_test_score": [[-4.596621036529541, -3.1085314750671387, -0.9366871118545532, -0.9386959075927734], [["'dense'", "'sparse'"], ["'random'", "'k-means++'"]], "7aeb8a20f66080e18e15f92e245fd1dd8de235e2f53d355596424dc7c30ae295", 1708723966986, 2.7251], "cluster.MiniBatchKMeansBenchmark.track_train_score": [[-4.584851264953613, -3.115997314453125, -0.9323447346687317, -0.934399425983429], [["'dense'", "'sparse'"], ["'random'", "'k-means++'"]], "b0c324767051682ea0bfc17c991f3de50e4876d683b1167c11ae8d4f2349b9c9", 1708723969712, 25.503], "decomposition.DictionaryLearningBenchmark.peakmem_fit": [[110530560, 131321856, 103919616, 130912256], [["'lars'", "'cd'"], ["1", "4"]], "8c3205268eade479bfda221734bf6129ab2a7b2bf4c59a8e6e855469f519672a", 1708724031916, 33.941], "decomposition.DictionaryLearningBenchmark.peakmem_transform": [[86183936, 88182784, 86183936, 88178688], [["'lars'", "'cd'"], ["1", "4"]], "b2c047a9e4d9d9cc6dd2d41a3738c21c183facbf5d609e8bfb354499f0b38ee4", 1708724065859, 3.3367], "decomposition.DictionaryLearningBenchmark.time_fit": [[18.48132419600006, 10.611621987000035, 0.7959872359999736, 3.4300281769997127], [["'lars'", "'cd'"], ["1", "4"]], "9f6c61216a35b8b5a205dbce3e4f541613c2e1df4cda9f85b16a7a41a02a9e02", 1708724069196, 186.57, [13.224, 7.0832, 0.79317, 2.1478], [25.106, 14.922, 0.80034, 3.4981], [18.385, 10.495, 0.7929, 3.3297], [19.604, 11.315, 0.80036, 3.4565], [1, 1, 1, 1], [3, 3, 38, 9]], "decomposition.DictionaryLearningBenchmark.time_transform": [[0.22223186150017682, 0.29942614249989674, 0.22833339900012106, 0.30878363500005435], [["'lars'", "'cd'"], ["1", "4"]], "a9786d7edfa47d44fb49632ba092edb63068a33298968990f071b58ad312e45a", 1708724255770, 114.28, [0.22124, 0.28877, 0.22087, 0.30128], [0.22325, 0.30131, 0.25246, 0.31179], [0.22022, 0.28135, 0.21977, 0.29822], [0.23594, 0.30283, 0.25887, 0.31841], [1, 1, 1, 1], [100, 98, 100, 95]], "decomposition.DictionaryLearningBenchmark.track_test_score": [[-0.07475553452968597, -0.07475553452713135, -0.07475554198026657, -0.07475553814463735], [["'lars'", "'cd'"], ["1", "4"]], "022cecb50e5ba330d0728d08afbca34a130f0e74529bce6c8c93aca80a4bcae5", 1708724370048, 2.5651], "decomposition.DictionaryLearningBenchmark.track_train_score": [[-0.07231885939836502, -0.07231886142463793, -0.07231885939836502, -0.07231886151447059], [["'lars'", "'cd'"], ["1", "4"]], "6ed8ae7b04c1c5b4be0a5847795321be4c50195958c72642e1ca9367d838649d", 1708724372614, 3.8857], "decomposition.MiniBatchDictionaryLearningBenchmark.peakmem_fit": [[99057664, 103088128, 98578432, 103079936], [["'lars'", "'cd'"], ["1", "4"]], "cf54cbec149e048235b388e434462754421fc5f8593697b431e17bd01f79cbe1", 1708724385257, 9.7916], "decomposition.MiniBatchDictionaryLearningBenchmark.peakmem_transform": [[87392256, 88928256, 87392256, 88920064], [["'lars'", "'cd'"], ["1", "4"]], "c9e62449ea399590080c790df85e63df815e88ceaa029196f9ea925d3acfecd7", 1708724395050, 3.6186], "decomposition.MiniBatchDictionaryLearningBenchmark.time_fit": [[1.2048570679999102, 2.023082185000021, 0.3919407630000933, 1.9730836809999346], [["'lars'", "'cd'"], ["1", "4"]], "48d290a4fd2b0a9ecdd1a7add3b7e7b231d8df63e32889758ec0bbd8c1cb37ef", 1708724398669, 126.3, [1.2032, 1.794, 0.39162, 1.6438], [1.2059, 2.6982, 0.39221, 2.4085], [1.2034, 1.8907, 0.39149, 1.7403], [1.2057, 2.4018, 0.39252, 2.2727], [1, 1, 1, 1], [25, 13, 76, 14]], "decomposition.MiniBatchDictionaryLearningBenchmark.time_transform": [[0.26236789800032057, 0.2960520834997169, 0.23555075700005546, 0.2983281669999087], [["'lars'", "'cd'"], ["1", "4"]], "3ac7bfb8060c67e6dd13c37f1901d3f4274b8b0edfaf3d6a575d4e20ecbaf45e", 1708724524972, 117.82, [0.26106, 0.29035, 0.23478, 0.28885], [0.26427, 0.30648, 0.23633, 0.30629], [0.2598, 0.28451, 0.23354, 0.28236], [0.26714, 0.31315, 0.23776, 0.3122], [1, 1, 1, 1], [100, 98, 100, 97]], "decomposition.MiniBatchDictionaryLearningBenchmark.track_test_score": [[-0.07748597115278244, -0.07748617679533364, -0.07750026136636734, -0.07749473786188289], [["'lars'", "'cd'"], ["1", "4"]], "a0774d6e8f922842e4b916076deab0ed00f152a84632f732cec174d5d619192f", 1708724642810, 2.4985], "decomposition.MiniBatchDictionaryLearningBenchmark.track_train_score": [[-0.07458314299583435, -0.07458341486459641, -0.07460080087184906, -0.0745965889633329], [["'lars'", "'cd'"], ["1", "4"]], "13436574eaa40a2dd7b58fbef029cd2171941b963cec765dff95a1889f6a157a", 1708724645310, 3.6413], "decomposition.PCABenchmark.peakmem_fit": [[909361152, 606339072, 633147392], [["'full'", "'arpack'", "'randomized'"]], "1dc803fc882e472d9bc70274b900eb03304281cd2dff33ec3e3c039fffbb74a4", 1708724669739, 6.0043], "decomposition.PCABenchmark.peakmem_transform": [[583745536, 584052736, 583598080], [["'full'", "'arpack'", "'randomized'"]], "2b31c7c4510aca17a679729f995ba0b7d6548de119b989f414876912bc7851ff", 1708724675744, 1.3069], "decomposition.PCABenchmark.time_fit": [[2.520036042999891, 1.4029943514999559, 1.0937241990000075], [["'full'", "'arpack'", "'randomized'"]], "4a753451bb0c872008db51c421599cf8badfcb691aab39aaa7822dad561241dc", 1708724677052, 96.961, [2.4279, 1.3288, 1.0456], [2.7938, 1.5708, 1.1219], [2.4513, 1.3592, 1.0641], [2.635, 1.4217, 1.1123], [1, 1, 1], [11, 20, 25]], "decomposition.PCABenchmark.time_transform": [[0.1592144255000676, 0.15466117000005397, 0.16231736950021514], [["'full'", "'arpack'", "'randomized'"]], "1f73bed6685d54963e63f4de9713d472d0ab242d57c6a0cfa54fac7d1e1e83ef", 1708724774013, 89.974, [0.15731, 0.15395, 0.16124], [0.16108, 0.15512, 0.16365], [0.15572, 0.15357, 0.15764], [0.16215, 0.15589, 0.16508], [1, 1, 1], [100, 100, 100]], "decomposition.PCABenchmark.track_test_score": [[0.7449418902397156, 0.7449416518211365, 0.7449308037757874], [["'full'", "'arpack'", "'randomized'"]], "2bf9b85b93e81f43bf6e2e900a8ef13fb83b9b9298c32d0808bda654eb57c0c3", 1708724863989, 0.9559], "decomposition.PCABenchmark.track_train_score": [[0.7445708513259888, 0.7445710897445679, 0.7445607781410217], [["'full'", "'arpack'", "'randomized'"]], "16881c7fae4abaa9923123fc258e6542b0b3aa0c232d2db206548668bced23bb", 1708724864946, 0.98218], "ensemble.GradientBoostingClassifierBenchmark.peakmem_fit": [[93220864, 118706176], [["'dense'", "'sparse'"]], "0bed7eba4859779600e1b1cb03539724eddad1419ad1332e897185f93bd3d6df", 1708724880134, 7.3956], "ensemble.GradientBoostingClassifierBenchmark.peakmem_predict": [[90607616, 100229120], [["'dense'", "'sparse'"]], "5f65eed561196ec366996fc83d2258f891bbe9608480b00948108fa794a3c81e", 1708724887530, 0.32427], "ensemble.GradientBoostingClassifierBenchmark.time_fit": [[3.198744822000208, 2.3405370585001037], [["'dense'", "'sparse'"]], "5702f67868717f5884d82ed22b8940f7ff2b626a2b46e2a4b6e1173c83db484f", 1708724887855, 67.583, [3.1855, 2.3109], [4.2741, 2.5872], [3.1974, 2.3302], [3.7932, 2.3525], [1, 1], [9, 12]], "ensemble.GradientBoostingClassifierBenchmark.time_predict": [[0.048938559000134774, 0.0527176060002148], [["'dense'", "'sparse'"]], "17e3a4098ef2254174162a060b1286418984a4be5438aefd71301bf6a8f4c13d", 1708724955439, 15.09, [0.04891, 0.045858], [0.049217, 0.05525], [0.048888, 0.045181], [0.049251, 0.057123], [1, 1], [100, 100]], "ensemble.GradientBoostingClassifierBenchmark.track_test_score": [[0.5402522463710924, 0.10409974329281042], [["'dense'", "'sparse'"]], "55092be1f965aa51752829bda24b944bdb1222a6b8e5fdf0d4026c9580953dea", 1708724970531, 0.11912], "ensemble.GradientBoostingClassifierBenchmark.track_train_score": [[0.6340375485144818, 0.15180008167538628], [["'dense'", "'sparse'"]], "cd78924c15421dcfc8b45a7d26a8b035a1e441c45612ee6ae169b9155e5a631b", 1708724970650, 0.29036], "ensemble.HistGradientBoostingClassifierBenchmark.peakmem_fit": [[104112128], [], "733ac3d039d12bcb9c7f00c745fad3c3723c29f21f67e444aabac276cbc3a916", 1708724976108, 3.0041], "ensemble.HistGradientBoostingClassifierBenchmark.peakmem_predict": [[93245440], [], "ef8fbc52879ef0add38e7cec975a52bd207c7003e688e265dcc4839b0bcaa3a8", 1708724979112, 0.17513], "ensemble.HistGradientBoostingClassifierBenchmark.time_fit": [[2.2365480559997195], [], "6840b9adeccbde7fc736aae2aa37f9b118d3fa9a78f2e0b2f0a4f09503e1a48d", 1708724979288, 31.958, [2.1831], [2.2759], [2.2037], [2.2501], [1], [13]], "ensemble.HistGradientBoostingClassifierBenchmark.time_predict": [[0.08206396099990343], [], "ce65e5d6c62eebe1e73935285f56bc6c7ecebde97fb73fb4b9370c9b5979288a", 1708725011246, 9.8998, [0.081851], [0.082297], [0.081508], [0.082804], [1], [100]], "ensemble.HistGradientBoostingClassifierBenchmark.track_test_score": [[0.7230709112942986], [], "8c9a915f4dd669a61ceb38728602e43f84a976ebb06628f8026837eb7a5d30f6", 1708725021146, 0.066499], "ensemble.HistGradientBoostingClassifierBenchmark.track_train_score": [[0.9812160155622751], [], "43f6c225874e5193533ad56bdd398f471c7caa0f0f8c9a8ebb5486e10a2bec7f", 1708725021212, 0.18971], "ensemble.RandomForestClassifierBenchmark.peakmem_fit": [[180662272, 180662272, 404615168, 404602880], [["'dense'", "'sparse'"], ["1", "4"]], "14ca8ab81b54b4f2775c94fd794a13b049f48b9927979b964b90acc22ebf08a8", 1708725053608, 31.16], "ensemble.RandomForestClassifierBenchmark.peakmem_predict": [[184041472, 190111744, 404606976, 404602880], [["'dense'", "'sparse'"], ["1", "4"]], "3febfd0d8977731921e7d366e6a585c8e405c0520f9a94415b96c6c334ed1c2f", 1708725084769, 4.8024], "ensemble.RandomForestClassifierBenchmark.time_fit": [[8.678211207000004, 2.7508333540001786, 12.987507751000066, 3.978996346000258], [["'dense'", "'sparse'"], ["1", "4"]], "7f77f2ea22b57af3ff27a86843c654c08e6aa926896f2c421666fd31d95ce65f", 1708725089572, 156.56, [7.2508, 2.4227, 9.2889, 3.7485], [10.534, 3.1587, 16.511, 4.2117], [8.6753, 2.6752, 12.529, 3.848], [9.0025, 2.8147, 13.315, 4.0881], [1, 1, 1, 1], [3, 10, 3, 7]], "ensemble.RandomForestClassifierBenchmark.time_predict": [[0.16207395749984244, 0.13335237050000615, 2.120513333999952, 0.7329873640001097], [["'dense'", "'sparse'"], ["1", "4"]], "6a93ee4dfb1d21e994eb8d7568e75ee99e0f416c9711bb2b45d1c022a27f0746", 1708725246132, 108.58, [0.16104, 0.12432, 2.1, 0.72254], [0.16241, 0.13377, 2.1481, 0.77285], [0.16056, 0.12376, 2.1111, 0.72254], [0.17193, 0.13392, 2.1288, 0.77285], [1, 1, 1, 1], [100, 100, 13, 33]], "ensemble.RandomForestClassifierBenchmark.track_test_score": [[0.7440514498104384, 0.7440514498104384, 0.8656423941766682, 0.8656423941766682], [["'dense'", "'sparse'"], ["1", "4"]], "a3b01d5f39647a3a6d6bfac31a005a5fdc82ad531a1b71f249ae2f4e98dc44c9", 1708725354711, 1.4981], "ensemble.RandomForestClassifierBenchmark.track_train_score": [[0.9962843978022422, 0.9962843978022422, 0.9996123288718864, 0.9996123288718864], [["'dense'", "'sparse'"], ["1", "4"]], "42daa18fec647c7415a78ff56b84cf07b2253222c89f24baf5f12238463b9400", 1708725356210, 4.6568], "linear_model.ElasticNetBenchmark.peakmem_fit": [[853843968, 1210040320, 124874752, NaN], [["'dense'", "'sparse'"], ["True", "False"]], "aeb53df9e9543a762cf297b5697780eafb3cfbf2a7e750ad0f079ea50ff3d051", 1708725394930, 8.9056], "linear_model.ElasticNetBenchmark.peakmem_predict": [[489795584, 489943040, 98004992, NaN], [["'dense'", "'sparse'"], ["True", "False"]], "27f5ef6022a3a4cdd5a0854b9428349a5e461bf638a76337760251639c9d7f02", 1708725403837, 0.90537], "linear_model.ElasticNetBenchmark.time_fit": [[1.556511028999921, 1.891414593000036, 3.0080821525000374, NaN], [["'dense'", "'sparse'"], ["True", "False"]], "02947c3221cd53cf645dab6e61c787646637d66474795a722ec537ff85976c8c", 1708725404743, 99.544, [1.5436, 1.8665, 2.6492, null], [1.5707, 2.0234, 3.3694, null], [1.5497, 1.8738, 2.9717, null], [1.5649, 1.9121, 3.0673, null], [1, 1, 1, null], [17, 14, 10, null]], "linear_model.ElasticNetBenchmark.time_predict": [[0.050914517000137494, 0.047273929000084536, 0.002291183000033925, NaN], [["'dense'", "'sparse'"], ["True", "False"]], "4140a00f540d4dea5268a3813730d6fbb270e40b74285dbf046b3e26069f1287", 1708725504288, 61.992, [0.050854, 0.047126, 0.0022819, null], [0.05094, 0.047526, 0.0022945, null], [0.0508, 0.046902, 0.0022752, null], [0.050992, 0.047917, 0.002309, null], [1, 1, 5, null], [100, 100, 100, null]], "linear_model.ElasticNetBenchmark.track_test_score": [[0.9274010856209145, 0.9274010850953214, 0.9484071226507025, NaN], [["'dense'", "'sparse'"], ["True", "False"]], "1c0c2170cd23de65b973498cfc8dff584d9983a7513d2ead27d49594b092a280", 1708725566283, 0.81596], "linear_model.ElasticNetBenchmark.track_train_score": [[0.9276022550495941, 0.9276022552325599, 0.9560760990325976, NaN], [["'dense'", "'sparse'"], ["True", "False"]], "6cff911c1163f327c86117f3dc306d62cdba87d9ea8068cc68977b61d151da78", 1708725567099, 1.0499], "linear_model.LassoBenchmark.peakmem_fit": [[853975040, 1210015744, 124887040, NaN], [["'dense'", "'sparse'"], ["True", "False"]], "8fa5824a898ff683065f60683a1805ae55dfdde209f22eb520e3dddac3b02688", 1708725575625, 8.1031], "linear_model.LassoBenchmark.peakmem_predict": [[489943040, 489943040, 98021376, NaN], [["'dense'", "'sparse'"], ["True", "False"]], "2fd8dcd052ba7edddc85213c847b8fd149f36b0b9c0b058b88adae232e1fe0c6", 1708725583729, 0.98748], "linear_model.LassoBenchmark.time_fit": [[1.468779727999845, 1.8559826544997122, 2.769556077500056, NaN], [["'dense'", "'sparse'"], ["True", "False"]], "d0f2ce5dce5564f0fc096b1e4ee47c583962a62baf6a13edf150b4edaf353e05", 1708725584718, 97.738, [1.4416, 1.8428, 2.7221, null], [1.5667, 1.8732, 3.5097, null], [1.4448, 1.8471, 2.7343, null], [1.5567, 1.8641, 2.7937, null], [1, 1, 1, null], [17, 14, 10, null]], "linear_model.LassoBenchmark.time_predict": [[0.051495831999773145, 0.05204948649998187, 0.003072248999994069, NaN], [["'dense'", "'sparse'"], ["True", "False"]], "9adfa14dab87a3a8a4de49d179ab5891f08045e1b81194ae39643622cb6487c9", 1708725682456, 64.712, [0.048494, 0.051374, 0.0030643, null], [0.051874, 0.052134, 0.0030761, null], [0.047744, 0.051188, 0.0030558, null], [0.052263, 0.052227, 0.0030787, null], [1, 1, 3, null], [100, 100, 100, null]], "linear_model.LassoBenchmark.track_test_score": [[0.9274015024583205, 0.9274015028138817, 0.9469193786949383, NaN], [["'dense'", "'sparse'"], ["True", "False"]], "b56564a7b1756eeff8bbe981fa28bfb58f992c09069c2672ae87e637ba91f565", 1708725747170, 0.69593], "linear_model.LassoBenchmark.track_train_score": [[0.92760249197518, 0.9276024919395177, 0.9535693256818736, NaN], [["'dense'", "'sparse'"], ["True", "False"]], "97c0e5ecdddd2ee7c31046ec01b6d29119975ffd6774712a778a26f8499350c4", 1708725747867, 1.3133], "linear_model.LinearRegressionBenchmark.peakmem_fit": [[1216077824, 237068288], [["'dense'", "'sparse'"]], "a905fac8878f96b0ccc05296ca1cbb10654937aa04579453c79a4255ec7865f1", 1708725828160, 5.7466], "linear_model.LinearRegressionBenchmark.peakmem_predict": [[489771008, 157446144], [["'dense'", "'sparse'"]], "759535a8913b60467ef240fed4181399ff149efa33bea0eb69eed231df3f8876", 1708725833907, 0.81011], "linear_model.LinearRegressionBenchmark.time_fit": [[3.72883818299988, 1.1203207935000137], [["'dense'", "'sparse'"]], "e5dbbebbcad57689afbefadad2fb87cb71161a32a9d6caa162975a5b419f0f97", 1708725834718, 63.911, [3.4387, 1.1031], [4.2902, 1.2368], [3.5662, 1.1041], [3.8602, 1.2212], [1, 1], [7, 24]], "linear_model.LinearRegressionBenchmark.time_predict": [[0.04743038099991281, 0.030494414000258985], [["'dense'", "'sparse'"]], "ba279c28dffebbb04b7b173dee9e976b48b05ffbada322dd53d9a2de22ff70f6", 1708725898630, 38.844, [0.047264, 0.030282], [0.047653, 0.030686], [0.047151, 0.030166], [0.047883, 0.030789], [1, 1], [100, 100]], "linear_model.LinearRegressionBenchmark.track_test_score": [[0.9274012651798128, 0.10069378225020031], [["'dense'", "'sparse'"]], "0641fe07389de5e5b9811f51f186e4a4a96a856eb50c8810c62734a593513594", 1708725937476, 0.40353], "linear_model.LinearRegressionBenchmark.track_train_score": [[0.927602494829764, 0.9999999999962886], [["'dense'", "'sparse'"]], "5853e8435e7eba58f2264852c35444debdedaa05b29cccd9fef895ce848a5f06", 1708725937880, 0.52721], "linear_model.LogisticRegressionBenchmark.peakmem_fit": [[106967040, 100007936, 84537344, 85487616, 382816256, 125976576, 105000960, 105201664], [["'dense'", "'sparse'"], ["'lbfgs'", "'saga'"], ["1", "4"]], "3b211361ab927e53d5697c6b9e81013a7575a9ce103d21adeb68544ea7a4e5dc", 1708725969011, 28.229], "linear_model.LogisticRegressionBenchmark.peakmem_predict": [[100388864, 100323328, 87285760, 87048192, 101527552, 101527552, 89096192, 89116672], [["'dense'", "'sparse'"], ["'lbfgs'", "'saga'"], ["1", "4"]], "be6101aa74d4f94ec846334788b859094ed4b1d36ca92bf7d693b3043a8d39da", 1708725997242, 0.50534], "linear_model.LogisticRegressionBenchmark.time_fit": [[0.021544663999975455, 0.180405716499763, 4.751674941000147, 6.176624790999995, 1.0601198874999227, 2.926804218999905, 3.608478310999999, 4.124831365000318], [["'dense'", "'sparse'"], ["'lbfgs'", "'saga'"], ["1", "4"]], "7cd42b119dd9bf6c8bf33ee70890f7ebaf0b159e0c0c8cd5b299c3f632725f21", 1708725997749, 235.33, [0.020793, 0.17989, 3.6564, 4.191, 1.0393, 2.7605, 3.1462, 4.0169], [0.022518, 0.18934, 6.8029, 7.9431, 1.3563, 3.6307, 5.6517, 4.5892], [0.019505, 0.17972, 4.5881, 5.6216, 1.041, 2.8657, 3.5546, 4.1091], [0.02277, 0.1899, 5.8447, 6.2289, 1.3559, 3.1459, 4.2521, 4.1301], [1, 1, 1, 1, 1, 1, 1, 1], [100, 78, 5, 5, 24, 10, 7, 7]], "linear_model.LogisticRegressionBenchmark.time_predict": [[0.003024829125024553, 0.002981614125133092, 0.0019587204165721532, 0.0019272489165966058, 0.007525298750124421, 0.008863924250135824, 0.005933158500056379, 0.006044926999948075], [["'dense'", "'sparse'"], ["'lbfgs'", "'saga'"], ["1", "4"]], "b9dd34b6a7b894f6afbd6e27f4d0cfe829c1b0e4af4f7203e56269b873ee049b", 1708726233086, 21.295, [0.0030105, 0.0029598, 0.0019564, 0.0019229, 0.0074981, 0.0087981, 0.0059297, 0.0059568], [0.0031707, 0.0030115, 0.0019634, 0.0019322, 0.0076126, 0.009094, 0.0060352, 0.0060492], [0.0030008, 0.0029427, 0.0019525, 0.0019181, 0.0074815, 0.0085494, 0.0059253, 0.0059524], [0.0032192, 0.0031608, 0.0019656, 0.0019338, 0.0076248, 0.0094175, 0.0060399, 0.0060549], [4, 4, 6, 6, 2, 2, 2, 2], [100, 100, 100, 100, 100, 100, 100, 100]], "linear_model.LogisticRegressionBenchmark.track_test_score": [[0.17486317751193298, 0.17486317751193298, 0.7839524265015398, 0.7839524265015398, 0.06538461538461539, 0.06538461538461539, 0.5765140080078162, 0.5765140080078162], [["'dense'", "'sparse'"], ["'lbfgs'", "'saga'"], ["1", "4"]], "37e537f82f54da1d89003018c8370da6ac290d672b6343a457ee49dd444e3c9f", 1708726254384, 0.42148], "linear_model.LogisticRegressionBenchmark.track_train_score": [[0.18031053414262574, 0.18031053414262574, 0.7996090394434886, 0.7996090394434886, 0.0681998556998557, 0.0681998556998557, 0.6908414295256007, 0.6908414295256007], [["'dense'", "'sparse'"], ["'lbfgs'", "'saga'"], ["1", "4"]], "5647f2df8db098461a973d60cb900515f403287ed3e109a99151c94309e568f1", 1708726254807, 0.58236], "linear_model.RidgeBenchmark.peakmem_fit": [[464826368, 826294272, 464830464, 473477120, 468168704, 473567232, 473563136, 193785856, NaN, 1271881728, 194756608, 193785856, 159150080, 159162368], [["'dense'", "'sparse'"], ["'auto'", "'svd'", "'cholesky'", "'lsqr'", "'sparse_cg'", "'sag'", "'saga'"]], "d06a93be5cf39a0df663d696943713376c4ba4abb2568ebc0bc97fd2a2fd5173", 1708726394614, 68.924], "linear_model.RidgeBenchmark.peakmem_predict": [[284565504, 284565504, 284565504, 284565504, 284508160, 284442624, 284508160, 119197696, NaN, 119128064, 119058432, 119128064, 118964224, 119070720], [["'dense'", "'sparse'"], ["'auto'", "'svd'", "'cholesky'", "'lsqr'", "'sparse_cg'", "'sag'", "'saga'"]], "24e4dc55ce8e6b9311d26ca2936364cad3ddb0b8827b656a81886db508e69866", 1708726463540, 2.708], "linear_model.RidgeBenchmark.time_fit": [[0.21410518599986972, 1.7734065449999434, 0.2215597730000809, 0.21366757600026176, 0.2586672669995096, 30.918366478999815, 12.52031210899986, 0.14952558699997098, NaN, 5.416510078000101, 0.13450929349983198, 0.15047427150057047, 2.652220918999774, 2.1790109899993695], [["'dense'", "'sparse'"], ["'auto'", "'svd'", "'cholesky'", "'lsqr'", "'sparse_cg'", "'sag'", "'saga'"]], "6ebbadd5cfeeb543e69ca73d777ab88bff49391965e0c0e3270868f1fa6bb385", 1708726466250, 488.86, [0.21255, 1.7354, 0.22045, 0.21031, 0.25598, 24.673, 10.363, 0.14713, null, 5.0656, 0.12921, 0.14877, 2.4955, 2.1513], [0.2156, 1.7929, 0.22226, 0.2163, 0.26154, 36.779, 15.326, 0.15059, null, 5.7293, 0.13714, 0.15278, 3.523, 2.2255], [0.21081, 1.7583, 0.21964, 0.20829, 0.25393, 30.116, 12.516, 0.14486, null, 5.2588, 0.1278, 0.14722, 2.5818, 2.1534], [0.21828, 1.7888, 0.22268, 0.21905, 0.26901, 31.431, 13.01, 0.15222, null, 5.5436, 0.13989, 0.15485, 2.7523, 2.2047], [1, 1, 1, 1, 1, 1, 1, 1, null, 1, 1, 1, 1, 1], [89, 16, 89, 75, 78, 3, 3, 100, null, 5, 100, 100, 11, 13]], "linear_model.RidgeBenchmark.time_predict": [[0.02538933250025366, 0.025367322999954922, 0.022630790499988507, 0.025312502500128176, 0.025074381999729667, 0.025418088499918667, 0.025425363500289677, 0.007604681999964669, NaN, 0.007596621750280974, 0.0075796202499986975, 0.0075594347499645664, 0.007570016500039856, 0.007585015499898873], [["'dense'", "'sparse'"], ["'auto'", "'svd'", "'cholesky'", "'lsqr'", "'sparse_cg'", "'sag'", "'saga'"]], "f41e9813a5f8239fbb0ef5e81982549e297ff18f751b7e4b42982972851b7cd0", 1708726955127, 134.11, [0.02536, 0.025305, 0.022572, 0.025242, 0.024922, 0.02528, 0.025365, 0.0075797, null, 0.0075731, 0.0075619, 0.0075295, 0.0075485, 0.0075736], [0.02546, 0.025579, 0.022813, 0.025412, 0.02527, 0.025479, 0.025493, 0.0076477, null, 0.0076175, 0.0075997, 0.0075749, 0.007602, 0.0076046], [0.02528, 0.023968, 0.022532, 0.02517, 0.023568, 0.025216, 0.025313, 0.0075587, null, 0.0075436, 0.0075389, 0.0075175, 0.0075256, 0.0075559], [0.025609, 0.026039, 0.022903, 0.02551, 0.025391, 0.025516, 0.025616, 0.0076942, null, 0.0078464, 0.0076157, 0.0076194, 0.007626, 0.0076204], [1, 1, 1, 1, 1, 1, 1, 2, null, 2, 2, 2, 2, 2], [100, 100, 100, 100, 100, 100, 100, 100, null, 100, 100, 100, 100, 100]], "linear_model.RidgeBenchmark.track_test_score": [[0.943399575027382, 0.9433995638980545, 0.943399575027382, 0.9433995757192792, 0.9433995989989826, 0.94339933719428, 0.9433995886080997, 0.9565265934839202, NaN, 0.9565270649330312, 0.9565265964723417, 0.9565265934839202, 0.9565265758966732, 0.9565267497605502], [["'dense'", "'sparse'"], ["'auto'", "'svd'", "'cholesky'", "'lsqr'", "'sparse_cg'", "'sag'", "'saga'"]], "663c821271fbdb18d0252832535191137787f37ad6d6397624c92edd96dc6f3f", 1708727089240, 2.0982], "linear_model.RidgeBenchmark.track_train_score": [[0.9444001571921127, 0.9444001571502235, 0.9444001571921127, 0.9444001572131616, 0.9444001571192623, 0.9444001419121766, 0.9444001543688754, 0.9659335662758549, NaN, 0.9659335689041249, 0.9659335658107462, 0.9659335662758549, 0.9659300081378492, 0.9659299735555881], [["'dense'", "'sparse'"], ["'auto'", "'svd'", "'cholesky'", "'lsqr'", "'sparse_cg'", "'sag'", "'saga'"]], "92bfe13d8da10b255d1c72982a3a88f70985b864b39584e51a184ea88116f35d", 1708727091340, 3.2222], "linear_model.SGDRegressorBenchmark.peakmem_fit": [[161234944, 89198592], [["'dense'", "'sparse'"]], "d81ea5fe5efd3e1ec085f0a2c66d712cfec7e2c4e03b19b7a50ab79dfd661f77", 1708727117322, 10.529], "linear_model.SGDRegressorBenchmark.peakmem_predict": [[159666176, 87318528], [["'dense'", "'sparse'"]], "cf12939ffeb2f97f86ada7e454920a994d254a98a02eac5e34ea687f8ec11ad0", 1708727127852, 0.12466], "linear_model.SGDRegressorBenchmark.time_fit": [[5.7180551929996, 4.7006313185002], [["'dense'", "'sparse'"]], "cc477ee1fcfc2e853f5113072b49c7dc80acf8f2e19f83518368e1efe8dd5374", 1708727127977, 67.643, [5.2628, 4.6629], [6.1886, 4.7546], [5.5091, 4.6906], [5.7631, 4.7069], [1, 1], [5, 6]], "linear_model.SGDRegressorBenchmark.time_predict": [[0.010280443000283412, 0.0024410009999883187], [["'dense'", "'sparse'"]], "fcd01e3604428cf2063cbbfe4e708974618533d55ec0784a787b8bb838a2ece9", 1708727195621, 9.8287, [0.010231, 0.0024393], [0.010338, 0.0024434], [0.010195, 0.002438], [0.010855, 0.0024441], [1, 5], [100, 100]], "linear_model.SGDRegressorBenchmark.track_test_score": [[0.9636293915848902, 0.9615372035798905], [["'dense'", "'sparse'"]], "5c184c0b957ec177b911999a0cc2cd3996407b726efe5d7adeaeddea222a16d0", 1708727205451, 0.14568], "linear_model.SGDRegressorBenchmark.track_train_score": [[0.9641785427097553, 0.962016546363069], [["'dense'", "'sparse'"]], "84040f29c546fcb4fb3fed1db35c198a88607a920f0d1aad43ae542738470257", 1708727205597, 0.16362], "manifold.TSNEBenchmark.peakmem_fit": [[91713536, 97685504], [["'exact'", "'barnes_hut'"]], "5b07ad9c3bf4af00ff4022361ced135ee0591fe9a613dddb484f0142685497c4", 1708727217394, 10.814], "manifold.TSNEBenchmark.time_fit": [[6.893260914499933, 3.024386976000642], [["'exact'", "'barnes_hut'"]], "d7906ea0d1e8bee6103afdb924f0c5471c1c3e392feb7dbcc411b9e3f3535e6a", 1708727228208, 67.293, [6.738, 2.9954], [7.0534, 4.3995], [6.8674, 3.0023], [6.9216, 3.0597], [1, 1], [4, 9]], "manifold.TSNEBenchmark.track_test_score": [[0.3218818006120378, 0.7243015766143799], [["'exact'", "'barnes_hut'"]], "7c865f9e53f16c8492cb36db3b656646d6585227ebfbf097102fda1e83f5e953", 1708727295501, 0.043056], "manifold.TSNEBenchmark.track_train_score": [[0.3218818006120378, 0.7243015766143799], [["'exact'", "'barnes_hut'"]], "92a5fc587f972e63dad98657097b1bcd64a743dfce5f07b3e1847ed8b720d46d", 1708727295545, 0.039703], "metrics.PairwiseDistancesBenchmark.peakmem_pairwise_distances": [[669728768, 786735104, 752693248, 1000865792, 255528960, 331198464, 248578048, 485449728, 1421037568, 1257181184, 570970112, 887631872, 187641856, 233521152, NaN, NaN], [["'dense'", "'sparse'"], ["'cosine'", "'euclidean'", "'manhattan'", "'correlation'"], ["1", "4"]], "f982061fc53163362f863b2455a1f2f660861c4a4357be712dcacab0682833db", 1708727295585, 43.587], "metrics.PairwiseDistancesBenchmark.time_pairwise_distances": [[1.0404760689998511, 1.250556553000024, 1.6643007200000284, 3.1286478570000327, 6.831303028000093, 2.6553508090000832, 3.749483853500351, 2.6780360170005224, 4.126741636000588, 2.640520904999903, 2.8341066910002155, 2.0821177229995556, 1.213336277000053, 1.2905582299999878, NaN, NaN], [["'dense'", "'sparse'"], ["'cosine'", "'euclidean'", "'manhattan'", "'correlation'"], ["1", "4"]], "968c4646f4f823e76e062ccbbe50249793691ae13e472124d1ebd2642c86b5e0", 1708727339173, 456.94, [1.0327, 1.2086, 1.6488, 2.9735, 5.1678, 2.2684, 3.7217, 2.1602, 4.0326, 2.1615, 2.7786, 1.8096, 1.2057, 1.2695, null, null], [1.0597, 1.3261, 1.7737, 3.6815, 8.8924, 2.8191, 3.7655, 3.0234, 4.5053, 2.9879, 3.5173, 2.449, 1.2441, 1.3646, null, null], [1.0331, 1.2138, 1.6525, 3.0985, 6.4271, 2.6138, 3.7282, 2.5683, 4.1111, 2.5697, 2.8134, 1.8926, 1.2064, 1.274, null, null], [1.0524, 1.3077, 1.6726, 3.2236, 7.4343, 2.699, 3.7572, 2.7639, 4.2054, 2.7089, 2.8607, 2.2014, 1.242, 1.3265, null, null], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, null, null], [28, 23, 17, 9, 4, 11, 8, 11, 7, 11, 10, 14, 24, 23, null, null]], "model_selection.CrossValidationBenchmark.peakmem_crossval": [[219004928, 119332864], [["1", "4"]], "4b6fc20c55d0bbbf2b9b56117a6725d0351eec991f183d04b136f1ce4552e0c7", 1708727796113, 85.268], "model_selection.CrossValidationBenchmark.time_crossval": [[65.35846435199983, 18.267557523000505], [["1", "4"]], "9959454181a0ddb22a0ce5727c352955d47bf0ce97d2189ff73d567981c64587", 1708727881383, 333.85, [61.852, 17.307], [68.37, 19.141], [64.825, 18.136], [65.52, 18.334], [1, 1], [3, 3]], "model_selection.CrossValidationBenchmark.track_crossval": [[0.9001555555555555, 0.9001555555555555], [["1", "4"]], "5e7e6b0e0116bbc68953414ce4e0eec203cc51c80a71d897dd599172b82aeedd", 1708728215236, 83.368], "model_selection.GridSearchBenchmark.peakmem_fit": [[96583680, 93908992], [["1", "4"]], "95b48fd99a9327cc7b96fbaf3fb68de0488e277098c5f71aa31f5bcc0af0aa35", 1708728786792, 497.55], "model_selection.GridSearchBenchmark.peakmem_predict": [[89096192, 89104384], [["1", "4"]], "c892cd859a96073eba53d60e549a73d8202c9d0e97f5469f5e0333d949ce8dce", 1708729284342, 0.31158], "model_selection.GridSearchBenchmark.time_fit": [[379.93988244199954, 104.07535117999942], [["1", "4"]], "ce048ba169bd01fc98abe0f363fcaafc41dfc6d88ae4658795602e37fd0bd003", 1708729284654, 1953.8, [332.16, 100.41], [431.09, 107.84], [375.84, 103.71], [386.57, 104.52], [1, 1], [3, 3]], "model_selection.GridSearchBenchmark.time_predict": [[0.038567995500670804, 0.0427084159991864], [["1", "4"]], "acfeae20f02fb4775c69f3a23452a495e43a2abb0e684954a33824913f37e3eb", 1708731238424, 12.411, [0.038111, 0.042658], [0.040418, 0.042789], [0.037866, 0.042589], [0.049251, 0.042883], [1, 1], [100, 100]], "model_selection.GridSearchBenchmark.track_test_score": [[0.8678060899936387, 0.8678060899936387], [["1", "4"]], "ec63718f94ff0beda5889deafa3b1f1f3ff7750bf6254fce002cadda537bee4b", 1708731250837, 0.11318], "model_selection.GridSearchBenchmark.track_train_score": [[0.9966662088870577, 0.9966662088870577], [["1", "4"]], "51575cdf87b95c5096592cecfc1f386cff2b52230b19a7bd6b1afee2fb55910c", 1708731250951, 0.2684], "neighbors.KNeighborsClassifierBenchmark.peakmem_fit": [[78630912, 78643200, 82153472, 82157568, 81612800, 81612800, 89694208, 89694208, 81489920, 80928768, 89436160, 89436160], [["'brute'", "'kd_tree'", "'ball_tree'"], ["'low'", "'high'"], ["1", "4"]], "66acb7f2ea52ea49f9a5239c437782b0ac7cd030f150166dff686727e06ae1f5", 1708731261586, 1.2168], "neighbors.KNeighborsClassifierBenchmark.peakmem_predict": [[89534464, 89341952, 94240768, 94191616, 83079168, 85082112, 92491776, 92483584, 82776064, 84832256, 91947008, 91639808], [["'brute'", "'kd_tree'", "'ball_tree'"], ["'low'", "'high'"], ["1", "4"]], "e7fb64f5f61911736101d3ca625806937a6bb4fc75b64a8ed0c9be1f37e0f10f", 1708731262804, 52.269], "neighbors.KNeighborsClassifierBenchmark.time_fit": [[0.0012460284999958405, 0.001218443833244641, 0.0014127277223047307, 0.001404857555624201, 0.014089273000536195, 0.014097303000198735, 0.051891979499487206, 0.0518242440002723, 0.009068515500075591, 0.009065992999694572, 0.034703142000580556, 0.034778401499352185], [["'brute'", "'kd_tree'", "'ball_tree'"], ["'low'", "'high'"], ["1", "4"]], "455e6017e69db76a36673f135b8300f5288867804ae588240ef238340de7bc82", 1708731315075, 43.905, [0.0012223, 0.0012152, 0.0013977, 0.0013951, 0.01408, 0.014092, 0.051633, 0.051612, 0.0090437, 0.0090463, 0.034529, 0.034645], [0.0015076, 0.0012209, 0.0014177, 0.0014142, 0.0141, 0.014104, 0.052254, 0.05208, 0.0091445, 0.0091206, 0.034852, 0.03489], [0.0012199, 0.0010877, 0.0013953, 0.0013928, 0.013471, 0.014085, 0.051507, 0.051519, 0.0090339, 0.0090402, 0.034451, 0.034479], [0.0015126, 0.0012222, 0.0014199, 0.001415, 0.014105, 0.014113, 0.052737, 0.052309, 0.0091721, 0.0091492, 0.034957, 0.035018], [7, 9, 9, 9, 1, 1, 1, 1, 2, 2, 1, 1], [100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100]], "neighbors.KNeighborsClassifierBenchmark.time_predict": [[0.08494413550033642, 0.08497221200104832, 0.12131235149990971, 0.11933220450009685, 1.3539572070003487, 2.7681942759991216, 9.283200734000275, 8.175812629000575, 2.211467712999365, 5.334988470499411, 7.736074999998891, 9.563960473999032], [["'brute'", "'kd_tree'", "'ball_tree'"], ["'low'", "'high'"], ["1", "4"]], "6611e4000bd5b1d8935eb7407c10355bf476dfef925640b9a8445912b72c8183", 1708731358985, 320.65, [0.084868, 0.084897, 0.12122, 0.11906, 1.3507, 2.2753, 9.2636, 5.4845, 2.1814, 3.8528, 7.6229, 4.8443], [0.085011, 0.085015, 0.1215, 0.12104, 1.3607, 3.0351, 9.3033, 10.308, 2.8707, 6.2432, 7.8821, 14.788], [0.084648, 0.084826, 0.12112, 0.11885, 1.3511, 2.513, 9.2812, 7.719, 2.1941, 4.9579, 7.7354, 9.2161], [0.085267, 0.085371, 0.12183, 0.1214, 1.3594, 2.8147, 9.2856, 8.213, 2.2343, 5.7006, 7.7614, 10.29], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [100, 100, 100, 100, 22, 11, 3, 3, 12, 6, 3, 3]], "neighbors.KNeighborsClassifierBenchmark.track_test_score": [[0.4337514406983069, 0.4337514406983069, 0.6526765189219823, 0.6526765189219823, 0.4337514406983069, 0.4337514406983069, 0.6526765189219823, 0.6526765189219823, 0.4337514406983069, 0.4337514406983069, 0.6526765189219823, 0.6526765189219823], [["'brute'", "'kd_tree'", "'ball_tree'"], ["'low'", "'high'"], ["1", "4"]], "95d25638754fb5c021b379d6f4f51868a7303bedb4868e52cac2a036eb0bc248", 1708731679639, 9.7015], "neighbors.KNeighborsClassifierBenchmark.track_train_score": [[0.6376630679808228, 0.6376630679808228, 0.7924815373460798, 0.7924815373460798, 0.6376630679808228, 0.6376630679808228, 0.7924815373460798, 0.7924815373460798, 0.6376630679808228, 0.6376630679808228, 0.7924815373460798, 0.7924815373460798], [["'brute'", "'kd_tree'", "'ball_tree'"], ["'low'", "'high'"], ["1", "4"]], "1e1b6891a1563cf0c8ae446c751cfd6dec48cc2fcc4d0157f30a7189f05e938a", 1708731689342, 47.309], "svm.SVCBenchmark.peakmem_fit": [[278290432, 278290432, 278355968, 278290432], [["'linear'", "'poly'", "'rbf'", "'sigmoid'"]], "b5099e172031e9a0f7b7706ec386c5bf36f9bd427f7d47274c66c6c39f5bf730", 1708731754247, 8.0981], "svm.SVCBenchmark.peakmem_predict": [[205291520, 205594624, 205434880, 205475840], [["'linear'", "'poly'", "'rbf'", "'sigmoid'"]], "4a6611919a2e5a6cbd1f6c211b23857b3912da5e1484da897bf70155d62b7980", 1708731762347, 5.6401], "svm.SVCBenchmark.time_fit": [[1.689292432000002, 1.6295965660001457, 1.720461876000627, 1.6709405059991695], [["'linear'", "'poly'", "'rbf'", "'sigmoid'"]], "60f69bb46f97b00f249209ee47574d1508b9e81a8ba3ec0a8a3a430eb6aa719d", 1708731767988, 127.2, [1.5946, 1.6217, 1.6447, 1.6407], [1.7732, 1.6637, 2.1999, 1.735], [1.6191, 1.6227, 1.649, 1.6429], [1.7649, 1.6634, 1.8961, 1.7293], [1, 1, 1, 1], [17, 18, 16, 17]], "svm.SVCBenchmark.time_predict": [[0.6988418839991937, 0.67231829100092, 1.8996272420008609, 0.6784009769999102], [["'linear'", "'poly'", "'rbf'", "'sigmoid'"]], "ab64f47e62b03803ca9ee0734d6a0734af8278b39121b069d9abdf86a8e79285", 1708731895191, 125.75, [0.63803, 0.66854, 1.86, 0.6699], [0.72507, 0.67454, 1.936, 0.78107], [0.62933, 0.66699, 1.8777, 0.66987], [0.75584, 0.67525, 1.9357, 0.78181], [1, 1, 1, 1], [39, 41, 15, 38]], "svm.SVCBenchmark.track_test_score": [[0.5899537620849096, 0.5, 0.564312736443884, 0.5710382513661202], [["'linear'", "'poly'", "'rbf'", "'sigmoid'"]], "f04be6a642a0b71d7bb27a3b184c53cf61aa01dead2ec4bbc68bf22ea78b68b3", 1708732020937, 0.79911], "svm.SVCBenchmark.track_train_score": [[0.7373393801965231, 0.6089324618736384, 0.7382063936685785, 0.741296518607443], [["'linear'", "'poly'", "'rbf'", "'sigmoid'"]], "30dfcaa0d1c48f402d28bf241f4c7c013ac533fbb528d470c427a34c237993f7", 1708732021737, 6.311]}, "durations": {"": 35.873155, "": 8.103947, "": 36.700365, "": 8.757169, "": 20.786206, "": 14.204491, "": 5.166113, "": 32.205276, "": 34.061914, "": 7.474064, "": 78.977444, "": 30.603545, "": 139.22354, "": 22.757923, "": 11.632381, "": 488.18747, "": 10.36589, "": 17.593449}, "version": 2} \ No newline at end of file