Skip to main content

Case difficulty metrics

Project description

CDmetrics

Case Difficulty (Instance Hardness) metrics in Python, with three ways to measure the difficulty of individual cases: CDmc, CDdm, and CDpu.

Case Difficulty Metrics

  • Case Difficulty Model Complexity (CDmc)

    • CDmc is based on the complexity of the neural network required for accurate predictions.
  • Case Difficulty Double Model (CDdm)

    • CDdm utilizes a pair of neural networks: one predicts a given case, and the other assesses the likelihood that the prediction made by the first model is correct.
  • Case Difficulty Predictive Uncertainty (CDpu)

    • CDpu evaluates the variability of the neural network's predictions.

Getting Started

CDmetrics employs neural networks to measure the difficulty of individual cases in a dataset. The metrics are tailored to different definitions of prediction difficulty and are designed to perform well across various datasets.

Installation

The package was developed using Python. Below, we provide standard installation instructions and guidelines for using CDmetrics to calculate case difficulty on your own datasets.

For users

pip install CDmetrics

For developers

git clone https://github.com/data-intelligence-for-health-lab/CDmetrics.git

cd CDmetrics

Anaconda environment

We strongly recommend using a separate Python environment. We provide an env file environment.yml to create a conda environment with all required dependencies:

conda env create --file environment.yml

Usage

Each metric requires certain parameters to run.

  • CDmc requires number_of_NNs (the number of neural network models to make predictions):
from CDmetrics import CDmc
CDmc.compute_metric(data, number_of_NNs, target_column)
  • CDdm requires num_folds (the number of folds to divide the data):
from CDmetrics import CDdm
CDdm.compute_metric(data, num_folds, target_column, max_layers, max_units, resources)
  • CDpu requires number_of_predictions (the number of prediction probabilities to generate):
from CDmetrics import CDpu
CDpu.compute_metric(data, target_column, number_of_predictions, max_layers, max_units, resources)

The hyperparameters are tuned using Grid Search with Ray. To change the hyperparameter search space, update the search_space in tune_parameters function in CDmetrics/utils.py.

Guidelines for input dataset

Please follow the recommendations below:

  • The dataset should be preprocessed (scaling, imputation, and encoding must be done before running CDmetrics).
  • Data needs to be passed in a dataframe.
  • Do not include any index column.
  • The target column name must be clearly specified.
  • The metrics only support classification problems with tabular data.

Citation

If you're using CDmetrics in your research or application, please cite our paper:

Kwon, H., Greenberg, M., Josephson, C.B. and Lee, J., 2024. Measuring the prediction difficulty of individual cases in a dataset using machine learning. Scientific Reports, 14(1), p.10474.

@article{kwon2024measuring,
  title={Measuring the prediction difficulty of individual cases in a dataset using machine learning},
  author={Kwon, Hyunjin and Greenberg, Matthew and Josephson, Colin Bruce and Lee, Joon},
  journal={Scientific Reports},
  volume={14},
  number={1},
  pages={10474},
  year={2024},
  publisher={Nature Publishing Group UK London}
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cdmetrics-0.1.4.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

CDmetrics-0.1.4-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

Details for the file cdmetrics-0.1.4.tar.gz.

File metadata

  • Download URL: cdmetrics-0.1.4.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.18

File hashes

Hashes for cdmetrics-0.1.4.tar.gz
Algorithm Hash digest
SHA256 20b4c2af744101f18882fc7862607acae225a3f88a320c37910148366f9944f3
MD5 d96432c73d04d8d7e6d1a8f7a47468f8
BLAKE2b-256 f06f30ec4bff26f407882b34de49d02d783cd8ddd4fba79895c201a8fc70a719

See more details on using hashes here.

File details

Details for the file CDmetrics-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: CDmetrics-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 8.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.18

File hashes

Hashes for CDmetrics-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 bd6f3a0a2f1fa4c3b0ccd697e29affdc6cbd05531e598dcdfc79bffa207a7e1f
MD5 93dc95251fc62249f743b977f4ae2237
BLAKE2b-256 ba83a4f186020e8b5d3bf20bb2b1f207df4c2ee0b089f1e2076df87fab098870

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page