Git Product home page Git Product logo

Comments (4)

fabrice-rossi avatar fabrice-rossi commented on August 9, 2024

Two commits provide the first steps toward implementing this feature:

  • commit 6f3c319 adds a way to report occurrences of contexts in a "local" way, that is to count only occurrences that do not corresponds to occurrences of a longer context. Those occurrences are "predictive" ones: the corresponding context will be use as reference to compute conditional probabilities of the following state.
  • commit 6c88070 adds a metrics generic function (implemented for vlmc) that reports global predictive metrics. Accuracy is reported for convenience, but the main important values are the confusion matrix (which can then be used to compute other metrics such as precision, recall, etc.) and the AUC.

from mixvlmc.

fabrice-rossi avatar fabrice-rossi commented on August 9, 2024

Commits abe5ec9 and 8300dd7 provide additional steps toward the implementation this feature. They implement predictive metrics calculation during model tuning in the covlmc construction. Predictive metrics (mainly the confusion matrix and the AUC) are stored with the model. They can be extracted using contexts.covlmc.

from mixvlmc.

fabrice-rossi avatar fabrice-rossi commented on August 9, 2024

Commits e4a9a2c and 307c662 unify metrics calculation and implement global metrics for covlmc (via metrics.covlmc).

from mixvlmc.

fabrice-rossi avatar fabrice-rossi commented on August 9, 2024

Commit e2d56a0 adds the final part of this feature by providing local metrics for vlmc via contexts.vlmc.

from mixvlmc.

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.