numenta/NAB

Notebook scripts/Plot Result - numenta.ipynb

markNZed opened this issue · 0 comments

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",