Use the get_error_logs function to retrieve the error logs for failed models generated during the execution of AutoML.
Optional Parameter
- model_name
- Specifies the name of the model for which to retrieve error logs.Permitted values:
- For task_type "Classification" or "Regression": "glm", "svm", "knn", "decision_forest", "xgboost"
- For task_type "Clustering": "kmeans", "gaussianmixture"