Reputation: 1
can anyone help me with an assignment? It's about doing linear regression from scratch on imdb reviews. the data is really heavy and also, I don't understand the assignment itself really well I did some of it but I have some major problem with implementing the logistic regression from scratch on the data.
Upvotes: -2
Views: 190
Reputation: 363
IMDb seems to have an API https://developer.imdb.com/
Maybe not what you are looking for exactly, but might lead you in the right direction
I also found this datased on kaggle listing movie reviews, also from IMDb.
https://www.kaggle.com/datasets/lakshmi25npathi/imdb-dataset-of-50k-movie-reviews
So IMDb might be a good place to start looking
Upvotes: 0