Merge branch 'master' of https://git.wmi.amu.edu.pl/s444018/ium_444018
This commit is contained in:
commit
b69d7e580e
@ -21,4 +21,7 @@ WORKDIR /app
|
||||
COPY lab2/download.sh .
|
||||
COPY lab2/main.py .
|
||||
|
||||
RUN ls -la
|
||||
RUN chmod +x ./download.sh
|
||||
RUN ls -la
|
||||
RUN ./download.sh
|
@ -38,10 +38,9 @@ def create_train_dev_test():
|
||||
print("\nData test description: ")
|
||||
print(data_test.describe(include="all"))
|
||||
print("\nData dev description: ")
|
||||
print(data_dev.describe(include="all"))
|
||||
|
||||
|
||||
imbd_data = pd.read_csv('../imdb_top_1000.csv')
|
||||
imbd_data = pd.read_csv('imdb_top_1000.csv')
|
||||
|
||||
drop_relevant_columns()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user