Apply KNN Algorithm to make a Revenue Prediction Model #3
Labels
enhancement
New feature or request
Hard
Points alloted: 300
KSoC’22
This issue/pull request will be considered for KSoC’22
Describe the solution I'd like
Apply K-Nearest Neighbor Algorithm to build a revenue prediction system. Use genre_onehot which is One Hot Encoded version of all genre of movies and also only use the movies whose status == released. Also co-relate it with the budget of the movie.
Describe alternatives you've considered
You can also use Linear Regression Model or Logistic Regression model.
The text was updated successfully, but these errors were encountered: