From 9cbcf81453a9afca58645969c1bc3ff366392734 Mon Sep 17 00:00:00 2001 From: Tor Myklebust Date: Wed, 25 Dec 2013 14:12:42 -0500 Subject: Remove commented code in __init__.py. --- python/pyspark/mllib/__init__.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'python') diff --git a/python/pyspark/mllib/__init__.py b/python/pyspark/mllib/__init__.py index e9c62f3410..b1a5df109b 100644 --- a/python/pyspark/mllib/__init__.py +++ b/python/pyspark/mllib/__init__.py @@ -18,11 +18,3 @@ """ 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"] -- cgit v1.2.3