candalfigomoro

Results 40 comments of candalfigomoro

@imatiach-msft Instead of generating the wrappers, because of restrictions on my business laptop, I usually extracted the wrappers from the JAR package that I got through maven. The problem is...

When I try to download version 1.0.0-rc1 through maven coordinates, I get ``` Couldn't download artifact: Missing: com.microsoft.ml.spark:mmlspark_2.11:jar:1.0.0-rc1 ``` (it worked fine with version 0.18.1) @mhamilton723 any hint? P.S. nice...

@mhamilton723 Thank you! If you want to download the JAR, this is the command I used: `mvn dependency:get -DremoteRepositories="https://mmlspark.azureedge.net/maven" -Dartifact="com.microsoft.ml.spark:mmlspark_2.11:1.0.0-rc1"`

I think this would be a huge win in the long term because the code would be much more modular, but I understand the required effort is big

It was proposed by me so I'm a little bit biased Decouple boosting types #3128

GPU binaries release #2263

Enhance parameter tuning guide with more params #2617

Subsampling rows with replacement #1038

Piece-wise linear tree #1315 (also see PR https://github.com/microsoft/LightGBM/pull/3299)