Our Python Group Project is based on Data Analysis of Student Alcohol Consumption from a Kaggle dataset: https://www.kaggle.com/datasets/uciml/student-alcohol-consumption. We used Jupyter Notebook along with VSCode to write the project to find out how certain factors affected student alcohol consumption.
Find out which factors affected alcohol consumption in students.
Stacked Bar Graphs
Histograms
Pie Graphs
Machine Learning
Correlation Heatmap
Machine Learning through Random Forest
Correlation Heatmaps
- Clone the repository onto your machine.
- Have Jupyter Notebook to run the code.
- Make sure you have installed the packages listed in requirements.txt. Some parts of this code will not run correctly without them.
- Make sure all of the files from the repository are in your machine. This includes the main code file along with the student-mat.csv file with the data set.
- Run the program using run all.