This commit is contained in:
Alicja Szulecka 2024-04-02 19:29:47 +02:00
parent d8dfda5ada
commit 70cd8d9920
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -1,4 +1,3 @@
import matplotlib.pyplot as plt
import pandas as pd
import kaggle
from sklearn.model_selection import train_test_split