When using the classifier MLP I got the following warning,
~/python3.7/site-packages/sklearn/neural_network/_multilayer_perceptron.py:571: ConvergenceWarning: Stochastic Optimizer: Maximum iterations (200) reached and the optimization hasn't converged yet. % self.max_iter, ConvergenceWarning)
This happens for full lightcurve, traini = 'original'
I tried changing the number of layers and increasing max_iter, it did not work.
When using the classifier MLP I got the following warning,
~/python3.7/site-packages/sklearn/neural_network/_multilayer_perceptron.py:571: ConvergenceWarning: Stochastic Optimizer: Maximum iterations (200) reached and the optimization hasn't converged yet. % self.max_iter, ConvergenceWarning)This happens for full lightcurve, traini = 'original'
I tried changing the number of layers and increasing max_iter, it did not work.