# run_experiment.R
# This file contains the main logic for running the conformal prediction experiment,
# including data splitting, model fitting, prediction, and result computation.
# Load functions and setup
source("R/basic_functions.R")
# run_experiment.R
# This file contains the main logic for running the conformal prediction experiment,
# including data splitting, model fitting, prediction, and result computation.
# Load functions and setup
source("R/basic_functions.R")
