Datas in web project
continuous-integration/drone/push Build is passing Details

master
Hugo LIVET 1 year ago
parent 368e1fc973
commit 9d6bac8c76

File diff suppressed because it is too large Load Diff

@ -25,7 +25,7 @@ def no_split_process():
return X, y
def load_datas():
return pd.read_csv("../../datas/FakeNewsNet.csv")
return pd.read_csv("datas/FakeNewsNet.csv")
def tokenize_datas(df):
le = LabelEncoder()

Loading…
Cancel
Save