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.
Goal
Create a new public API endpoint where mislabeled tweets can be sent.
Description
Add a new endpoint POST
/mislabeled_tweet
to the public API.It should accept the following parameters:
text
(string): the text of the tweet (html removed?)tweet_id
(string): ID of the tweetprediction_value
(float): the prediction value the model returned for the tweetuser_threshold
(float): the current threshold value the user has setmodel_version
(int): the model version the prediction was made withThe new feedback entries should be stored in a new database table,
feedback
.Tasks
The text was updated successfully, but these errors were encountered: