Skip to content

Commit

Permalink
Merge pull request #52 from glouppe/joss
Browse files Browse the repository at this point in the history
[MRG] Submission for JOSS
  • Loading branch information
glouppe committed May 4, 2016
2 parents ce02aad + 51cd0ef commit 68aa0e9
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 1 deletion.
2 changes: 1 addition & 1 deletion carl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
import sklearn.base
from sklearn.base import clone as sk_clone

__version__ = "0.0"
__version__ = "0.2"


def _clone(estimator, safe=True, original=False):
Expand Down
8 changes: 8 additions & 0 deletions paper.bib
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
@article{Cranmer:2015-llr,
author = "Cranmer, Kyle and Pavez, Juan and Louppe, Gilles",
title = "{Approximating Likelihood Ratios with Calibrated
Discriminative Classifiers}",
year = "2015",
eprint = "1506.02169",
archivePrefix = "arXiv",
}
35 changes: 35 additions & 0 deletions paper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: 'carl: a likelihood-free inference toolbox'
tags:
- likehood-free inference
- density ratio estimation
- Python
authors:
- name: Gilles Louppe
orcid: 0000-0002-2082-3106
affiliation: New York University
- name: Kyle Cranmer
orcid: 0000-0002-5769-7094
affiliation: New York University
- name: Juan Pavez
orcid: 0000-0002-7205-0053
affiliation: Federico Santa María University
date: 4 May 2016
bibliography: paper.bib
---

# Summary

Carl is a likelihood-free inference toolbox for Python. Its goal is
to provide tools to support inference in the likelihood-free setup,
including density ratio estimation algorithms, parameterized supervised
learning and calibration procedures.

Methodological details regarding likelihood-free inference with calibrated
classifiers can be found in the companion paper [@Cranmer:2015-llr].

Future development aims at providing further density ratio estimation
algorithms, along with alternative algorithms for the likelihood-free setup,
such as ABC.

# References

0 comments on commit 68aa0e9

Please sign in to comment.