-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
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.