Skip to content

Commit 0c3da21

Browse files
Remove unused imports from Custom Statespace notebook
1 parent e1da9e6 commit 0c3da21

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

notebooks/Making a Custom Statespace Model.ipynb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,9 @@
2020
"numpyro.set_host_device_count(4)\n",
2121
"\n",
2222
"import numpy as np\n",
23-
"import pandas as pd\n",
2423
"import matplotlib.pyplot as plt\n",
2524
"import arviz as az\n",
2625
"\n",
27-
"from datetime import datetime\n",
28-
"\n",
2926
"from pymc_experimental.statespace.core.statespace import PyMCStateSpace\n",
3027
"import pytensor.tensor as pt\n",
3128
"import pymc as pm"

0 commit comments

Comments
 (0)