Running PAL 2.0
After configuring the attributes in the
user_configuration.ymlfile, save the file.Open Anaconda Prompt and navigate to the directory where you’ve cloned the repository, i.e., the
run_folderattribute in the YAML file.Make sure that the PAL_env environment is activated
Running the Snakefile:
To perform Bayesian Optimization, run the following command:
snakemake --cores 1 perform_bo
To perform Predictive Inference, run the following command:
snakemake --cores 1 perform_pi
To perform Feature Engineering, run the following command:
snakemake --cores 1 feature_engineering
A text file success.txt would be created in the same directory if the task is performed successfully.