Mateusz Garbacz

Results 38 comments of Mateusz Garbacz

@eduardo-lourenco Are you going to still work on this one PR?

Also please have a look what has changed in, just to make sure your PR is aligned #175

@eduardo-lourenco Are you going to still work on this one PR?

Also please have a look what has changed in, just to make sure your PR is aligned #175

@gverbock indeed that would be a nice additional strategy. It requires passing y to the object, so I would start with the simpler strategies first. However, if we decide to...

The main point for doing this iteratively is the following situation A, B, C, D features Correlations A-B 0.95, A-C 0.9, A-D 0.8, B-C 0.95, B-D 0.8, C-D 0.8 Correlated...

Hi, thank you for notifying us about the issue 👍 I tried to reproduce it locally, using the same code, with the only exception that the last line i run:...

Thanks for the additional info, indeed it looks like it can be fixed by implementing the changes proposed by @timvink . Feel free to pick up fixing this issue, by...

That would be great! One request, if you make unit tests for lightgbm please add the following decorator to make sure that these tests are not executed on mac OS,...

Addressing your comments: @timvink - I think the target data can be used as well, since the shift could also appear there. This can be quite simply done by adding...