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
A trained machine learning model is inherently tied to the dataset that it was trained with
The modelstore library already has a def _model_data(self, **kwargs) -> dict function that enables users to pass in their training set when uploading a model, and some stats are automatically pulled out of it (example here). But this feature is not implemented across all model types.
Should this be kept in modelstore?
If yes, what summary stats would be useful to pull out here?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
A trained machine learning model is inherently tied to the dataset that it was trained with
The
modelstore
library already has adef _model_data(self, **kwargs) -> dict
function that enables users to pass in their training set when uploading a model, and some stats are automatically pulled out of it (example here). But this feature is not implemented across all model types.modelstore
?Beta Was this translation helpful? Give feedback.
All reactions