D Cameron Mauch
Results
3
issues of
D Cameron Mauch
We are currently using `"com.microsoft.ml.spark" %% "mmlspark" % "1.0.0-rc1"`, which we are getting from `https://mmlspark.azureedge.net/maven`. I am want to update this version to be compatible with Spark 3 as all...
area/lightgbm
``` scala> case class User(id: Int, name: String) defined class User scala> val bob: User = User(1, "Bob") bob: User = User(1,Bob) scala> pprint.pprintln(bob) User(1, "Bob") scala> pprint.pprintln(bob, showFieldNames =...