Skip to content

Commit

Permalink
preparing 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rcabanasdepaz committed Jul 8, 2020
1 parent 16703c4 commit dea5b2c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
===========

Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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


<img src="./docs/_static/img/logo.png" alt="Crema" width="500"/>

CreMA is a open-source java toolbox that provides multiple
learning and inference algorithms for credal models.
Expand Down Expand Up @@ -62,7 +64,7 @@ Add the following code in the pom.xml of your project:
<dependency>
<groupId>ch.idsia</groupId>
<artifactId>crema</artifactId>
<version>0.1.2</version>
<version>0.1.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
19 changes: 9 additions & 10 deletions models/simple-scm.uai
Original file line number Diff line number Diff line change
@@ -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
5 0 1 0 1 2
15 0 1 0 1 0
-1
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ch.idsia</groupId>
<artifactId>crema</artifactId>
<version>0.1.3-SNAPSHOT</version>
<version>0.1.3</version>

<name>Credal Model Algorithms</name>

Expand Down

0 comments on commit dea5b2c

Please sign in to comment.