We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e3b71 commit fdaf26aCopy full SHA for fdaf26a
mllib/src/main/scala/org/apache/spark/ml/Pipeline.scala
@@ -35,7 +35,7 @@ abstract class PipelineStage extends Serializable with Logging {
35
/**
36
* Derives the output schema from the input schema and parameters.
37
*/
38
- private[ml] def transformSchema(schema: StructType, paramMap: ParamMap): StructType
+ protected def transformSchema(schema: StructType, paramMap: ParamMap): StructType
39
40
41
* Derives the output schema from the input schema and parameters, optionally with logging.
0 commit comments