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
{{ message }}
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.
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.
Don't forget to update the README 😉
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Goal
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.
Don't forget to update the README 😉
The text was updated successfully, but these errors were encountered: