CI (Concordance Index)

This section describes CI (Concordance Index) as a metric to evaluate the performance of a continuous prediction model.

What Is CI (Concordance Index)? - CI is a commonly used metric to evaluate the performance of a continuous prediction model.

Given a prediction model and a set of test samples, the CI of the model on the test set is defined below:

where a sample pair (y1, y2) is a concordant pair, if and only if (y1 - y2) has the same sign as (y'1, y'2).

CI can also be expressed as:

where h(x) is a step function:

CI measures how well the predicted value set matches the actual value set in terms of a sorted order. For example, comparing the sorted sequence of predicted values with the sorted sequence of actual values:

Table of Contents

 About This Book

 Deep Playground for Classical Neural Networks

 Building Neural Networks with Python

 Simple Example of Neural Networks

 TensorFlow - Machine Learning Platform

 PyTorch - Machine Learning Platform

 Gradio - ML Demo Platform

 CNN (Convolutional Neural Network)

 RNN (Recurrent Neural Network)

 GNN (Graph Neural Network)

 GAN (Generative Adversarial Network)

Performance Evaluation Metrics

 MSE (Mean Squared Error)

CI (Concordance Index)

 PCC (Pearson Correlation Coefficient)

 References

 Full Version in PDF/EPUB