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
Add a new field model_version to the /predict endpoint.
Description
To evaluate the quality of the model later, the feedback about mislabeled tweets should contain the version of the model that made the (wrong) prediction.
As we do not know the model version yet, we will initally hardcode it to always return 1.
Goal
Add a new field
model_versionto the /predict endpoint.Description
To evaluate the quality of the model later, the feedback about mislabeled tweets should contain the version of the model that made the (wrong) prediction.
As we do not know the model version yet, we will initally hardcode it to always return 1.
Don't forget to update the README 😉