Confusing docstring in assignment 2 #194
Labels
assignments
Assignment submissions or anything else related to the assignments
documentation
Improvements or additions to documentation
🏅
1 bonus point
Milestone
build_word_frequencies
function, the type of thelabel
is defined aslist[str]
. However in the unit test, the label is an integer numpy column vectornpt.NDArray[np.int_]
) and eventually an example would help to identify the exact shape of the vectorThe text was updated successfully, but these errors were encountered: