This project performs dimensionality reduction (via autoencoder) on data from the EMOD project, which is a simulation of infectious disease spread in a population. The data is a mix of real-valued and binary features, and the goal is to reduce the dimensionality of the data while preserving the most important information.
git clone https://github.com/your-username/emod_dim_red.git
cd emod_dim_red
# The environment.yml file contains all the necessary dependencies to run this project.
# To create the environment, use the following command:
conda env create -f environment.yml
# This will create a Conda environment with all the specified dependencies.
# 3. Activate the Environment
# After the environment is created, activate it using:
conda activate autoencoder-env
python autoencoder_pipeline.py