Skip to content

Commit

Permalink
Update Text_Classification_Random_Forest.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
ananas304 authored Nov 4, 2024
1 parent ac18e32 commit a533696
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
"# Generate the confusion matrix\n",
"cm = confusion_matrix(y_test, prediction, normalize='true')\n",
"\n",
"# Define the class names as per your data\n",
"# Define the class names as per data\n",
"class_names = ['credit_card', 'credit_reporting', 'debt_collection', 'mortgages_and_loans', 'retail_banking']\n"
]
},
Expand Down

0 comments on commit a533696

Please sign in to comment.