htm-community / NAB

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

adding spatial detector #41

Closed psteinroe closed 4 years ago

psteinroe commented 4 years ago

Hi,

to get an impression on how "powerful" the simple spatial anomaly detector is that Numenta uses in their detector, I added a detector that uses only that algorithm. The results are quite impressive. Should we also add this to the scoreboard?

"spatial": {
        "reward_low_FN_rate": 52.56449422487971,
        "reward_low_FP_rate": 49.94586314087259,
        "standard": 50.82949995800923
},

Best Philipp