cutpointpy 1.0.0__tar.gz → 1.0.0.post1.dev1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cutpointpy-1.0.0/src/cutpointpy.egg-info → cutpointpy-1.0.0.post1.dev1}/PKG-INFO +2 -2
- {cutpointpy-1.0.0 → cutpointpy-1.0.0.post1.dev1}/README.md +1 -1
- {cutpointpy-1.0.0 → cutpointpy-1.0.0.post1.dev1/src/cutpointpy.egg-info}/PKG-INFO +2 -2
- {cutpointpy-1.0.0 → cutpointpy-1.0.0.post1.dev1}/src/cutpointpy.egg-info/scm_version.json +2 -2
- {cutpointpy-1.0.0 → cutpointpy-1.0.0.post1.dev1}/LICENSE +0 -0
- {cutpointpy-1.0.0 → cutpointpy-1.0.0.post1.dev1}/pyproject.toml +0 -0
- {cutpointpy-1.0.0 → cutpointpy-1.0.0.post1.dev1}/setup.cfg +0 -0
- {cutpointpy-1.0.0 → cutpointpy-1.0.0.post1.dev1}/src/cutpointpy/__init__.py +0 -0
- {cutpointpy-1.0.0 → cutpointpy-1.0.0.post1.dev1}/src/cutpointpy/core.py +0 -0
- {cutpointpy-1.0.0 → cutpointpy-1.0.0.post1.dev1}/src/cutpointpy/utils.py +0 -0
- {cutpointpy-1.0.0 → cutpointpy-1.0.0.post1.dev1}/src/cutpointpy.egg-info/SOURCES.txt +0 -0
- {cutpointpy-1.0.0 → cutpointpy-1.0.0.post1.dev1}/src/cutpointpy.egg-info/dependency_links.txt +0 -0
- {cutpointpy-1.0.0 → cutpointpy-1.0.0.post1.dev1}/src/cutpointpy.egg-info/requires.txt +0 -0
- {cutpointpy-1.0.0 → cutpointpy-1.0.0.post1.dev1}/src/cutpointpy.egg-info/scm_file_list.json +0 -0
- {cutpointpy-1.0.0 → cutpointpy-1.0.0.post1.dev1}/src/cutpointpy.egg-info/top_level.txt +0 -0
- {cutpointpy-1.0.0 → cutpointpy-1.0.0.post1.dev1}/tests/common.py +0 -0
- {cutpointpy-1.0.0 → cutpointpy-1.0.0.post1.dev1}/tests/test_auc.py +0 -0
- {cutpointpy-1.0.0 → cutpointpy-1.0.0.post1.dev1}/tests/test_cm.py +0 -0
- {cutpointpy-1.0.0 → cutpointpy-1.0.0.post1.dev1}/tests/test_cm_performance_metrics.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cutpointpy
|
|
3
|
-
Version: 1.0.0
|
|
3
|
+
Version: 1.0.0.post1.dev1
|
|
4
4
|
Summary: Optimal cut-point calculation of a predictor variable for binary classification tasks
|
|
5
5
|
Author-email: Francesco Bianconi <bianco@ieee.org>
|
|
6
6
|
License-Expression: GPL-3.0-or-later
|
|
@@ -45,4 +45,4 @@ We recommend the following [marimo](https://marimo.io/) notebooks to get started
|
|
|
45
45
|
2. Hassanzad M., Hajian-Tilaki K. [Methods of determining optimal cut-point of diagnostic biomarkers with application of clinical data in ROC analysis: an update review](https://doi.org/10.1186/s12874-024-02198-2) (2024) BMC Medical Research Methodology, 24(1), art. no. 84
|
|
46
46
|
|
|
47
47
|
## Contacts
|
|
48
|
-
[Francesco Bianconi](www.bianconif.net) - [bianco@ieee.org](mailto:bianco@ieee.org).
|
|
48
|
+
[Francesco Bianconi](https://www.bianconif.net) - [bianco@ieee.org](mailto:bianco@ieee.org).
|
|
@@ -29,4 +29,4 @@ We recommend the following [marimo](https://marimo.io/) notebooks to get started
|
|
|
29
29
|
2. Hassanzad M., Hajian-Tilaki K. [Methods of determining optimal cut-point of diagnostic biomarkers with application of clinical data in ROC analysis: an update review](https://doi.org/10.1186/s12874-024-02198-2) (2024) BMC Medical Research Methodology, 24(1), art. no. 84
|
|
30
30
|
|
|
31
31
|
## Contacts
|
|
32
|
-
[Francesco Bianconi](www.bianconif.net) - [bianco@ieee.org](mailto:bianco@ieee.org).
|
|
32
|
+
[Francesco Bianconi](https://www.bianconif.net) - [bianco@ieee.org](mailto:bianco@ieee.org).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cutpointpy
|
|
3
|
-
Version: 1.0.0
|
|
3
|
+
Version: 1.0.0.post1.dev1
|
|
4
4
|
Summary: Optimal cut-point calculation of a predictor variable for binary classification tasks
|
|
5
5
|
Author-email: Francesco Bianconi <bianco@ieee.org>
|
|
6
6
|
License-Expression: GPL-3.0-or-later
|
|
@@ -45,4 +45,4 @@ We recommend the following [marimo](https://marimo.io/) notebooks to get started
|
|
|
45
45
|
2. Hassanzad M., Hajian-Tilaki K. [Methods of determining optimal cut-point of diagnostic biomarkers with application of clinical data in ROC analysis: an update review](https://doi.org/10.1186/s12874-024-02198-2) (2024) BMC Medical Research Methodology, 24(1), art. no. 84
|
|
46
46
|
|
|
47
47
|
## Contacts
|
|
48
|
-
[Francesco Bianconi](www.bianconif.net) - [bianco@ieee.org](mailto:bianco@ieee.org).
|
|
48
|
+
[Francesco Bianconi](https://www.bianconif.net) - [bianco@ieee.org](mailto:bianco@ieee.org).
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cutpointpy-1.0.0 → cutpointpy-1.0.0.post1.dev1}/src/cutpointpy.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|