Skip to content

Commit

Permalink
quick debug
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Wang <jasonwang_83@hotmail.com>
  • Loading branch information
memoryz committed Oct 28, 2023
1 parent 813a68d commit be74f7d
Show file tree
Hide file tree
Showing 2 changed files with 667 additions and 665 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ abstract class BaseDiffInDiffEstimator(override val uid: String)
.setLabelCol(getOutcomeCol)
.setFitIntercept(fitIntercept)
.setLoss("squaredError")
.setRegParam(0.0)
.setRegParam(1E-10)

assembler.transform _ andThen regression.fit apply df
}
Expand Down
Loading

0 comments on commit be74f7d

Please sign in to comment.