Tagged Questions
4
votes
1answer
87 views
Logistic regression without negative samples
I have a data set of RNA reaction values of breast cancer. I want to figure out which RNAs are essential genes by Logistic Regression & LASSO.
The data set has no negative samples. What should I ...
3
votes
0answers
161 views
Softmax regression bias and prior probabilities for unequal classes
I'm using Softmax regression for a multi-class classification problem. I don't have equal prior probabilities for each of the classes.
I know from Logistic Regression (softmax regression with 2 ...