-
Notifications
You must be signed in to change notification settings - Fork 147
Continuous improvement of nodule classification models (see #2) #131
Comments
Maybe we should proceed in small steps by e.g. first adding evaluation methods that cover most of the metrics introduced in #221 so we can have a more standardized way to determine those metrics? This way we would also be able to quickly determine the quality of the current implementations of the identification, classification and segmentation algorithms. This would in turn make it easier to focus first on the algorithm that is performing the worst so far. Any thoughts @isms @reubano @lamby ? |
For folks who are interested, see the latest announcement here: There are a limited number of AWS credits available for folks to continue to make progress on these algorithms. |
Thanks @pjbull ! Update: I received the credits but unfortunately I have to wait ~2 weeks for my credit card being delivered, before that I won't be able to complete the sign-up process at AWS. So in case someone wants to start with this issue as well: feel free to do so! :) |
@WGierke, I have created a virtual machine, the support should increase the instances limit anytime soon, and then the machine will be ready for use. Also, I have plenty of time for upcoming week. So, if you have some ideas, we can work together on the issue and share the points and the fun :) |
@Serhiy-Shekhovtsov @WGierke sounds good to me. Feel free to create the relevant issues. |
Hi @reubano I have been working on retraining the classifier and detector models for better performance. I am planning to document the process for both detector and classifier models and submit a pull request to the concept-to-clinic clone of the GRT code base here: https://github.com/concept-to-clinic/DSB2017 Will that work? I did not find any training code set up in the concept-to-clinic repo. |
Hi @swarm-ai , improved models would be very welcome––good luck! There is currently no workflow for including training processes in the application codebase, but this is something we'd love to have. The minimum we need to incorporate an improved model are currently
With an eye towards future development, we'd be happy to see a PR that augments the algorithm directories with a |
Overview
We want to continuously improve the accuracy and reliability of models developed for nodule classification. This is a continuation of #2 and will remain open indefinitely.
Note: Substantive contributions are currently eligible for increased point awards.
Design doc reference:
Jobs to be done > Detect and select > Prediction service
Acceptance criteria
NOTE: All PRs must follow the standard PR checklist.
The text was updated successfully, but these errors were encountered: