aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorTor Myklebust <tmyklebu@gmail.com>2013-12-25 14:12:42 -0500
committerTor Myklebust <tmyklebu@gmail.com>2013-12-25 14:12:42 -0500
commit9cbcf81453a9afca58645969c1bc3ff366392734 (patch)
tree1c6f6db11ce27761fd575e1e216cddc29c64f877 /python
parent5e71354cb7ff758d9a70494ca1788aebea1bbb08 (diff)
downloadspark-9cbcf81453a9afca58645969c1bc3ff366392734.tar.gz
spark-9cbcf81453a9afca58645969c1bc3ff366392734.tar.bz2
spark-9cbcf81453a9afca58645969c1bc3ff366392734.zip
Remove commented code in __init__.py.
Diffstat (limited to 'python')
-rw-r--r--python/pyspark/mllib/__init__.py8
1 files changed, 0 insertions, 8 deletions
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"]