issues
search
numenta
/
NAB
The Numenta Anomaly Benchmark
GNU Affero General Public License v3.0
1.93k
stars
869
forks
source link
Notebook scripts/Plot Result - numenta.ipynb
#383
Open
markNZed
opened
3 years ago
markNZed
commented
3 years ago
I needed to make this change for the notebook to run without error:
"if not summaryDataFrame.index.contains(detector_summary_row):\n",
"if not summaryDataFrame.index.str.contains(detector_summary_row, na=False).any():\n",
I needed to make this change for the notebook to run without error: