Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Add leafCol to RF RandomForestRegressor (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
zero323 committed Sep 15, 2020
1 parent 98d8d7d commit f7fa663
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions third_party/3/pyspark/ml/regression.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ class RandomForestRegressor(
seed: Optional[int] = ...,
numTrees: int = ...,
featureSubsetStrategy: str = ...,
leafCol: str = ...,
minWeightFractionPerNode: float = ...,
weightCol: Optional[str] = ...,
bootstrap: Optional[bool] = ...
Expand All @@ -394,6 +395,7 @@ class RandomForestRegressor(
seed: Optional[int] = ...,
numTrees: int = ...,
featureSubsetStrategy: str = ...,
leafCol: str = ...,
minWeightFractionPerNode: float = ...,
weightCol: Optional[str] = ...,
bootstrap: Optional[bool] = ...
Expand Down

0 comments on commit f7fa663

Please sign in to comment.