DSCKGEC / DSCKGEC/MovieRecommendationSystem
Apply KNN Algorithm to make a Revenue Prediction Model
Open
enhancement
Hard
KSoC’22
- Dominant language
- Jupyter Notebook
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
**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.
Contributor guide
Assessment
This issue has not been assessed yet.