You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
something is going wrong with the encoder for MLPClassifier. For example, DuckDuckGeese, train files generate this. Needs further investigation.
Traceback (most recent call last):
File "/gpfs/home/ajb/Code/estimator-evaluation/sktime_estimator_evaluation/experiments/classification_experiments.py", line 187, in
run_experiment(sys.argv)
File "/gpfs/home/ajb/Code/estimator-evaluation/sktime_estimator_evaluation/experiments/classification_experiments.py", line 148, in run_experiment
load_and_run_classification_experiment(
File "/gpfs/home/ajb/.conda/envs/eval/lib/python3.8/site-packages/sktime/benchmarking/experiments.py", line 530, in load_and_run_classification_experiment
run_classification_experiment(
File "/gpfs/home/ajb/.conda/envs/eval/lib/python3.8/site-packages/sktime/benchmarking/experiments.py", line 397, in run_classification_experiment
train_preds = classifier.classes_[np.argmax(train_probs, axis=1)]
TypeError: only integer scalar arrays can be converted to a scalar index
The text was updated successfully, but these errors were encountered:
something is going wrong with the encoder for MLPClassifier. For example, DuckDuckGeese, train files generate this. Needs further investigation.
Traceback (most recent call last):
File "/gpfs/home/ajb/Code/estimator-evaluation/sktime_estimator_evaluation/experiments/classification_experiments.py", line 187, in
run_experiment(sys.argv)
File "/gpfs/home/ajb/Code/estimator-evaluation/sktime_estimator_evaluation/experiments/classification_experiments.py", line 148, in run_experiment
load_and_run_classification_experiment(
File "/gpfs/home/ajb/.conda/envs/eval/lib/python3.8/site-packages/sktime/benchmarking/experiments.py", line 530, in load_and_run_classification_experiment
run_classification_experiment(
File "/gpfs/home/ajb/.conda/envs/eval/lib/python3.8/site-packages/sktime/benchmarking/experiments.py", line 397, in run_classification_experiment
train_preds = classifier.classes_[np.argmax(train_probs, axis=1)]
TypeError: only integer scalar arrays can be converted to a scalar index
The text was updated successfully, but these errors were encountered: