Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mirkobunse/criticaldifferencediagrams.jl

Plot critical difference diagrams in Julia
https://github.com/mirkobunse/criticaldifferencediagrams.jl

benchmark comparison hypothesis-testing machine-learning post-hoc-analysis

Last synced: about 2 months ago
JSON representation

Plot critical difference diagrams in Julia

Awesome Lists containing this project

README

        

[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://mirkobunse.github.io/CriticalDifferenceDiagrams.jl/stable)
[![Build Status](https://github.com/mirkobunse/CriticalDifferenceDiagrams.jl/workflows/CI/badge.svg)](https://github.com/mirkobunse/CriticalDifferenceDiagrams.jl/actions)
[![codecov](https://codecov.io/gh/mirkobunse/CriticalDifferenceDiagrams.jl/branch/main/graph/badge.svg?token=LWBUWCH8OQ)](https://codecov.io/gh/mirkobunse/CriticalDifferenceDiagrams.jl)

# [Critical difference diagrams in Julia](https://mirkobunse.github.io/CriticalDifferenceDiagrams.jl/stable)

This package generates Tikz code for publication-ready vector graphics.

Critical difference (CD) diagrams are a powerful tool to compare outcomes of multiple treatments over multiple observations. For instance, in machine learning research we often compare the performance (= outcome) of multiple methods (= treatments) over multiple data sets (= observations). A wrapper for Python is also available.

**Regular CD diagrams:** indistinguishable methods are connected.

docs/src/assets/example.svg

**2D sequences:** sequences of multiple CD diagrams can be arranged in a single 2-dimensional axis.

docs/src/assets/2d_example.svg

For more information, please refer to [the documentation](https://mirkobunse.github.io/CriticalDifferenceDiagrams.jl/stable).