mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-11-01 10:20:00 +00:00
fix file path name
This commit is contained in:
parent
0b176bb1fc
commit
6aff47ba60
@ -13,7 +13,7 @@ from sklearn.dummy import DummyClassifier
|
||||
|
||||
def load_dataframes():
|
||||
df_train = pd.read_csv("train.csv")
|
||||
df_val = pd.read_csv("val.csv")
|
||||
df_val = pd.read_csv("validation.csv")
|
||||
df_test = pd.read_csv("test.csv")
|
||||
|
||||
return df_train, df_val, df_test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user