yxmauw commited on
Commit
071ae5f
1 Parent(s): a6b62b1

Update ML_model.py

Browse files
Files changed (1) hide show
  1. ML_model.py +1 -1
ML_model.py CHANGED
@@ -14,7 +14,7 @@ from sklearn.naive_bayes import MultinomialNB
14
  import pickle
15
 
16
  # import dataset 'full_post' that has been lemmatized
17
- url = 'https://raw.githubusercontent.com/yxmauw/General_Assembly_Pub/main/project_3/cloud_app/tts.csv'
18
  df = pd.read_csv(url, header=0)
19
 
20
  # train-test-split
 
14
  import pickle
15
 
16
  # import dataset 'full_post' that has been lemmatized
17
+ url = 'https://huggingface.co/spaces/yxmauw/subreddit-clf-app/raw/main/tts.csv'
18
  df = pd.read_csv(url, header=0)
19
 
20
  # train-test-split