pes_to_spec
Aim of the project to transform the data from PES to SPEC.
Usage
-
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.
-
inv_eval.py -> Use to evaluate the trained model
-
inv_inference -> Use trained model to do inference on new data point
-
data_drift_check.py -> Check data drift between two datasets