Pierre Bonami
-
Gurobi Staff
- Total activity 24
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
Comments
Recent activity by Pierre Bonami-
Hi, I am not sure what you want to do but the lines of codes that you show are not supposed to work. The object `ColumnTransformerConstr` stores the data to embed a ColumnTransformer in a Gurobi mo...
-
Hi Vignesh, I am trying to understand what you want to do but it is not clear to me. In your first comment, you said that you want to run the "model" 10 times but then you say you want to embed 10 ...
-
Hi,We actually have an open issue about this in our github repository https://github.com/Gurobi/gurobi-machinelearning/issues/347As I commented there, the mechanics of supporting sigmoid/tanh can b...
-
Hi, Thanks for your interest in Gurobi ML. Sorry to hear that it is taking so long. We sometime had cases where generating the models for random forest or gradient boosting regressions would take s...
-
Hi Vignesh, I am not so familiar with how things are stored in the .h5 format. But if those transformation are not part of the neural network and the Keras model that is created from reading the h5...
-
Hi Othmane, Thanks for your question. It's hard to say why it is very slow. Some models with neural network can indeed be very slow and sometimes it is very hard to find a feasible solution. If you...
-
Hi Vignesh, Yes I could download the network file and reproduce the model. It's indeed very tough to solve. I could at least get some solutions by changing some parameters of Gurobi, namely with o...
-
Hi, To be sure, when you talk about the results for your optimizer with RF model, you are talking after the RF has been computed with sciki-learn. Is your problem solved to an optimal solution by G...
-
Hi, Thanks for your interest. No, this is only available for python for the time being. Best regards, Pierre
-
In the ILP file you have that the variable `Torque_Mill_1_TA` should take an integer value but it is equal to 1943.07, a contradiction. That is why the model is infeasible. As in your initial descr...