Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-3181][MLLIB]: Add Robust Regression Algorithm with Huber Estimator #8013

Closed
wants to merge 1 commit into from

Commits on Jan 17, 2016

  1. add RobustRegression and Unit Tests

    add the objective function, and use Params to switch
    
    edit to pass scala style tests
    
    make HasRobustRegression in SharedParamsCodeGen.scala, Make the document more explicitly and make k tunable and default to 1.345 by having another param
    
    UnitTests with Outliers
    
    UnitTests with Outliers
    
    Edit HuberAggregator
    
    scala codestyle
    
    Update LinearRegression.scala
    fjiang6 authored and MechCoder committed Jan 17, 2016
    Configuration menu
    Copy the full SHA
    01601ee View commit details
    Browse the repository at this point in the history