Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tushuhei authored May 12, 2022
1 parent 572ec50 commit 055535d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def fit(X_train: npt.NDArray[np.bool_],
when calculating AdaBoost's weighted training error.
Returns:
phi (Dict[int, float]): Leanred child classifiers.
phi (Dict[int, float]): Learned child classifiers.
"""
with open(weights_filename, 'w') as f:
f.write('')
Expand Down

0 comments on commit 055535d

Please sign in to comment.