- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 10.9k
Closed as not planned
Labels
feature requestNew feature or requestNew feature or requeststaleOver 90 days of inactivityOver 90 days of inactivity
Description
🚀 The feature, motivation and pitch
Right now, we only support softmax for classification models but sigmoid is equally as prevalent, depending on the usecase. I think the simplest way is just to return the logits and let us handle it ourselves. Alternatively, returning both softmax and sigmoid is probably not too much more computation.
Additional context
Thus, sigmoid is preferred for binary & multi-label classification problems whereas softmax is preferred for multi-class classification problems where we want the model to “pick a class”.
Before submitting a new issue...
- Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or requeststaleOver 90 days of inactivityOver 90 days of inactivity