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
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:
Feature Engineering Flags.
Example:
StopWords: On/Off
Stem: On/Off
n-grams: 4 (This will be a continuous value)
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.
The text was updated successfully, but these errors were encountered:
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:
Example:
StopWords: On/Off
Stem: On/Off
n-grams: 4 (This will be a continuous value)
This coupled with model saving / serialization. Should hold us in good stead - come December.
The text was updated successfully, but these errors were encountered: