Question
What is a Transformer in a Spark ML pipeline?
Select an option. Your answer will be checked instantly.
Correct Answer: D. A component that converts one DataFrame into another using an existing model or rule
Explanation:
Transformers add predictions or derived features through transform().
Models and feature-processing stages can both be Transformers.
Leave a Reply