A basic example of the how the model works with training a dataset is as follows:
Train using anomoly detection dataset and phishing email dataset.
Wait for it to train for 100 epochs as defined.
Predict using the testing dataset for the anamoly detection and phishing email dataset.
Show results of the traning and predicting using a graph of accuracy, precision, recall, and F1 score.
As you can observe that the given metrics are given for numerical values given by prints from the model itself. Furthermore, the metrics are also disayed on a bar graph.