mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
edit a file path (#295)
This commit is contained in:
+1
-3
@@ -24,9 +24,7 @@ def import_module_from_path(module_name, module_path):
|
||||
|
||||
|
||||
# 1) Preprocess the data
|
||||
data_df = pd.read_csv(
|
||||
"/data/userdata/v-haoranpan/RD-Agent/git_ignore_folder/data/forest-cover-type-prediction/train.csv"
|
||||
)
|
||||
data_df = pd.read_csv("/kaggle/input/train.csv")
|
||||
data_df = data_df.drop(["Id"], axis=1)
|
||||
|
||||
X_train = data_df.drop(["Cover_Type"], axis=1)
|
||||
|
||||
Reference in New Issue
Block a user