-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathCITATION.cff
More file actions
42 lines (35 loc) · 1.24 KB
/
Copy pathCITATION.cff
File metadata and controls
42 lines (35 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# ============================================================
# CITATION.cff (How to cite this project)
# ============================================================
# REQ.UNIVERSAL: Professional open projects SHOULD include this file.
# USAGE: See https://citation-file-format.github.io/ for details.
cff-version: "1.2.0"
type: software
message: "If you use this dataset, please cite it as below."
title: "Confusion Matrix Explorer"
version: "1.1.0"
date-released: 2026-07-20
license: "MIT"
authors:
- family-names: Case
given-names: Denise
affiliation: Northwest Missouri State University
orcid: "0000-0001-6165-7389"
repository-code: "https://github.com/denisecase/confusion-matrix-explorer"
url: "https://denisecase.github.io/confusion-matrix-explorer/app/"
abstract: >
Interactive app for exploring how changing the decision threshold
affects confusion matrix metrics in binary classification.
Built with PyShiny, Plotly, and NumPy,
this tool helps users visualize the tradeoffs between
sensitivity, specificity, and other diagnostic metrics.
The code is released under the MIT License.
keywords:
- confusion matrix
- binary classification
- decision threshold
- sensitivity
- specificity
- PyShiny
- Plotly
- NumPy