João Pedro Martins

Results 21 comments of João Pedro Martins

Here's the version of ray, which seems to be the cause of the error: ```python import ray ray.__version__ '1.0.1.post1' ```

I did an update of ray to '1.11.0' and now the error is different, I think this time related to dependencies to xgboost. In an case, I don't see why...

The error above happens both with xgboost 1.5.2 (latest, just installed) or 1.3.3, which is supposed to be the supported version. If I remove xgboost and xgb_limitdepth from the list...

I have an error: ```python mport xgboost xgboost.__version__ '1.3.3' ``` error: ``` [flaml.automl: 03-23 09:59:07] {2068} INFO - task = regression [flaml.automl: 03-23 09:59:07] {2070} INFO - Data split method:...

Also have this error. Was there ever any solution?

Answering myself -- for me the error was that I was reading from 76 and the device is on 77. Fixed that and it's working fine.

What's the pipeline, could you link to it? PS: the shared link does seem to possibly be the same issue. Have you tried the solution there w/ dotnet core 2.1?

I can try to reproduce it, but need some more info. Could you just give me more info on where you are on the process? I assume you've done the...

Hey @Pradip2205 , could you clarify why commenting the two rows?

Hi, I just did a repro, and the issue I found was that the code in `evaluate_model.py` is looking at `mse`, but the model, trained with lightgbm, only publishes the...