You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2019. It is now read-only.
I see the following uses (at least) for such a package:
1 - Automatically suggest run IDs for the many functions that require input of a single run ID
2 - Automatically suggest scoring metrics for the functions that only allow use of a specific set of scoring metrics.
Would it get confusing if I use such an ability for some arguments but not for most?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I should be using argparse rather than optparse because the latter is obsoleted. Also, it works with this package:
https://github.com/kislyuk/argcomplete
I see the following uses (at least) for such a package:
1 - Automatically suggest run IDs for the many functions that require input of a single run ID
2 - Automatically suggest scoring metrics for the functions that only allow use of a specific set of scoring metrics.
Would it get confusing if I use such an ability for some arguments but not for most?
The text was updated successfully, but these errors were encountered: