We are also facing the same issue, submitted the job using pyhton with the Args
create_args = {
"training_file": training_id,
"validation_file": validation_id,
"model": "curie",
"compute_classification_metrics": True,
"classification_n_classes": 3
}
Getting errors as shown in the attached screenshot.
With the same training file and validation file the job runs sucessfully from console without the parameters for
"compute_classification_metrics": True,
"classification_n_classes": 3
I appreciate your response.