Dockerfile
This commit is contained in:
parent
28864b02c9
commit
06855fdd0e
@ -91,6 +91,9 @@ def main():
|
|||||||
# download_kaggle_dataset()
|
# download_kaggle_dataset()
|
||||||
os.makedirs("data", exist_ok=True)
|
os.makedirs("data", exist_ok=True)
|
||||||
|
|
||||||
|
os.system("ls -al")
|
||||||
|
os.system("pwd")
|
||||||
|
|
||||||
df = load_data("creditcard.csv")
|
df = load_data("creditcard.csv")
|
||||||
df = normalize_data(df)
|
df = normalize_data(df)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user