Skip to content

Commit

Permalink
Little bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Fitzwilliam Darcy authored and Fitzwilliam Darcy committed Jan 27, 2024
1 parent 5527ba3 commit da4412f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/overfitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,5 +386,5 @@ def overfitting(feat, labels, feat_test, labels_test):
#overfitting_naive_bayes(FEAT, LABELS, FEAT_test, LABELS_test)
#overfitting_log_reg(FEAT, LABELS, FEAT_test, LABELS_test)
#overfitting(FEAT, LABELS, FEAT_test, LABELS_test)

None

0 comments on commit da4412f

Please sign in to comment.