Skip to content

Commit 6d13459

Browse files
authored
1 parent 34d7dc3 commit 6d13459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning/xgboostclassifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def main() -> None:
4141
# Display Confusion Matrix of Classifier
4242
# with both train and test sets
4343
plot_confusion_matrix(
44-
classifier,
44+
xgb,
4545
x_test,
4646
y_test,
4747
display_labels=names,

0 commit comments

Comments
 (0)