Code Monkey home page Code Monkey logo

Comments (1)

prihoda avatar prihoda commented on September 28, 2024

Hi @pmobio,

Your approach should work. When you apply it to the original MiBIG used in the paper, can you reproduce our ROC results?

Our leave-class-out analysis was using an older version of deepbgc which didn’t have the train command yet, so it was a bit more complex. You can look into the dvc files here, although not sure how useful they are for the current deepbgc version: https://github.com/Merck/bgc-pipeline/tree/main/data/evaluation/lco-neg-10k

If you wanted to combine results across all BGC classes into one ROC curve, you will need to apply each model to its validation set, concatenate the prediction tsv files and then somehow generate the ROC from that using some of the deepbgc code.

I believe we also averaged the results across multiple models (multiple random seeds), not sure of that can be passed in the config json. You would also need to concatenate the predictions and create the ROC from that.

As for the memory, I can imagine it can use up a few GBs, but definitely not more than ~8, we were able to perform this on a laptop.

from deepbgc.

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.