TKINTER, DATA SCIENCE, AND MACHINE LEARNING by Rismon Hasiholan Sianipar

TKINTER, DATA SCIENCE, AND MACHINE LEARNING by Rismon Hasiholan Sianipar

Author:Rismon Hasiholan Sianipar
Language: eng
Format: epub
Tags: Balige Publishing
Publisher: SPARTA PUBLISHING


This method provides a comprehensive visual summary of a model's performance, making it easier to assess both its classification accuracy (through the confusion matrix) and its ability to discriminate between classes (through the ROC curve).

Plotting True Values versus Predicted Values Diagram and Learning Curve

In Helper_Plot class, define a new method named plot_real_pred_val_learning_curve() as follows:

#Plots true values versus predicted values diagram and learning curve

def plot_real_pred_val_learning_curve(self, model, X_train, y_train, X_test, y_test, ypred, name, figure, canvas):

figure.clear()



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.