You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using VotingClassifier and logging out training and validation loss in TensorBoard to find out if my model is overfitting or underfitting. I had to modify the VotingClassifier code to calculate the validation loss and store in the tensorboard logs. Here is my logic which I am using for calculating validation loss. I have changed the logic in voting.py under VotingClassifier..please see line number 28.
Below are my TensorBoard charts..We can see that validation loss is too high even though validation accuracy is very good. I am using cross entropy as criteria and the number of estimators are 10. Can you please let me know if my logic of calculating validation loss is right in VotingClassifier
The text was updated successfully, but these errors were encountered:
Hi,
I am using VotingClassifier and logging out training and validation loss in TensorBoard to find out if my model is overfitting or underfitting. I had to modify the VotingClassifier code to calculate the validation loss and store in the tensorboard logs. Here is my logic which I am using for calculating validation loss. I have changed the logic in voting.py under VotingClassifier..please see line number 28.
Below are my TensorBoard charts..We can see that validation loss is too high even though validation accuracy is very good. I am using cross entropy as criteria and the number of estimators are 10. Can you please let me know if my logic of calculating validation loss is right in VotingClassifier
The text was updated successfully, but these errors were encountered: