Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ba4669d

Browse files
zaverisanyakaustubhgupta
andauthored
Update Bag of words model/bow.py
Co-authored-by: Kaustubh Gupta <kaustubhgupta1828@gmail.com>
1 parent 5ea692d commit ba4669d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Bag of words model/bow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
cv_dataframe=pd.DataFrame(bow,columns=countVectorizer.get_feature_names())
3131

3232
print("cv_dataframe is below\n",cv_dataframe)
33-
cv_dataframe.to_excel('bowp.xlsx', sheet_name='data')
33+
cv_dataframe.to_excel('./Bag of words model/bowp.xlsx', sheet_name='data')

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /