Dockerfile

This commit is contained in:
Mateusz 2024-04-01 16:02:16 +02:00
parent 59d99f36b0
commit 60476e11bb

View File

@ -9,7 +9,6 @@ from sklearn.model_selection import train_test_split
def download_kaggle_dataset(): def download_kaggle_dataset():
os.system("cat ~/.kaggle/kaggle.json")
kaggle = KaggleApi() kaggle = KaggleApi()
kaggle.authenticate() kaggle.authenticate()
kaggle.dataset_download_files("mlg-ulb/creditcardfraud", path="./", unzip=True) kaggle.dataset_download_files("mlg-ulb/creditcardfraud", path="./", unzip=True)