Hey Alex, I was planning on adding my own label files (Ground truth). I was assuming that the NAB code loops over all the folders in the data directory, so as long as I include my files in a similar format it should all go smoothly. Is the corpus hard coded into NAB so that my plan wouldn’t work.
I’ll have to check the code to get a better idea of the limitations. thanks, Nick > On Apr 18, 2015, at 8:54 AM, Alex Lavin <[email protected]> wrote: > > Hi Nick, > Feeding these scores directly into NAB will not work. Skipping the detector > phase and feeding the anomaly scores, as depicted in the NAB Entry Points > diagram [1], works only for anomaly scores of the NAB corpus. NAB will not > know what to do with scores for data files not in the corpus. If you wish to > continue, first you'd have to add the data files to the dataset, and then > manually add the truth labels to nab/labels/combined_labels.json, or specify > a different labels file at the command line with --labelFile. Hope this helps. > > Best, > Alex > > [1] https://github.com/numenta/NAB/wiki#nab-entry-diagram > <https://github.com/numenta/NAB/wiki#nab-entry-diagram> > > Alexander Lavin > Software Engineer > Numenta
