diff --git a/python/pyspark/mllib/__init__.py b/python/pyspark/mllib/__init__.py index e9c62f3410733c6803e9d763dcebea56a7050f28..b1a5df109b46edc3e5221401dcadf2d7e248ca74 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"]