Skip to main content

Calculate case difficulty within datasets

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

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.6.tar.gz (6.6 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.6-py3-none-any.whl (8.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: cdmetrics-0.1.6.tar.gz
  • Upload date:
  • Size: 6.6 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.6.tar.gz
Algorithm Hash digest
SHA256 1fa00b4677cccc5b2bbd65abcbdf8cfc5c020cdad18f9a781f7c98f3d2ecc9b4
MD5 45a69993a91ef5afe6e0e015e8706ad9
BLAKE2b-256 7b0d58ec499f0b844a4a14e823c6d2a6e929b7dd281707feccb1a90aa49aa41a

See more details on using hashes here.

File details

Details for the file cdmetrics-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: cdmetrics-0.1.6-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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 1a01cf326639889703c3f79b275e8c66595910d8344a80828bca2438177c3f9e
MD5 06987b08a58cad3f8ad1d3a1eac3b370
BLAKE2b-256 844ebc4b8120287931bef7ac555a49b3aacbb1b0d4c6f16873b10dafbab3d89b

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