Skip to content

amirrr/latent_experiments

Repository files navigation

latent_experiments

Python package for running experiments on latent spaces

Installation

pip install latent-experiments

Usage

import latent_experiments as le


# Run experiments on a simple dataset
outcome_diff_df = le.run_latent_experiments(
    data,
    columns_to_match=columns_to_match,
    outcome_var=outcome_var,
    match_threshold=0.8,
)