CompProject# CNN_tools package CNN_tools.CNN_multi_class module MyModel MyModel.conv1 MyModel.bn1 MyModel.act1 MyModel.pool1 MyModel.drop1 MyModel.conv2 MyModel.bn2 MyModel.act2 MyModel.pool2 MyModel.flatten MyModel.fc1 MyModel.fc2 MyModel.accuracy_loss_plot() MyModel.call() MyModel.compile_and_fit() MyModel.load() MyModel.test_roc() MyModel.validation_roc() CNN_tools.CNN_multi_utilities module data_augmentation() import_dataset() train_val_test_split() ML_tools package ML_tools.classifiers module RFPipeline_PCA() RFPipeline_noPCA() SVM_feature_reduction() SVM_simple() ML_tools.feature_extractor module feature_extractor() feature_extractor_par() ML_tools.reading module data_path() ML_tools.score_and_error module performance_scores() main package main.main_DL module main.main_ML module tests package tests.matlab_mock module MockMatlabEngine MockMatlabEngine.connect() tests.fe_test module TestFeatureExtractor TestFeatureExtractor.test_feature_extractor() tests.reading_test module TestDataPath TestDataPath.setUp() TestDataPath.test_data_path()