This project is aimed at predicting salaries using Bayesian regression. It includes a web application for users to input data and obtain salary predictions based on the trained model. This project was developed as a part of our Bayesian Analysis Course at Unimi.
Salary Prediction/: Directory containing the web application files.bayesian_regression.ipynb: Jupyter Notebook containing the Bayesian regression analysis.helpers_model.py: Python script containing helper functions for model training and evaluation.helpers_preprocessing.py: Python script containing helper functions for data preprocessing.
- Clone this repository.
- Install the required dependencies by running
pip install -r requirements.txt. - Execute the code chunks and enjoy.