Skip to content

Commit

Permalink
stage-02 update
Browse files Browse the repository at this point in the history
  • Loading branch information
shivpalSW committed Jul 13, 2023
1 parent f1b9ade commit 7c3774b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stage_02_featurization.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def main(config_path, params_path):
df_train = get_df(train_data_path)

train_words = np.array(df_train.text.str.lower().values.astype("U")) ## << U1000
print(train_words[: 10])
print(train_words[: 5])



Expand Down

0 comments on commit 7c3774b

Please sign in to comment.