amplab / keystone

Simplifying robust end-to-end machine learning on Apache Spark.
http://keystone-ml.org/
Apache License 2.0
468 stars 116 forks source link

Add Local Least Squares To Least Squares Estimator #259

Open tomerk opened 8 years ago

tomerk commented 8 years ago

The Least Squares Estimator should have the option to use a local least squares solver.

A cost model needs to be built for it, and it needs to be added to the possible options.