Main.py: Script for data pipeline, model training, and evaluation.
The Main.py script accesses the following:
- DataProcessing.py: Contains functions for data processing
- SQLPipeline.py: Class to connect to and read/write from the PostgresSQL database.
- Models.py: Class that contains the logistic regression model and all functions related to training.
- utils.py: Utility functions
App.py: The webapp script. See the documentation for details on running. This script uses a trained model from the Models.py script.