Skip to main content

Implementation of novel metrics for measuring inter-dataset similarity based on PCA.

Project description

Inter-Dataset Similarity Metric Based on PCA

This document presents the implementation of two novel metrics for measuring inter-dataset similarity based on PCA. These metrics are proposed in our paper, "Metrics for Inter-Dataset Similarity with Example Applications in Synthetic Data and Feature Selection Evaluation". This paper has been accepted to the 2025 SIAM International Conference on Data Mining (SDM).

Jupyter notebooks are provided for the experiments presented in the paper. You can run the code to reproduce the results.

Notebook Description
Pre-Investigation Investigation of general properties of the new metrics
Use Case 1 Examples from the paper for evaluation of synthetic tabular data
- Figure 3 Codebook in different repository due to licencing
- Figure 4 Codebook in different repository to avoid duplicate information
Use Case 2 Experiments from the paper on feature selection evaluation

Installation

You can install the package using pip:

pip install pcametric

Usage

Below is an example of how to use the metrics:

from pcametric import PCAMetric
import pandas as pd 

# Loading the datasets
df1 = pd.read_csv('df1.csv')
df2 = pd.read_csv('df2.csv')

# Setting parameters
num_components = 1
normalization = "precise"
preprocess = "std"

# Calculate the values of the two metrics, namely Difference in Explained Variance and Angle Difference
result, _, _ = PCAMetric(df1, df2, num_components, normalization, preprocess)
edv, ad = result['exp_var_diff'], result['comp_angle_diff']

The Average Angle Difference (AAD) metric is also implemented and can be used as a model-agnostic approach for evaluating the performance of feature selection:

from pcametric import AAD
import pandas as pd 

# Loading the dataset
df = pd.read_csv('df.csv')

#Index of selected features
selected_features = [2, 5, 11, 17, 22, 31, 40] 

# Calculate AAD
aad = AAD(df, selected_features)

It is noteworthy that for all the metrics above, a lower value indicates greater similarity to the actual data.

Citation

If you use our metrics in your research, please cite the original paper:

@inproceedings{rajabinasab2025interdatasetsimilarity,
  title={Metrics for Inter-Dataset Similarity with Example Applications in Synthetic Data and Feature Selection Evaluation},
  author={Rajabinasab, Muhammad and Lautrup, Anton D. and Zimek, Arthur},
  booktitle={Proceedings of the 2025 SIAM International Conference on Data Mining (SDM)},
  pages={TBD},
  year={2025},
  organization={SIAM}
}

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

pcametric-1.0.3.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

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

pcametric-1.0.3-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file pcametric-1.0.3.tar.gz.

File metadata

  • Download URL: pcametric-1.0.3.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.12

File hashes

Hashes for pcametric-1.0.3.tar.gz
Algorithm Hash digest
SHA256 79a8a49db9e2ba009592ca5cee1396c5c59fc47a481eeb19fd5a146a325f8889
MD5 55c78c5d3f7a34d64a019af9ca61d6aa
BLAKE2b-256 9d07140e1d0a2cecc278f00058215b568f4fbf5f77f1428813ced1c08c06e0b5

See more details on using hashes here.

File details

Details for the file pcametric-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: pcametric-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 4.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.10.12

File hashes

Hashes for pcametric-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ec20dc72123daf5b34bf65c71c4d127452a5ad069319c26aaad0e9e0832c23a4
MD5 8a12590b2eeacb9c649882e53d316e26
BLAKE2b-256 05439f3b77bd52622c8a210e1dbe6e559fd20c454f8234991bf98b41c17c7ac6

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