Closed noralin closed 6 years ago
Can I do something like bundle exec crystalball --list-only and have the prediction list returned?
bundle exec crystalball --list-only
It's not supported out of the box. You can create your own script based on PredictionBuilder logic
make sense, thanks!
Can I do something like
bundle exec crystalball --list-only
and have the prediction list returned?