Message Boards Message Boards

0
|
318 Views
|
3 Replies
|
3 Total Likes
View groups...
Share
Share this post:

Can I save the training progress panel created by Classify[]?

By default, Classify[trainingdata->1,Method->"NeuralNetwork"] generates a panel showing the training progress. The panel disappears when the model is complete. I would like to include the panel in a notebook for a school assignment if that's possible. Can that be done?

POSTED BY: Jay Gourley
3 Replies

If you are interested in the information available in the panel you can get them using

Information[ClassifierFunction[...]]

Thanks, Giulio Alessandrini. That worked.

nn=Clasify[...];
Information[nn]
POSTED BY: Jay Gourley

Follow-up question: The training panel returned by Information[modelname] has different training panels "Learning curve", "Accuracy" and "Learning curves for all algorithms". They can be selected in the notebook after the panel is rendered. Is it possible, to specify which will be displayed by default in a printing of the notebook?

POSTED BY: Jay Gourley
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract