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)