when we load training file,it took whole RAM space and after that machine won’t response.
always show error memory full.
How to deal with that?I have followed same procedure as provided in video
MovieRating Challenges
Hey @monika, one way is to use google colab, they will provide you with 25 gb of free ram. Other way is to use sparse matrix. To use sparse matrix, remove .to_array() in count vectorizer fit transform line, rest all code will be same.
HOpe this resolved your doubt.
Plz mark the doubt as resolved in my doubts section. 
1 Like