Serena Ruan

Results 126 comments of Serena Ruan

@timpiperseek Could you please try version: 0.10.0-6-4868e8bf-SNAPSHOT to see if the error still exists?

@martamaslankowska Hi please add a resolver of `https://mmlspark.azureedge.net/maven` when you try to install version 0.10.0-6-4868e8bf-SNAPSHOT. A quick sample in pyspark would be like: ``` import pyspark spark = pyspark.sql.SparkSession.builder.appName("MyApp") .config("spark.jars.packages",...

The coordinate is not correct, please use `com.microsoft.azure:synapseml_2.12:0.10.0-6-4868e8bf-SNAPSHOT`. We have been renamed to SynapseML 😃

> Hi @serena-ruan, I have just one more question regarding [this `4868e8bf` fix](https://github.com/microsoft/SynapseML/commit/4868e8bfed15da4d40cad1a910a272bc43bafc92). Are you maybe able to release this version somehow (like a patch version)? Because I'd really like...

> So the above error is gone, but I suspect that something is still wrong when training on large data sets of 100 million plus. But I cannot put a...

> okay so I think I have found the issue on my end. It is all good now Sounds good!

Hi @aidin-zadeh, could you have a quick sanity check to see if the above error only happens when using databricks-connect, or it also happens when running on databricks directly? If...

This looks like a network issue with databricks-connect though, ccould you have another check to see if this only happens for LightgbmRegressor or also for a normal SparkML model, say...

Hey @JMCun, actually I think mlflow.spark.log_model should work with models in our library that extends pyspark.ml.Model, but LightGBMRegressor doesn't follow this rule so it doesn't work (pls try LightGBMRegressionModel it...