try
This commit is contained in:
parent
9833b95718
commit
16cadeab66
@ -3,7 +3,7 @@ FROM ubuntu:latest
|
||||
RUN apt-get update && \
|
||||
apt-get install -y python3-pip
|
||||
|
||||
RUN pip3 install --user kaggle pandas scikit-learn sklearn
|
||||
RUN pip3 install --user kaggle pandas scikit-learn
|
||||
|
||||
ENV PATH="/root/.local/bin:${PATH}"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
import sklearn
|
||||
from sklearn.preprocessing import OneHotEncoder
|
||||
from sklearn.model_selection import train_test_split
|
||||
import scikit-learn as sklearn
|
||||
from scikit-learn.preprocessing import OneHotEncoder
|
||||
from scikit-learn.model_selection import train_test_split
|
||||
import pandas as pd
|
||||
import subprocess
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user