Skip to content

Releases: felixleopoldo/benchpress

v2.11.0

16 Dec 07:23
bc5dfcb
Compare
Choose a tag to compare
  • This version introduces the bips_tpc module, based on the temporal PC (tPC) and the micd package. It enables causal discovery through the PC algorithm allowing for Edge constraints, mixed data, and missing data handling.

v2.10.1

11 Dec 23:52
Compare
Choose a tag to compare

Some bug fixes and updates to the docs.

v2.10.0

29 Nov 03:51
be1a3a9
Compare
Choose a tag to compare

New capabilities to handle missing data problems

  • Sample data through mvpc_gen_data module
  • Causal discovery using the mvpc module

v2.9.0

24 Nov 03:50
579a37d
Compare
Choose a tag to compare

Three major new features:

  • The ability to incorporate background knowledge in terms of edge Constraints.
  • The ability to specify multiple benchmark setups in the same config file.
  • A new module gcastle_dag, for generating DAGs using the gCastle package

v2.8.0

27 Jun 03:17
Compare
Choose a tag to compare
  • This version introduces the new graph_estimation module which will replace the graph_plots module. It enables conversions to other graph types and the possibility to specify which features.

v2.7.1

22 Jan 10:38
Compare
Choose a tag to compare
  • New algorithm modules from the huge package for estimating Gaussian graphical models: huge_glasso, huge_mb, and huge_tiger.
  • Updated trilearn to version 2.0.5
  • Updated docs

v2.6.1

04 Dec 14:29
3754a47
Compare
Choose a tag to compare
  • Mainly bug fixes, e.g. in the trilearn_pgibbs module

v2.6.0

16 Nov 10:48
94e64d2
Compare
Choose a tag to compare
  • Added the GrUES algorithm (Alex Markham).
  • Changed all occurrences of replicate to seed in the code. This will unfortunately trigger a rerun of existing jobs as the scripts are changed.
  • Added F1 score based on the pattern graph (v-structure kept while the other edges are undirected) of a DAG.

v2.5.0

26 Oct 14:13
5a43979
Compare
Choose a tag to compare
  • Added the feature of taking the output of one algorithm as input for another
  • Added the chordal graph MCMC learners module athomas_jtsamplers
  • Fixed bugs

v2.3.0

19 Sep 09:16
9239ab5
Compare
Choose a tag to compare
  • Updated causal-cmd to version 1.10.0.
  • Added the BOSS algorithm.