numenta / NAB

The Numenta Anomaly Benchmark
GNU Affero General Public License v3.0
1.94k stars 867 forks source link

Error while running python run.py -d expose --detect --optimize --score --normalize #370

Closed Tann10 closed 4 years ago

Tann10 commented 4 years ago

I am getting a value error when I am trying to run the package. Error is "ValueError: anomalyScore must be a number between 0 and 1. Please verify if 'ExposeDetector.handleRecord' method is returning a value between 0 and 1" I am also attaching a screenshot. error

Any help is appreciated! Thanks

subutai commented 4 years ago

Thanks, this is due to a recent change in error checking. We're putting in a fix:

https://github.com/numenta/NAB/pull/371

Tann10 commented 4 years ago

@subutai Great! Thank you for letting me know. I see the PR is already merged. I will pull recent changes.