Skip to content

Commit 68aa0e9

Browse files
committed
Merge pull request #52 from glouppe/joss
[MRG] Submission for JOSS
2 parents ce02aad + 51cd0ef commit 68aa0e9

3 files changed

Lines changed: 44 additions & 1 deletion

File tree

carl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
import sklearn.base
5757
from sklearn.base import clone as sk_clone
5858

59-
__version__ = "0.0"
59+
__version__ = "0.2"
6060

6161

6262
def _clone(estimator, safe=True, original=False):

paper.bib

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
@article{Cranmer:2015-llr,
2+
author = "Cranmer, Kyle and Pavez, Juan and Louppe, Gilles",
3+
title = "{Approximating Likelihood Ratios with Calibrated
4+
Discriminative Classifiers}",
5+
year = "2015",
6+
eprint = "1506.02169",
7+
archivePrefix = "arXiv",
8+
}

paper.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: 'carl: a likelihood-free inference toolbox'
3+
tags:
4+
- likehood-free inference
5+
- density ratio estimation
6+
- Python
7+
authors:
8+
- name: Gilles Louppe
9+
orcid: 0000-0002-2082-3106
10+
affiliation: New York University
11+
- name: Kyle Cranmer
12+
orcid: 0000-0002-5769-7094
13+
affiliation: New York University
14+
- name: Juan Pavez
15+
orcid: 0000-0002-7205-0053
16+
affiliation: Federico Santa María University
17+
date: 4 May 2016
18+
bibliography: paper.bib
19+
---
20+
21+
# Summary
22+
23+
Carl is a likelihood-free inference toolbox for Python. Its goal is
24+
to provide tools to support inference in the likelihood-free setup,
25+
including density ratio estimation algorithms, parameterized supervised
26+
learning and calibration procedures.
27+
28+
Methodological details regarding likelihood-free inference with calibrated
29+
classifiers can be found in the companion paper [@Cranmer:2015-llr].
30+
31+
Future development aims at providing further density ratio estimation
32+
algorithms, along with alternative algorithms for the likelihood-free setup,
33+
such as ABC.
34+
35+
# References

0 commit comments

Comments
 (0)