Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into Ojas
  • Loading branch information
ojas1901 committed Oct 19, 2023
2 parents 84a8d07 + f836bf9 commit 66a6fe3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
import numpy as np
import string

df = pd.read_csv(
'model/cleaned_data.csv')
df = pd.read_csv('model/cleaned_data.csv')
index_list = df.index.tolist()

client = pymongo.MongoClient('mongodb://localhost:27017')
Expand Down

0 comments on commit 66a6fe3

Please sign in to comment.