Dockerfile
This commit is contained in:
parent
df977d0a53
commit
d81c7934f8
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user