Implementing linear and logistic regression
Refer to the source code provided for this chapter for implementing linear regression. (source code path .../chapter10/...
under each of the folders for the technology)
Using Mahout
Refer to the folder .../mahout/chapter10/linearregressionexample/
.
Refer to the folder .../mahout/chapter10/logisticregressionexample/
.
Using R
Refer to the folder .../r/chapter10/linearregressionexample/
.
Refer to the folder .../r/chapter10/logisticregressionexample/
.
Using Spark
Refer to the folder .../spark/chapter10/linearregressionexample/
.
Refer to the folder .../spark/chapter10/logisticregressionexample/
.
Using scikit-learn
Refer to the folder .../python-scikit-learn/chapter10/linearregressionexample/
Refer to the folder .../python-scikit-learn/chapter10/logisticregressionexample/
Using Julia
Refer to the folder .../julia/chapter10/linearregressionexample/
.
Refer to the folder .../julia/chapter10/logisticregressionexample/
.