Skip to content

Commit ec09412

Browse files
committed
fix typos
1 parent 8214bbb commit ec09412

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/pyspark/mllib/regression.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
__all__ = ['LabeledPoint', 'LinearModel',
2727
'LinearRegressionModel', 'LinearRegressionWithSGD',
2828
'RidgeRegressionModel', 'RidgeRegressionWithSGD',
29-
'LassoModel', 'LassoWithSGD']
29+
'LassoModel', 'LassoWithSGD', 'IsotonicRegressionModel',
30+
'IsotonicRegression']
3031

3132

3233
class LabeledPoint(object):

0 commit comments

Comments
 (0)