You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small thing. The package supports only torch.nn.linear and torch.nn.ReLU but the documentation says "Decision variables used as input for logistic regression". I think you meant regression.
Also, I noticed you support logistic regressions now. Do you plan to add torch model with sigmoid activation functions later?
The text was updated successfully, but these errors were encountered:
Thanks for reporting the typo. I'll fix it with #313
Regarding logistic regression, we support scikit-learn's logistic regression with two classes currently.
Supporting neural networks with sigmoid activation is something we are thinking about but didn't do so far (adding the model is not very difficult but we will have to see how hard it is to solve then).
Small thing. The package supports only torch.nn.linear and torch.nn.ReLU but the documentation says "Decision variables used as input for logistic regression". I think you meant regression.
Also, I noticed you support logistic regressions now. Do you plan to add torch model with sigmoid activation functions later?
The text was updated successfully, but these errors were encountered: