From 70cd8d99204ba23f887b85e91068881e03da1243 Mon Sep 17 00:00:00 2001 From: Alicja Szulecka <73056579+AliSzu@users.noreply.github.com> Date: Tue, 2 Apr 2024 19:29:47 +0200 Subject: [PATCH] update --- Dockerfile | 1 - IUM_2.py | 1 - 2 files changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7f36b61..88ff7e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ RUN apt install bc RUN pip install kaggle RUN pip install --user pandas RUN pip install --user scikit-learn -RUN pip install --user matplotlib WORKDIR /app diff --git a/IUM_2.py b/IUM_2.py index ba0c5d4..6e5af93 100644 --- a/IUM_2.py +++ b/IUM_2.py @@ -1,4 +1,3 @@ -import matplotlib.pyplot as plt import pandas as pd import kaggle from sklearn.model_selection import train_test_split