tle4336

Results 31 comments of tle4336

@chmduquesne I also checked `solver.getOptions()` but it did not give out any additional info besides the main message coming out of CBC solver.

Is the solver an object such as pulp.PULB_COIN_CMD()? Because of that is the case, my solver.getOptions() did not show such list of options that you are talking about? On Thu,...

@chmduquesne Thank you very much for rigorously testing the initial problem provided!! I highly appreciate it. To your last point: the provided mps file was correct in my case. When...

@chmduquesne So it is not `PULP_CBC_CMD()`, but rather `COIN_CMD()` to invoke the code change in turning off the `presolve`?

So I tried this: NeuralNetMLP(load_mnist('mnist')), but then it gave me this error message: TypeError: only integer scalar arrays can be converted to a scalar index. Did you try running your...

I don't understand what your loader.py is doing. Basically, when I loaded it with load_mnist('mnist'), I got the result: `(array([[0, 0, 0, ..., 0, 0, 0], [0, 0, 0, ...,...

So I was able to fix it now by deleting the entire 'linear =...' line. Now, another problem appears: ImportError: cannot import name 'TextCorrectorModel', when I execute the main file....

@CamDavidsonPilon Thank you very much for your help with my question, really appreciate your help. From your answer, I have two quick clarification questions: 1. Is the mean of categorical-input...

@CamDavidsonPilon Thank you very much for your quick reply. Let me rephrase question 2 by a concrete example: let's say we have `student ID` as one of the categorical-input column,...