avimonda298 / Spark-ML

Worked on diffrent Spark classification and regression algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The spark.mllib package supports various methods for binary classification, multiclass classification, and regression analysis. The table below outlines the supported algorithms for each type of problem.

Binary Classification linear SVMs, logistic regression, decision trees, random forests, gradient-boosted trees, naive Bayes Multiclass Classification logistic regression, decision trees, random forests, naive Bayes Regression linear least squares, Lasso, ridge regression, decision trees, random forests, gradient-boosted trees, isotonic regression

About

Worked on diffrent Spark classification and regression algorithms


Languages

Language:Jupyter Notebook 100.0%