You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (term == "medium" or term == "long") and ds_name not in **med_long_datasets.**split():
continue
med_long_datasets is not defined under https://github.com/DataDog/toto/blob/main/boom/notebooks/toto.ipynb
ds_key = ds_name.lower() will cause ds_freq = dataset_properties_map[ds_key]["frequency"] throw the error
Directly lower case will likely cause a KeyError, since the key format does not match entries in dataset_properties_map
Do you guys have a version which can produce the same results as https://github.com/DataDog/toto/blob/main/boom/results/toto/all_results.csv
Thanks!