Revert "try with lab7 files"
Some checks failed
s444018-evaluation/pipeline/head There was a failure building this commit
s444018-training/pipeline/head There was a failure building this commit

This reverts commit dd9aaa10aa.
This commit is contained in:
Szymon Parafiński 2022-06-05 23:46:47 +02:00
parent 0196c8c5a3
commit ae32d73ea1
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ def normalize_gross(imbd_data):
def prepare_dataset():
df = pd.read_csv('data/imdb_top_1000.csv')
df = pd.read_csv('biblioteka_DL/imdb_top_1000.csv')
df = drop_relevant_columns(df)
df_lowercase = lowercase_columns_names(df)
df = data_to_numeric(df_lowercase)

View File

@ -56,7 +56,7 @@ def normalize_gross(imbd_data):
def prepare_dataset():
df = pd.read_csv('data/imdb_top_1000.csv')
df = pd.read_csv('biblioteka_DL/imdb_top_1000.csv')
df = drop_relevant_columns(df)
df_lowercase = lowercase_columns_names(df)
df = data_to_numeric(df_lowercase)