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

Port to cloud, add automation hooks to queue up a list of experiments #7

Open
gksb88 opened this issue Nov 19, 2018 · 0 comments
Open
Assignees
Labels
future-work Out of scope for Class Final report

Comments

@gksb88
Copy link

gksb88 commented Nov 19, 2018

Port code and make sure it runs on a GCP/Azure/AWS instance.

Once done, take an input json of experiment configs and execute them. We will have to arrive on an experiment config to use.
Off the top of my head it should have:

  1. Feature Engineering Flags.
    Example:
    StopWords: On/Off
    Stem: On/Off
    n-grams: 4 (This will be a continuous value)
  2. Model Type (Bayes, NN, SVM. We can assume that the hyperparameters get played with internally)

This coupled with model saving / serialization. Should hold us in good stead - come December.

@devYonz devYonz added this to the v2 milestone Dec 2, 2018
@devYonz devYonz added the future-work Out of scope for Class Final report label Dec 2, 2018
@devYonz devYonz removed this from the v2 milestone Dec 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future-work Out of scope for Class Final report
Projects
None yet
Development

No branches or pull requests

2 participants