Skip to content

Commit

Permalink
update plotting
Browse files Browse the repository at this point in the history
  • Loading branch information
tsilver-bdai committed Jul 22, 2023
1 parent 4d707d1 commit bdaff55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/plotting/create_active_sampler_learning_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@
("Oracle Feats (KNN)", "red", lambda df: df["EXPERIMENT_ID"].apply(
lambda v: "bumpy_cover-knn_manual_features" in v)),
],
"Kitchen (Kettle Only)": [
("Active Learning", "black", lambda df: df["EXPERIMENT_ID"].apply(
lambda v: "kitchen-kettle-only-active_sampler_learning" in v)),
],
}

# If True, add (0, 0) to every plot.
Expand Down

0 comments on commit bdaff55

Please sign in to comment.