From 3f73c8c0181422b66ba4496a25b91464a6073a0b Mon Sep 17 00:00:00 2001 From: David Widmann Date: Wed, 26 Jan 2022 15:33:36 +0000 Subject: [PATCH] Update README.md (#43) --- README.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4cff113..546def7 100644 --- a/README.md +++ b/README.md @@ -19,17 +19,11 @@ probabilistic models in the Julia language. ## Related packages The statistical tests in this package are based on the calibration error estimators -in the packages [CalibrationErrors.jl](https://github.com/devmotion/CalibrationErrors.jl) -and -[CalibrationErrorsDistributions.jl](https://github.com/devmotion/CalibrationErrorsDistributions.jl). +in the package [CalibrationErrors.jl](https://github.com/devmotion/CalibrationErrors.jl). -CalibrationErrors.jl contains estimators for classification models. -CalibrationErrorsDistributions.jl extends them to more general probabilistic predictive -models that output arbitrary probability distributions. +[pycalibration](https://github.com/devmotion/pycalibration) is a Python interface for CalibrationErrors.jl and CalibrationTests.jl. -[pycalibration](https://github.com/devmotion/pycalibration) is a Python interface for CalibrationErrors.jl, CalibrationErrorsDistributions.jl, and CalibrationTests.jl. - -[rcalibration](https://github.com/devmotion/rcalibration) is an R interface for CalibrationErrors.jl, CalibrationErrorsDistributions.jl, and CalibrationTests.jl. +[rcalibration](https://github.com/devmotion/rcalibration) is an R interface for CalibrationErrors.jl and CalibrationTests.jl. ## References