Skip to content

Commit

Permalink
Faster test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmitive committed May 1, 2024
1 parent 92b5929 commit d825334
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions params.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ active:
models:
- logistic_regression
datasets:
- diabetes
- cpu
- mnist_multi
valuation_methods:
- random
- loo
Expand Down Expand Up @@ -115,30 +115,20 @@ samplers:

datasets:

diabetes:
openml_id: 37

cpu:
openml_id: 197
preprocessor:
threshold_y:
threshold: 89

mnist_multi:
openml_id: 554
preprocessor:
principal_resnet_components:
n_components: 32
grayscale: true
seed: 104

models:
logistic_regression:
model: logistic_regression
solver: liblinear

knn:
model: knn
n_neighbors: 5
weights: uniform

valuation_methods:

random:
Expand Down

0 comments on commit d825334

Please sign in to comment.