Serena Ruan

Results 126 comments of Serena Ruan

@rrekapalli Sorry for the late reply! It's definitely on the roadmap, and there is an initial PR https://github.com/dotnet/spark/pull/1096 that uses our existing codegen system to auto generate the code. I...

Hi @rrekapalli Sorry for the inconvenience, .NET team has been real busy and hasn't actively responded to our feature requests. We'll reach out to them again offline and see what's...

All tunable parameters for lightgbm are here: https://github.com/Microsoft/LightGBM/blob/master/docs/Parameters.rst#core-parameters @svotaw , @imatiach-msft could you provide more comments here? :)

Hi @DrVajiha You need to run ``` spark = SparkSession.builder.appName("sample").config("spark.jars.packages", "com.microsoft.azure:synapseml_2.12:0.10.2").getOrCreate() ``` with the final action 'getOrCreate' in order to start the spark session. Otherwise it doesn't really download the...