Releases: PANDASANG1231/522_Ramen
Releases · PANDASANG1231/522_Ramen
1.0.0 milestone4
Update ramen_ratings_report.Rmd
Milestone 3
In this release, we write another script, a Makefile, to act as a driver script to rule them all. This script is run in sequence and in appropriate arguments.
0.1.0: Milestone 2
In this release, we managed to finish EDA, data visualization, data modeling, and a report.
We used the OneHotEncoder(), CountVector() to transform the data. With the logistic regression model, we finally get an AUC score of 0.722 on the test dataset and summarize the top 5 good features and also top 5 bad features in our report.
0.0.1: Merge pull request #16 from datallurgy/main
Milestone 1 release.
Key steps:
-) Settle down topics.
-) Data visualization.
-) Script of downloading data.
-) README & License.