Alex Cozzi

Results 7 issues of Alex Cozzi

Running lightgbm on a Mac with apple silicon (M1 chip, aarch64 architecture) fails because of missing native library for the architecture: ``` 22/02/16 10:51:32 ERROR LightGBMRanker: {"uid":"LightGBMRanker_7c727e2d1c9e","className":"class com.microsoft.azure.synapse.ml.lightgbm.LightGBMRanker","method":"train","buildVersion":"0.9.5"} org.apache.spark.SparkException: Job...

when no values in f triggers the generation of "Other" then a warning message is emitted. This is particularly troublesome on very large grouped datasets because you get a warning...

bug
help wanted :heart:

when I quit the scoobi "launcher" program in the CLI gateway machine I quit the launcher but the hadoop job keeps running and I need to go and kill it...

I have a simple multi project configuration in sbt: ``` lazy val core = project .in(file(".")) .settings(commonSettings) lazy val benchmarks = project .dependsOn(core) .settings(commonSettings) .enablePlugins(JmhPlugin) ``` and I have a...

**Note: This ticket is no longer about the errors in this description; it's about the `java.lang.invoke` related errors found in subsequent comments.** I tried the plugin on a project of...

help wanted

The problem exists with jdk > 11, but in jdk 17 the workaround also stops working: [error] OpenJDK 64-Bit Server VM warning: Ignoring option --illegal-access=warn; support was removed in 17.0...

I have an simple multi project configuration ``` lazy val core = project .in(file(".")) .settings(commonSettings) lazy val benchmarks = project .dependsOn(core) .settings(commonSettings) .enablePlugins(JmhPlugin) ``` and I have a dependency where...