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
"Threshold for Logistic Regression (Inconsistent behavior)"
For the sake of consistency with other classifiers, I was glad to see this "bug" fixed. However, there is still some weird behavior if the model comes out of a X-validation operator. Take a look at the code below:
- When I use the operator directly I get the expected behavior (Observation is classified as Mine when confidence(Mine)>0.5)
- But when I use it coming out of a X-validation operator something else happens (Observation is classified as Mine when confidence(Mine)>0.383)
Tagged:
1
Answers
Forgot to include the code: