Ryan O'Neil
Results
2
issues of
Ryan O'Neil
**Describe the bug** When I formulate a model in python-mip to maximize an objective function and write it to a `.mps` file, the objective coefficients have the wrong sign. **To...
bug
cbc
For scikit-learn and other integrations, I need to be able to do this: ```python nextmv.Parameter( "criterion", str, choices=["squared_error", "friedman_mse", "absolute_error", "poisson"], description="The function to measure the quality of a split.",...