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
voluntary data gathering to run ML on our own library
once trained, ask users if they'd be ok sharing some summary info about their data and the parameters of their models (totally anonymized) with us
we could then figure out what combinations of params work best for data of a certain shape (num features, standard dev, min, max, range, num data points, type of predicted output, num of categories being predicted, etc.).
offer a "Quickstart" option- default to whatever we predict will be the best params for your data set, and train algos with those- don't traverse the param space trying all combos of params.
create a UI to make this even more accessible (and create pretty visualizations while training!), and collect that summarized data by default (with very obvious notifications about this and a way to turn it off)
create an automated deployment script for aws so people can run this on a big box in the cloud super easily
The text was updated successfully, but these errors were encountered:
once trained, ask users if they'd be ok sharing some summary info about their data and the parameters of their models (totally anonymized) with us
we could then figure out what combinations of params work best for data of a certain shape (num features, standard dev, min, max, range, num data points, type of predicted output, num of categories being predicted, etc.).
offer a "Quickstart" option- default to whatever we predict will be the best params for your data set, and train algos with those- don't traverse the param space trying all combos of params.
The text was updated successfully, but these errors were encountered: