Skip to content

Issue Running toto Evaluation on BOOM Dataset #38

@DLresearch

Description

@DLresearch
  1.     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
    
  2.   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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions