Compare commits

...

2 Commits

Author SHA1 Message Date
Alicja Szulecka
dcd281495b Update Dockerfile 2024-04-02 19:30:59 +02:00
Alicja Szulecka
70cd8d9920 update 2024-04-02 19:29:47 +02:00
2 changed files with 2 additions and 5 deletions

View File

@ -3,10 +3,8 @@ FROM ubuntu:latest
RUN apt update && apt install -y python3-pip
RUN apt install unzip
RUN apt install bc
RUN pip install kaggle
RUN pip install --user pandas
RUN pip install --user scikit-learn
RUN pip install --user matplotlib
RUN pip3 install kaggle pandas scikit-learn
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