Gurobi / gurobi-machinelearning

Formulate trained predictors in Gurobi models
https://gurobi-machinelearning.readthedocs.io/
Apache License 2.0
202 stars 41 forks source link

Cleanup sklearn's Linear and Logistic Regression #28

Closed pobonomo closed 1 year ago

pobonomo commented 1 year ago

Currently they use the neural network base class.

Historically, because gurobipy.MVar issues there were many tricks that I didn't want to repeat 3 times. Now that gurobipy is fixed it should actually be very easy to do them separately.

It would be cleaner for the output of what we added and naming of variables.

pobonomo commented 1 year ago

This is done