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
Please describe the use case that requires this feature.
We currently store machine learning models as pickle without any of the reference metadata.
We should store reference metadata with the models, e.g. by adding a meta dict before pickling
or switching to a format that supports metadata directly.
The text was updated successfully, but these errors were encountered:
Please describe the use case that requires this feature.
We currently store machine learning models as pickle without any of the reference metadata.
We should store reference metadata with the models, e.g. by adding a
meta
dict before picklingor switching to a format that supports metadata directly.
The text was updated successfully, but these errors were encountered: