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
label-studio-ml-backend examples sklearn_text_classifier model.py function fit(self, event, data, **kwargs):
The error in obtaining the variable 'project_id' at line 165 :
× project_id = data['annotation']['project']
│
╰─> should be change to : project_id = data['project']['id']
The text was updated successfully, but these errors were encountered:
label-studio-ml-backend examples sklearn_text_classifier model.py function fit(self, event, data, **kwargs):
The error in obtaining the variable 'project_id' at line 165 :
× project_id = data['annotation']['project']
│
╰─> should be change to : project_id = data['project']['id']
The text was updated successfully, but these errors were encountered: