The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
AUC Unknown
Hi!
I'm doing predictive modeling using logistic regression with batch x validation. Everything is working fine I guess except for the AUC value. It shows Unknown as shown in the attached image. I also attached a screenshot of my process for your reference. Thank you!
Tagged:
0
Answers
Hi Emtee,
kind of funny. I yesterday had an internal talk about Batch X-Val .
Are you sure that each fold of X-Val has both classes in it? Otherwise the AUC gets NaN, which might explain it. To check this you can either use breakpoints or use a store with something like ../data/%{a} as a path. %{a} will be replaced with the executions count of this operator (1 in the first iteration, 2 in the second etc). You have then k results in your repo and can check it.
~Martin
Dortmund, Germany
I also has this kind of output and I do not understand your solution advice. Could you please add more details ?
By the way, I am doing classification with decision tree with AdaBoost and using cross validation.
Best Regards,
Özge
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
thanks for explanation ☺️