After running the following code logmodel fit X train y train

0 votes

instead of this output i am getting output like this:

how to solve it

Dec 19, 2020 in Machine Learning by saharshsharan
• 120 points
795 views

1 answer to this question.

0 votes

Hi@saharshsharan,

I think this is just a warning. You can disable it also. You can go through the link showing in your output. You will get some examples. Or you can add the below lines in your code.

import warnings
from sklearn.exceptions import ConvergenceWarning
warnings.filterwarnings('ignore', category=ConvergenceWarning)
answered Dec 21, 2020 by MD
• 95,440 points

Related Questions In Machine Learning

0 votes
1 answer

What is the process involved in machine Learning?

Discussing this on a high level, these ...READ MORE

answered May 10, 2019 in Machine Learning by Rhea
1,286 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
+1 vote
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP