Error message does NOT show that a `--score-input` is required for `fit-score`
In the runtime when I use the fit-score command:
python3 -m d3m runtime fit-score --pipeline pipeline_file -r problem_path --input train_path --test-input test_path
I received the following error:
fit-score requires either -u/--input-run or the following arguments: -i/--input, -t/--test-input, -p/--pipeline
The reason why fit-score does not work was because I needed to add a scoring dataset. But the error I received did not reflect this (ie. the need for a --score-input).
Edited by yepremyana