Skip to content

README Instructions Error #36

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
lourdesLB opened this issue Sep 25, 2024 · 0 comments
Open

README Instructions Error #36

lourdesLB opened this issue Sep 25, 2024 · 0 comments

Comments

@lourdesLB
Copy link

The README file incorrectly specifies the command to run the experiments. It states:
python main.py --train True --evaluate True --dataset <name of csv file> --output_dir <path to output directory> --n_route <number of nodes> --window_size <length of sliding window> --horizon <predict horizon> --norm_method z_score --train_length 7 --validate_length 2 --test_length 1

However, the main.py file does not support the following arguments:
--output_dir
--n_route
--validate_length (should be --valid_length)

Suggested Fix: Update the README file to reflect the correct command format, ensuring clarity for users. The corrected command should be:
python main.py --train True --evaluate True --dataset <name of csv file without .csv> --valid_length 2 --window_size <length of sliding window> --horizon <predict horizon> --norm_method z_score --train_length 7 --test_length 1

Additional Context:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant