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
training set with positive label only
Hello,
I need to use only positive labels in training set, how to do it? (like in SPSS)
I mean I can sign wich records are GOOD, but don't have opposites.
We are using Logistic Regression Model... (after Principal Component Analysis)
We have customers and finding new potencional customers (we don't have non-customers).
Example (fictional)
Thank you very much
I need to use only positive labels in training set, how to do it? (like in SPSS)
I mean I can sign wich records are GOOD, but don't have opposites.
We are using Logistic Regression Model... (after Principal Component Analysis)
We have customers and finding new potencional customers (we don't have non-customers).
Example (fictional)
ID | label | pc_1 | pc_2 | pc_3 | |
1 | 1 | 0.23 | -0.65 | 0.89 | this is my GOOD label |
2 | 0 | -0.15 | 0.32 | 0.62 | I want to ommit this rows (we are faking them) |
3 | 0 | -0.37 | 0.87 | 0.24 | I want to ommit this rows (we are faking them) |
0
Answers
Please let us know about any problems you have.
Best regards,
Marius