From 92d444356704fe613a0a71abe70f800587e6d377 Mon Sep 17 00:00:00 2001 From: jlim201 <109313443+jlim201@users.noreply.github.com> Date: Fri, 27 Jun 2025 11:36:19 -0400 Subject: [PATCH] Update preprocess_data.py --- preprocess_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preprocess_data.py b/preprocess_data.py index c3d3f7d..78a9c5c 100755 --- a/preprocess_data.py +++ b/preprocess_data.py @@ -171,7 +171,7 @@ def check_data(data_set): Path with original OPPORTUNITY zip file :return: """ - print 'Checking dataset {0}'.format(data_set) + print('Checking dataset {0}'.format(data_set)) data_dir, data_file = os.path.split(data_set) # When a directory is not provided, check if dataset is in the data directory if data_dir == "" and not os.path.isfile(data_set):