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
Suitable model for predicting a range-bound label?
Hi,
I am working on a problem where you need to predict percentage loss from a loan-default. I am wondering how it should be modeled:
1. Should no-default (0% loss) be predicted as a binary classification separately, given that it is the most frequent occurrence?
2. if I use linear regression to predict percentage loss, how can I make the label range-bound (0-100)?
Thanks in advance!
~Y
I am working on a problem where you need to predict percentage loss from a loan-default. I am wondering how it should be modeled:
1. Should no-default (0% loss) be predicted as a binary classification separately, given that it is the most frequent occurrence?
2. if I use linear regression to predict percentage loss, how can I make the label range-bound (0-100)?
Thanks in advance!
~Y
0