Programming Homework Help

Richland College Develop a Predictive Model Python Coding Task

 

Your job is to develop a predictive model that can predict whether or not a movie is a Comedy. In order to do so, you need to use the textual features of the movie stories and create your predictive models. There are totally three different files in this project.

1. movie_story_student_file.csv: This file contains the movie stories that should be used by students for model development.

2. movie_story_evaluation_file.csv: This file should NOT be used for model development purposes. Students should only use this file after developing their predictive models and selecting their best final model. They then need to use their best predictive model and predict whether or not the movies in the movie story evaluation file.csv are Comedy.

3. movies.csv: This file contain the movie genres.