==========================================================================================================================

PYTHON SCRIPTS

==========================================================================================================================

Run the packages script before running other scripts. 

Before running any of the models, run the read_data script and then run the get_scores script. The read data script contains the steps for preprocessing as well. The get_scores script contains a function 
that will return the metrics in the function. 

The EDA script can be run immediately after the packages script as it does not depend on the read_data or get_scores script.

==========================================================================================================================

R SCRITPS

==========================================================================================================================

For the R files only the 'Libraries' script needs to be run before running the other models. 