Used the algorithm is Stochastic Gradient Descent (SGD). Used the library is pyspark.mllib. Set the step_size=10 and mini_batch_fraction=1, draw the graph for the numIterations. The AUC is the highest ...
This Repo aims to compare performance of Python, Scala and Rust on Moons data with Logistic Regression using Stochastic Gradient Decent. This projects aims to implement a Logistic Regression ...