Skip to content

Commit

Permalink
fixes the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus-Rosti committed Nov 27, 2024
1 parent f61607b commit 4d49dca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ class IsolationForest(override val uid: String) extends Estimator[IsolationFores

/**
* Validates the input schema and transforms it into the output schema. It validates that the
* input DataFrame has a $(featuresCol) of the correct type. In this case, the output schema is
* identical to the input schema.
* input DataFrame has a $(featuresCol) of the correct type. In this case, the output schema appends
* the output columns to the input schema.
*
* @param schema The schema of the DataFrame containing the data to be fit.
* @return The schema of the DataFrame containing the data to be fit.
Expand Down

0 comments on commit 4d49dca

Please sign in to comment.