I am getting Memory Error in the statement MultinomialNB.fit(). Please tell me how can i fix this problem
How can i solve Memory Error?
Hey @HemantKumar, this is due to overflow of the ram memory, Since the size of dataset is quite large, i would recommend to use google colab they provide 25 gb of ram space to you.