Laura Cabayol Garcia commited on
Commit
8fdd3c6
·
1 Parent(s): ea27b9e

separate functions

Browse files
Files changed (1) hide show
  1. VitalMetrics/features.py +0 -3
VitalMetrics/features.py CHANGED
@@ -45,6 +45,3 @@ def feature_engineering(df: pd.DataFrame) -> pd.DataFrame:
45
 
46
  return df
47
 
48
-
49
- if __name__ == "__main__":
50
- app()
 
45
 
46
  return df
47