-
Notifications
You must be signed in to change notification settings - Fork 6
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
Drug-Target predictions are broken #58
Comments
I tried looking into this a bit. In my dev environment, the Then the error message becomes
I loaded the pickle file manually and see that it's a
I then tried converting the DataFrame to DMatrix and got:
I'm clearly going down a wrong path here. @micheldumontier Is anyone else available to continue troubleshooting? |
hi casey, i also was investigating this issue. i found a couple of issues. the first was this object is improperly saved, and doesn't comply with the expected interface (related to whether you save the weights of the booster or not). second, is that even when this was fixed, i found that the input dimension of the application doesn't match the training dataset. so i've resorted to rebuilding the prediction model and revising the code. still working on this |
Describe the problem
TRAPI queries for drug-target predictions do not return any results. Tested and reproducible in dev and all ITRB environments. Using the example query suggested in the documentation
ITRB cloudwatch logs show the following:
The text was updated successfully, but these errors were encountered: