MemoryError
lrmodel=linear_model.LogisticRegression()
lrmodel.fit(Xtrain,ytrain)
I was trying to run this two lines as a part of Logistic regression . Now the data file is 104 MB. After run the last line in the console i am getting an memory error.
Can you give me any solution ?
Please sign in to leave a comment.

Hi,
The full error text is not visible on your screenshot, but it seems like code/interpreter issue and not related to IDE.
Can you please provide the full code snippet necessary to reproduce the issue?