yxmauw commited on
Commit
a6b62b1
1 Parent(s): 48e7825

Update model_methods.py

Browse files
Files changed (1) hide show
  1. model_methods.py +1 -1
model_methods.py CHANGED
@@ -22,7 +22,7 @@ def predict(new_data):
22
 
23
  # countvectorize new data
24
  # import dataset 'full_post' that has been lemmatized
25
- url = 'https://raw.githubusercontent.com/yxmauw/General_Assembly_Pub/main/project_3/cloud_app/tts.csv'
26
  df = pd.read_csv(url, header=0)
27
 
28
  # train-test-split
 
22
 
23
  # countvectorize new data
24
  # import dataset 'full_post' that has been lemmatized
25
+ url = 'https://huggingface.co/spaces/yxmauw/subreddit-clf-app/raw/main/tts.csv'
26
  df = pd.read_csv(url, header=0)
27
 
28
  # train-test-split