Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prediction Services #4

Open
alphaville opened this issue Oct 10, 2009 · 1 comment
Open

Prediction Services #4

alphaville opened this issue Oct 10, 2009 · 1 comment
Labels

Comments

@alphaville
Copy link
Member

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.

@alphaville
Copy link
Member Author

Done for SVM and MLR but predictions are not stored in a new feature URI; instead they are returned int he representation of the response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant