Predicting probabilities using pyGAD #29
Closed
p-suresh-kumar
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
PyGAD only optimizes the model and it has nothing to do with calculating metrics like accuracy or creating the ROC curve. After PyGAD trains the model, then you can use the correct and predicted outputs with other libraries like scikit-learn to calculate the metrics for you. Please let me know if you have any other questions. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to find predict probabilities of a classification model in the pyGAD.
or is there any function in pyGAD to find the ROC curve
Beta Was this translation helpful? Give feedback.
All reactions