-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add CLI to the model #17
Comments
Hi, I am interested in helping out with this issue ... I already made some progress and made the CLI for training, testing and single sentence prediction with python fire module ... I just wanted to clarify about the train test split requirement exactly ... you are expecting it to be saving the complete data after the train test split into files and loading them back for repeatability because that's already being taken care of by random state parameter ... so if you can add some info to the exact requirement for train test split separately would be helpful... Thank You. |
Hi @dheerajgattupalli, thanks for your collaboration, there's no need to save the train/test data into separate files on disk. |
So what should that command do? |
It would take a dataset path, read it into |
Add CLI support for the following commands:
Depends on #14
The text was updated successfully, but these errors were encountered: