We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The parameters for the /predict endpoint in the Jupiter notebook ( https://github.com/MaastrichtU-IDS/translator-openpredict/blob/master/resources/openpredict-examples.ipynb ) are outdated
This is the URL fired off by the sample code in the Jupiter notebook. It results in a "Method Not Allowed" error message: https://openpredict.semanticscience.org/predict?disease_id=OMIM%3A114550&n_results=5
The cause seems to be that param names in the API have changed. They are now "objects" instead of "disease_id"
The text was updated successfully, but these errors were encountered:
Join the discussion on DagsHub!
Sorry, something went wrong.
vemonet
No branches or pull requests
The parameters for the /predict endpoint in the Jupiter notebook ( https://github.com/MaastrichtU-IDS/translator-openpredict/blob/master/resources/openpredict-examples.ipynb ) are outdated
This is the URL fired off by the sample code in the Jupiter notebook. It results in a "Method Not Allowed" error message:
https://openpredict.semanticscience.org/predict?disease_id=OMIM%3A114550&n_results=5
The cause seems to be that param names in the API have changed. They are now "objects" instead of "disease_id"
The text was updated successfully, but these errors were encountered: