Gettting the same output after applying mlp

clf = MLPClassifier(solver=‘lbfgs’, alpha=1e-5,
hidden_layer_sizes=(30,20,10), random_state=1)
This is my code that I am using but I am getting the same outputs everytime. How do I reslove this? And is there anyway we can describe the shape of the output in this problem?

Hey @Sarthak3610,

please save the entire code in IDE and share the link.