Frank Astier
Results
2
issues of
Frank Astier
Today, intercept terms in `GameEstimator` are handled differently than they are in spark.ml `Predictor.fit`, so that the same `DataFrame` cannot be passed as is to both to produce the same...
While comparing spark.ml and scikit, we realized that Game is using a sum in the loss function computation, but that is not desirable for scaling and numerical stability. We should...