def predict_result_report(actual,predict,catetory): print(metrics.classification_report(actual,predict,target_names=catetory))