UBC-MDS / DSCI_522_group09_Wine_Quality_Predictor

A machine learning pipeline for classification and prediction of wine quality based on relevant features
https://ubc-mds.github.io/DSCI_522_group09_Wine_Quality_Predictor/index.html
MIT License
4 stars 6 forks source link

Adding the EDA file #28

Closed paradise1260 closed 2 years ago

paradise1260 commented 2 years ago

Luming and I worked on this EDA file and I am creating this pull request to merge that with the repo.

GloriaWYY commented 2 years ago

Feel it is better to have an overview/summary of the data. Can we do train_df.info() and train_df.describe() along with the words saying there is no missing value etc.

paradise1260 commented 2 years ago

Well, we added that info to the EDA, but the result was not that beautiful and we thought that it would be better to just remove it since we had a couple of tables and figures.