`
#Saying found inconsistent no’s of sample [154,53]
#It’s diabetes prediction model from kaggle
x_train,x_test,y_train_test=train_test_split(x, y, test_size=0.2`,random_state=42)enter image description here
I tried by changing the random state value but still same error if anyone knows how to resolve it . Pls do it quick within 3 days.
New contributor
Manthan Sarve is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.