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
The following RESTful method should be implemented:
POST /model/{id} dataset_uri
The dataset_uri should contain information about which is the target dataset. We know that a model is trained using specific feature definitions, so the prediction is done with respect to these. If the feature definition X used to train the model, doesn't correspond to a value for a compound of the dataset, the value has to be calculated.
The text was updated successfully, but these errors were encountered:
The following RESTful method should be implemented:
The dataset_uri should contain information about which is the target dataset. We know that a model is trained using specific feature definitions, so the prediction is done with respect to these. If the feature definition X used to train the model, doesn't correspond to a value for a compound of the dataset, the value has to be calculated.
The text was updated successfully, but these errors were encountered: