mitre/menelaus

Add Validation to BatchDetector

tms-bananaquit opened this issue · 0 comments

  • Check column names vs reference data
  • Check that whatever necessary combination of X and y_true, y_pred are specified
  • For kdqTree in particular, clean up old code that's doing validation and preprocessing, i.e. prepare_data
  • CDBD needs to check that only one column is passed.