Create the output module for plotting relevant data
Past due by 6 months
60% complete
The output module should have methods that takes the desired MlModels and executes the functions according to the number of inputs. The desired functions for this class are (currently):
- generate heatmap for the given MlModel
- plot the results (label prediction) in a map. Overlay the results from different MlModels.
- confusion matrices
- Bar chart to compare …
The output module should have methods that takes the desired MlModels and executes the functions according to the number of inputs. The desired functions for this class are (currently):
- generate heatmap for the given MlModel
- plot the results (label prediction) in a map. Overlay the results from different MlModels.
- confusion matrices
- Bar chart to compare the overall accuracy, precision, recall, F1 score, and AUC of different models.