diff --git a/README.md b/README.md index e63840efbfe3f25708076353705a18bc2f4f888f..09d2ed8b3f0f56ee0dc577a8ad48b77603088742 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,8 @@ This folder contains all the data, jupyter notebook, scripts python used to impr - Exports the evaluation report to a CSV file. -## Content Based -***hackathon_make_predictions.ipynb*** +## Content Based and Hackathon +1. ### ***hackathon_make_predictions.ipynb*** Define a function make_hackathon_prediction that takes feature_method and regressor_method as input. @@ -96,7 +96,7 @@ Converts the predictions into a DataFrame and saves them as a CSV file. It then calls this function with specific parameters and prints the generated predictions. -***content_based.ipynb*** +2. #### ***content_based.ipynb*** 1. ***Feature Extraction Methods*** The system supports the following feature extraction methods: - `genre`: Extracts genres of the movies using TF-IDF vectorization.