orange3-recommendation
orange3-recommendation copied to clipboard
New widget to plot the training loss
Usually is a good practice to analyze the evolution of the loss to understand how the model is being optimised. To achieve this, we can either output the loss as an array when the training finish or send it to the chart in a online way, having the possibility to stop the training at any given moment.