Skip to content

Commit

Permalink
Added: Updated READMEs, CITATION.cff. Bumped the version. Added DOI i…
Browse files Browse the repository at this point in the history
…mage for the README.
  • Loading branch information
AAnzel committed Oct 12, 2023
1 parent dbcaa6d commit 58bad78
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 3 deletions.
38 changes: 38 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Anžel"
given-names: "Aleksandar"
orcid: "https://orcid.org/0000-0002-0678-2870"
- family-names: "Heider"
given-names: "Dominik"
orcid: "https://orcid.org/0000-0002-3108-8311"
- family-names: "Hattab"
given-names: "Georges"
orcid: "https://orcid.org/0000-0003-4168-8254"
title: "Interactive polar diagrams for model comparison"
version: 1.1.0
doi: 10.1016/j.cmpb.2023.107843
date-released: 2023-10-06
url: "https://github.com/AAnzel/Polar-Diagrams-for-Model-Comparison"
preferred-citation:
type: article
authors:
- family-names: "Anžel"
given-names: "Aleksandar"
orcid: "https://orcid.org/0000-0002-0678-2870"
- family-names: "Heider"
given-names: "Dominik"
orcid: "https://orcid.org/0000-0002-3108-8311"
- family-names: "Hattab"
given-names: "Georges"
orcid: "https://orcid.org/0000-0003-4168-8254"
doi: "10.1016/j.cmpb.2023.107843"
journal: "Computer Methods and Programs in Biomedicine"
month: 10
start: 107843 # First page number
end: 107843 # Last page number
title: "Interactive polar diagrams for model comparison"
#issue: 1
volume: 242
year: 2023
1 change: 1 addition & 0 deletions Data/README_Images/polar_doi.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,31 @@ This library is created for the following paper:

Please cite the paper as:
```latex
Bibtex citation placeholder
@article{ANZEL2023107843,
title = {Interactive polar diagrams for model comparison},
journal = {Computer Methods and Programs in Biomedicine},
volume = {242},
pages = {107843},
year = {2023},
issn = {0169-2607},
doi = {https://doi.org/10.1016/j.cmpb.2023.107843},
url = {https://www.sciencedirect.com/science/article/pii/S0169260723005096},
author = {Aleksandar Anžel and Dominik Heider and Georges Hattab},
keywords = {Bioinformatics, Machine-learning, Visualization, Evaluation, Climate, Comparison, Ai, Data-visualization, Information-visualization, Predictive-analysis, Model-comparison, Climate-model-visualization, Ml-model-evaluation, Taylor-diagram, Mutual-information-diagram, Entropy, Mutual-information, Variation-of-information, Correlation, Medical-data},
abstract = {Objective
Evaluating the performance of multiple complex models, such as those found in biology, medicine, climatology, and machine learning, using conventional approaches is often challenging when using various evaluation metrics simultaneously. The traditional approach, which relies on presenting multi-model evaluation scores in the table, presents an obstacle when determining the similarities between the models and the order of performance.
Methods
By combining statistics, information theory, and data visualization, juxtaposed Taylor and Mutual Information Diagrams permit users to track and summarize the performance of one model or a collection of different models. To uncover linear and nonlinear relationships between models, users may visualize one or both charts.
Results
Our library presents the first publicly available implementation of the Mutual Information Diagram and its new interactive capabilities, as well as the first publicly available implementation of an interactive Taylor Diagram. Extensions have been implemented so that both diagrams can display temporality, multimodality, and multivariate data sets, and feature one scalar model property such as uncertainty. Our library, named polar-diagrams, supports both continuous and categorical attributes.
Conclusion
The library can be used to quickly and easily assess the performances of complex models, such as those found in machine learning, climate, or biomedical domains.}
}
```

![DOI](./Data/README_Images/polar_doi.svg)


---
Abstract:

Expand Down
21 changes: 20 additions & 1 deletion Source/polar_diagrams/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,26 @@ This library is created for the following paper:

Please cite the paper as:
```latex
Bibtex citation placeholder
@article{ANZEL2023107843,
title = {Interactive polar diagrams for model comparison},
journal = {Computer Methods and Programs in Biomedicine},
volume = {242},
pages = {107843},
year = {2023},
issn = {0169-2607},
doi = {https://doi.org/10.1016/j.cmpb.2023.107843},
url = {https://www.sciencedirect.com/science/article/pii/S0169260723005096},
author = {Aleksandar Anžel and Dominik Heider and Georges Hattab},
keywords = {Bioinformatics, Machine-learning, Visualization, Evaluation, Climate, Comparison, Ai, Data-visualization, Information-visualization, Predictive-analysis, Model-comparison, Climate-model-visualization, Ml-model-evaluation, Taylor-diagram, Mutual-information-diagram, Entropy, Mutual-information, Variation-of-information, Correlation, Medical-data},
abstract = {Objective
Evaluating the performance of multiple complex models, such as those found in biology, medicine, climatology, and machine learning, using conventional approaches is often challenging when using various evaluation metrics simultaneously. The traditional approach, which relies on presenting multi-model evaluation scores in the table, presents an obstacle when determining the similarities between the models and the order of performance.
Methods
By combining statistics, information theory, and data visualization, juxtaposed Taylor and Mutual Information Diagrams permit users to track and summarize the performance of one model or a collection of different models. To uncover linear and nonlinear relationships between models, users may visualize one or both charts.
Results
Our library presents the first publicly available implementation of the Mutual Information Diagram and its new interactive capabilities, as well as the first publicly available implementation of an interactive Taylor Diagram. Extensions have been implemented so that both diagrams can display temporality, multimodality, and multivariate data sets, and feature one scalar model property such as uncertainty. Our library, named polar-diagrams, supports both continuous and categorical attributes.
Conclusion
The library can be used to quickly and easily assess the performances of complex models, such as those found in machine learning, climate, or biomedical domains.}
}
```

---
Expand Down
2 changes: 1 addition & 1 deletion Source/polar_diagrams/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]

name = polar_diagrams
version = 1.0.7
version = 1.1.0
author = Aleksandar Anžel
author_email = [email protected]
description = Interactive Polar Diagrams for Model Comparison
Expand Down

0 comments on commit 58bad78

Please sign in to comment.