Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Project of Massively Parallel Machine Learning at Technical University of Madrid.

Notifications You must be signed in to change notification settings

lidalei/LinearLogisticRegSpark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear Logistic Regression with Spark

Project of Massively Parallel Machine Learning at UPM 2016 / 2017.

In this Project, Linear Regression and Logistic Regression are implemented based on Spark and Spark SQL.

  • Linear Regression uses Normal Equation and RMSE (Root Mean Squared Error) as a metric.

  • Logistic Regression uses Gradient Descent or Netwon's method and Confusion Matrix as a metric.

  • Implemented Naive and Efficient Cross Validation in Spark.

Presentation

Check the slideshare link linear and logistic regression on spark.

About

Project of Massively Parallel Machine Learning at Technical University of Madrid.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages