Notebook scripts/Plot Result - numenta.ipynb
markNZed opened this issue · 0 comments
markNZed commented
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",