Skip to content

Delphi v2.1.0

Compare
Choose a tag to compare
@adarshp adarshp released this 07 May 04:34
· 1606 commits to master since this release

This release

  1. Adds functionality to export an 'executable' dynamic Bayes net (DBN) ensemble model in the JSON format requested by Charles River Analytics. The JSON file contains information about the link structure of the corresponding causal analysis graph, as well as discrete probability tables for the distribution of the elements of the transition matrix of the DBN.
  2. Reduces the size of the executable model generated for ISI by creating KDEs from a downsampled version of the gradable adjective survey data, as opposed to the original.
  3. Fixes a bug where the emission function was influencing the transition model when it is not supposed to.
  4. Gets rid of some dependencies.
  5. Adds improved documentation.