Dockerfile

This commit is contained in:
Mateusz 2024-04-01 18:01:31 +02:00
parent 28864b02c9
commit 06855fdd0e

View File

@ -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)