added model evaluation

This commit is contained in:
s464953 2024-05-09 02:20:22 +02:00
parent 0886815c28
commit 63f9975668
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ RUN apt-get update && \
unzip \
&& rm -rf /var/lib/apt/lists/*
RUN pip3 install pandas scikit-learn requests numpy
RUN pip3 install pandas scikit-learn requests numpy matplotlib
WORKDIR /app