Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yanboliang committed May 4, 2015
1 parent 8214bbb commit ec09412
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/pyspark/mllib/regression.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
__all__ = ['LabeledPoint', 'LinearModel',
'LinearRegressionModel', 'LinearRegressionWithSGD',
'RidgeRegressionModel', 'RidgeRegressionWithSGD',
'LassoModel', 'LassoWithSGD']
'LassoModel', 'LassoWithSGD', 'IsotonicRegressionModel',
'IsotonicRegression']


class LabeledPoint(object):
Expand Down

0 comments on commit ec09412

Please sign in to comment.