save_fit = False model_save_loc = "saved_model" main_data = "D:\Cancer_Project\Team8_Cancer_ML\HNSCC-HN1\\Copy of HEAD-NECK-RADIOMICS-HN1 Clinical data updated July 2020.csv" sec_data = "" test_file = "test_2.csv" target_variables = ["chemotherapy_given","ajcc_stage"] png = False load_dir = "D:\Cancer_Project\\Cancer Imagery\\HNSCC" save_dir = "D:\\Cancer_Project\\converted_img" img_array_save = "D:\Cancer_Project\img_arrays" load_numpy_img = False convert_imgs = False del_converted_imgs = False run_img_model = False two_datasets = False use_additional_test_file = False img_id_name_loc = (3,6) ID_dataset_col = "id" img_dimensions = (512, 512, 3) target_all = False data_save_loc = "D://Cancer_Project//Team8_Cancer_ML//result_graphs" show_figs = False save_figs = False dcmDirect = True num_epochs = 50 useCNN = True