cnellington / Contextualized

An SKLearn-style toolbox for estimating and analyzing models, distributions, and functions with context-specific parameters.
http://contextualized.ml/
GNU General Public License v3.0
65 stars 9 forks source link

Add Contextualized Markov Graphs #117

Closed cnellington closed 2 years ago

cnellington commented 2 years ago

Added contextualized markov graphs using neighborhood edge regression. Added associated tests.

cnellington commented 2 years ago

Minor updates to NOTMAD to get better integration with existing tools and make it device agnostic, but another issue will tackle the NOTMAD integration. Updated Markov networks, added documentation, and fixed some cyclic import issues in regression.

cnellington commented 2 years ago

Once this is merged we'll do the black/pylint style overhaul.