# pes_to_spec

Aim of the project to transform the data from PES to SPEC.

# Usage

1. inv_train.py -> Train a model on the specific RUN.
Thish will save the pca model and fit model in experiments/YOUR_DIR/checkpoints and the data in 
experiments/YOUR_DIR/data.

2. inv_eval.py -> Use to evaluate the trained model

3. inv_inference -> Use trained model to do inference on new data point

4. data_drift_check.py  -> Check data drift between two datasets