We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f2dfb commit 8c59446Copy full SHA for 8c59446
1 file changed
tutorial9.py
@@ -619,7 +619,7 @@ def load_data():
619
(the '1' is a batch dimension for workflow.sample)
620
data: np.ndarray of shape (T, 12, 5)
621
"""
622
- df = pd.read_csv("cases_3.csv").to_numpy() # shape: (T, 60)
+ df = pd.read_csv("data/cases_3.csv").to_numpy() # shape: (T, 60)
623
624
data = np.zeros((df.shape[0], df.shape[1] // 5, 5))
625
conditions = {}
0 commit comments