From dea5b2c880232ed590a01e8050797677038e9da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Caba=C3=B1as?= Date: Wed, 8 Jul 2020 09:33:03 +0200 Subject: [PATCH] preparing 0.1.3 --- CHANGELOG.md | 9 +++++++++ README.md | 6 ++++-- models/simple-scm.uai | 19 +++++++++---------- pom.xml | 2 +- 4 files changed, 23 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfdeccae..a7b574cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +0.1.3 +=========== + +- Parsers for: V-CREDAL, BAYES and evidence. +- observation builder #20. +- Inference with EM algorithm. +- Migration of causality code to [Credici](https://github.com/IDSIA/credici). + + 0.1.2 =========== diff --git a/README.md b/README.md index 9944a91c..bb985c97 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ [![GitHub version](https://badge.fury.io/gh/idsia%2Fcrema.svg)](https://badge.fury.io/gh/idsia%2Fcrema) [![Build Status](https://travis-ci.org/IDSIA/crema.svg?branch=master)](https://travis-ci.org/IDSIA/crema) -# CreMA + + +Crema CreMA is a open-source java toolbox that provides multiple learning and inference algorithms for credal models. @@ -62,7 +64,7 @@ Add the following code in the pom.xml of your project: ch.idsia crema - 0.1.2 + 0.1.3 compile diff --git a/models/simple-scm.uai b/models/simple-scm.uai index 7f29f11e..1528eec2 100644 --- a/models/simple-scm.uai +++ b/models/simple-scm.uai @@ -1,12 +1,11 @@ -BAYES -2 -3 2 -2 -1 0 -2 0 1 - +CAUSAL +3 +3 2 5 3 - 0.7 0.2 0.1 +2 2 0 +3 2 0 1 +1 2 -6 - 0.2 0.8 0.7 0.3 0.9 0.1 \ No newline at end of file +5 0 1 0 1 2 +15 0 1 0 1 0 +-1 diff --git a/pom.xml b/pom.xml index 8a59fa23..27998e32 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ch.idsia crema - 0.1.3-SNAPSHOT + 0.1.3 Credal Model Algorithms