antonbol commited on
Commit
5a45d93
1 Parent(s): 9163b5a

added debug print

Browse files
Files changed (1) hide show
  1. feature_engineering.py +3 -3
feature_engineering.py CHANGED
@@ -42,9 +42,9 @@ def feat_eng(df):
42
  import hopsworks
43
 
44
  # Load the data_frame
45
- df = pd.read_csv(
46
- "https://raw.githubusercontent.com/ID2223KTH/id2223kth.github.io/master/assignments/lab1/titanic.csv"
47
- )
48
 
49
  # Drop features and NaNs
50
  df.drop(["Ticket"], axis=1, inplace=True)
 
42
  import hopsworks
43
 
44
  # Load the data_frame
45
+ # df = pd.read_csv(
46
+ # "https://raw.githubusercontent.com/ID2223KTH/id2223kth.github.io/master/assignments/lab1/titanic.csv"
47
+ # )
48
 
49
  # Drop features and NaNs
50
  df.drop(["Ticket"], axis=1, inplace=True)