-
Notifications
You must be signed in to change notification settings - Fork 7.2k
[tune] add output flag for Tune CLI #4322
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
Conversation
|
Test FAILed. |
|
Would it be better to output these in a csv instead of pkl? Considering that the data being outputted does not need to have python objects saved, i.e. the data is tabular, I think it would be better serialize the things with something else than pickle. |
|
Can one of the admins verify this patch? |
|
Test PASSed. |
|
Can one of the admins verify this patch? |
|
Test PASSed. |
|
@richardliaw @hartikainen ready for review / merge |
|
Test FAILed. |
|
Test FAILed. |
|
Looks good! |
|
Test FAILed. |
|
Test FAILed. |
|
We should add this to the docs. |
What do these changes do?
Adds output flag (-o / --output) to ls / lsx commands for Tune CLI. Builds on top of #3983