Code Monkey home page Code Monkey logo

Comments (3)

kdg1993 avatar kdg1993 commented on August 16, 2024

Thanks for taking a necessary job to run BRAX!

If you may, I have a few questions

  1. Could you please explain the meaning of 'used just once'? I think this one is the most important key factor in this process but it is a bit complicated for me
  2. Is there any reason why you didn't consider the other disease except Edema?
  3. Is there any reason for smaller validation set compared to the test set?
  4. I tried to find sklearn-multirun library but I couldn't. Can you give me a link to their documentation? Also, I think if you consider only patients' id and Edema class, sklearn's stratifiedgroupKfold will work
  5. The pursued ratio between train : validation : test is 0.64 : 0.16 : 0.2 and it is correct when one removes the lateral image right? If it is right, does it mean that the ratio including lateral images is not the same as 0.64 : 0.16 : 0.2?

from cxrail-dev.

seoulsky-field avatar seoulsky-field commented on August 16, 2024

@kdg1993

  1. "used just once" means the refers of patient id that has only one frontal image.
  2. Positive values in Edema column exist just 25 images. So, for stratified split, I thought it is necessary.
  3. I just use general split ratio. It's train+valid: test = 0.8: 0.2 and train: valid = 0.8: 0.2 again. So, it would be smaller than test data. However, it would be changed to set similar size between validation and test.
  4. http://scikit.ml/stratification.html is a skmultiearn library and now I'm using iterative-strafication library. (https://github.com/trent-b/iterative-stratification) I agree your opinion, however, I don't consider just Edema class.
  5. Yes.

from cxrail-dev.

seoulsky-field avatar seoulsky-field commented on August 16, 2024

I uploaded a notebook file has step-by-step progress about split BRAX dataset. If you have any questions or opinions after checking it, please feel free to ask.

from cxrail-dev.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.