Commit 1f5d7231 authored by Julien Jerphanion's avatar Julien Jerphanion

Use bigger datasets for benchmarks

parent 8fe828ca
......@@ -9,16 +9,16 @@ n_trials: 3
datasets:
- n_samples_train: 1e6
n_samples_test: 1e6
n_features: 5
- n_samples_train: 1e6
n_features: 50
- n_samples_train: 1e7
n_samples_test: 1e6
n_features: 10
- n_samples_train: 1e6
n_features: 50
- n_samples_train: 1e8
n_samples_test: 1e6
n_features: 50
- n_samples_train: 1e6
- n_samples_train: 1e9
n_samples_test: 1e6
n_features: 100
n_features: 50
leaf_sizes:
- 64
......
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