Open KaiWaldrant opened 9 months ago
Yes, the PR in OPv2 is a fix for this PR that's why I didn't send it for review yet :).
Oic! My bad ;)
And the failing of newwave+knnr
is due to out of disk storage:
Error: An error has occurred in allocating shared memory:
No space left on device
And the failing of
newwave+knnr
is due to out of disk storage:Error: An error has occurred in allocating shared memory: No space left on device
Can we then give it some more disk space? :relaxed:
Adding disk space worked but there seems to be an issue with bioconductor which is giving the method an error. Requires more investigation but I would suggest already merge this PR and update when the issue is fixed.
Glad to see that the dataset info is fixed!
Right now, the results only contain very simple methods -- KNN, RF and LM. I'd like to see some other methods included before publishing the results, e.g. guanlab_dengkw_pm, NewWave+KNNR, Novel.
Describe your changes
Add predict modality task results to benchmark page
Preview: https://feature-predict-modality-add-results--openproblems.netlify.app/results/predict_modality/
Issue ticket number and link
Closes #xxxx (Replace xxxx with the GitHub issue number)
Checklist before requesting a review
[x] I have performed a self-review of my code
Check the correct box. Does this PR contain:
[x] Proposed changes are described in the CHANGELOG.md
[x] CI Preview succeeds and looks good!