Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement mutual information on inferenceql.inference.gpm.ensemble.Ensemble #57

Open
LarryLegend33 opened this issue Feb 23, 2023 · 0 comments
Labels
feat New feature

Comments

@LarryLegend33
Copy link

The following mutual information query is implemented in a demo but not in the master branch.

(def test-query
"SELECT MUTUAL INFORMATION OF VAR BoutAz < 1.0 WITH VAR BoutYaw < 1.0 UNDER %s AS mi
FROM (dummy) VALUES ("dummyval") LIMIT 1")

(strict/query (format test-query "clojure_cat_model") model-for-queries)

Error Thrown:

  1. Caused by java.lang.IllegalArgumentException
    No implementation of method: :mutual-info of protocol:
    #'inferenceql.inference.gpm.proto/MutualInfo found for class:
    inferenceql.inference.gpm.ensemble.Ensemble
@zane zane changed the title Mutual Information Queries Not Implemented Implement mutual information on inferenceql.inference.gpm.ensemble.Ensemble Apr 17, 2023
@zane zane added the feat New feature label Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature
Projects
None yet
Development

No branches or pull requests

2 participants