Commit 63a742b6 authored by Julien Jerphanion's avatar Julien Jerphanion

Remove small leaf sizes from benchmarks

parent 76afeae8
...@@ -4,12 +4,18 @@ estimators: ...@@ -4,12 +4,18 @@ estimators:
- name: cython+ - name: cython+
estimator: kdtree.KDTree estimator: kdtree.KDTree
n_trials: 10 n_trials: 5
datasets: datasets:
- n_samples_train: 1e5 - n_samples_train: 1e5
n_samples_test: 1e6 n_samples_test: 1 # not used yet
n_features: 50 n_features: 2
- n_samples_train: 1e5
n_samples_test: 1 # not used yet
n_features: 10
- n_samples_train: 1e5
n_samples_test: 1 # not used yet
n_features: 100
leaf_sizes: leaf_sizes:
- 64 - 64
...@@ -19,3 +25,4 @@ leaf_sizes: ...@@ -19,3 +25,4 @@ leaf_sizes:
- 1024 - 1024
- 2048 - 2048
- 4096 - 4096
- 8192
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment