Skip to content

Commit

Permalink
preparing to launch
Browse files Browse the repository at this point in the history
  • Loading branch information
tsilver-bdai committed Jun 29, 2023
1 parent 32e9a4e commit 93a9cde
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions scripts/configs/active_sampler_learning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,21 +127,21 @@
# Compare manual feature design to default feature design, with MLP vs KNN.
---
APPROACHES:
# mlp_manual_features:
# NAME: "active_sampler_learning"
# FLAGS:
# active_sampler_learning_model: "myopic_classifier_mlp"
# active_sampler_learning_feature_selection: "oracle"
# mlp_all_features:
# NAME: "active_sampler_learning"
# FLAGS:
# active_sampler_learning_model: "myopic_classifier_mlp"
# active_sampler_learning_feature_selection: "all"
# knn_manual_features:
# NAME: "active_sampler_learning"
# FLAGS:
# active_sampler_learning_model: "myopic_classifier_knn"
# active_sampler_learning_feature_selection: "oracle"
mlp_manual_features:
NAME: "active_sampler_learning"
FLAGS:
active_sampler_learning_model: "myopic_classifier_mlp"
active_sampler_learning_feature_selection: "oracle"
mlp_all_features:
NAME: "active_sampler_learning"
FLAGS:
active_sampler_learning_model: "myopic_classifier_mlp"
active_sampler_learning_feature_selection: "all"
knn_manual_features:
NAME: "active_sampler_learning"
FLAGS:
active_sampler_learning_model: "myopic_classifier_knn"
active_sampler_learning_feature_selection: "oracle"
knn_all_features:
NAME: "active_sampler_learning"
FLAGS:
Expand Down

0 comments on commit 93a9cde

Please sign in to comment.