scikit-learn.. sklearn?
All checks were successful
s444354-training/pipeline/head This commit looks good
s444354-evaluation/pipeline/head This commit looks good

This commit is contained in:
Adrian Charkiewicz 2022-05-07 03:44:53 +02:00
parent 1b39d1cacb
commit 6cfda35026

View File

@ -12,6 +12,7 @@ RUN pip3 install jovian
RUN pip3 install torch RUN pip3 install torch
RUN pip3 install seaborn RUN pip3 install seaborn
RUN pip3 install torchvision RUN pip3 install torchvision
RUN pip3 install sklearn
# RUN python3 -m pip install kaggle # RUN python3 -m pip install kaggle
RUN python3 -m pip install pandas RUN python3 -m pip install pandas
RUN pip3 install matplotlib RUN pip3 install matplotlib