-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
I am having trouble reproducing the results on the M4 dataset. I am getting the following error when running the notebook for the m4:
ModuleNotFoundError Traceback (most recent call last)
in
1 import pandas as pd
2
----> 3 from summary.m4 import M4Summary
4 from summary.utils import median_ensemble
5
ModuleNotFoundError: No module named 'summary'
When I follow the reproduction steps I run into this error.
Here is my build script.
#!/bin/bash
make init
make dataset
make build config=experiments/m4/interpretable.gin
make run command=storage/experiments/m4_interpretable/repeat=0,lookback=2,loss=MAPE/command
Metadata
Metadata
Assignees
Labels
No labels