Skip to content
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

Simplifying file inputs for app.py commands #17

Closed
nrbernier opened this issue Mar 9, 2020 · 1 comment
Closed

Simplifying file inputs for app.py commands #17

nrbernier opened this issue Mar 9, 2020 · 1 comment

Comments

@nrbernier
Copy link
Contributor

I thought it would be simpler to have the argument of the commands directly be the pickled file to load. As it is, both extract_features and feature_analysis require to specify both a folder name and a name of the dataset (without any naming extension, as the io.py function later adds .pkl by hand).

Wouldn't it be easier and more straightforward to let the user specify the dataset (with its extension) at any path? Then one can use automatic completion in the terminal to add the file.

If other people agree I can implement it.

@arnaudon
Copy link
Collaborator

arnaudon commented Mar 9, 2020 via email

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

2 participants