brunocous

Results 10 comments of brunocous

> I want to ask just for clarity purpose that here ,positive and negatives samples refer to overestimation and underestimation , correct? Correct. In the end, I went with just...

Same problem here with the LightGBMRegressor in 1.0.0-rc2, Spark 2.4.5 and Databricks runtime 6.6 ML. Complete garbage predictions in my use case, while rc1 was running fine.

@imatiach-msft I'll see if I can reproduce the error on Databricks with a toy dataset. My specific regression application is a predicting a delay, where 95% of entities are on...

The current release v1.0.0-rc3 still has this issue. The v1.0.0-rc1 version is the latest one without it.

I also would be very interested in (Py)Spark 3.0.0 and Scala 2.12 support. How can we help?

Same problem as in https://github.com/Azure/mmlspark/issues/292. Not fixed yet. Try to play with the number of partitions, and partition key(s). This resulted in 20% utilisation instead of 10%. So still not...

I have found the following piece of code in the `values.yaml`. Will try it now. ```` initContainers: [] ## init containers to run before the Neo4j replica pod e.g. to...

Maybe a pre-lease supporting 2.12 (excluding incompatible dependencies) could be released? Maybe spark 3.0.0 support could also be added to that one?

I'm facing the exact same problem as the original poster of this issue. Still couldn't get it to work.