Skip to content
Snippets Groups Projects
Commit 9cbcf814 authored by Tor Myklebust's avatar Tor Myklebust
Browse files

Remove commented code in __init__.py.

parent 5e71354c
No related branches found
No related tags found
No related merge requests found
...@@ -18,11 +18,3 @@ ...@@ -18,11 +18,3 @@
""" """
Python bindings for MLlib. Python bindings for MLlib.
""" """
#from pyspark.mllib.regression import LinearRegressionModel, LassoModel, RidgeRegressionModel, LinearRegressionWithSGD, LassoWithSGD, RidgeRegressionWithSGD
#from pyspark.mllib.classification import LogisticRegressionModel, SVMModel, LogisticRegressionWithSGD, SVMWithSGD
#from pyspark.mllib.recommendation import MatrixFactorizationModel, ALS
#from pyspark.mllib.clustering import KMeansModel, KMeans
#
#
#__all__ = ["LinearRegressionModel", "LassoModel", "RidgeRegressionModel", "LinearRegressionWithSGD", "LassoWithSGD", "RidgeRegressionWithSGD", "LogisticRegressionModel", "SVMModel", "LogisticRegressionWithSGD", "SVMWithSGD", "MatrixFactorizationModel", "ALS", "KMeansModel", "KMeans"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment