Skip to content

Commit af2b338

Browse files
committed
un-commented create_folder and download_data related lines
1 parent 2f475be commit af2b338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

initialize.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def create_model(hyper):
7575

7676
parser.add_argument("--hyper", type=str, default="hyperopt")
7777
args = parser.parse_args()
78-
# create_folders()
79-
# download_data()
78+
create_folders()
79+
download_data()
8080
create_data_processor()
8181
create_model(args.hyper)

0 commit comments

Comments
 (0)