Dockerfile

This commit is contained in:
Mateusz 2024-04-01 17:53:47 +02:00
parent df977d0a53
commit d81c7934f8

View File

@ -91,6 +91,8 @@ def main():
# download_kaggle_dataset() # download_kaggle_dataset()
os.makedirs("data", exist_ok=True) os.makedirs("data", exist_ok=True)
os.system("ls -al")
df = load_data("creditcard.csv") df = load_data("creditcard.csv")
df = normalize_data(df) df = normalize_data(df)