Question
What is an Estimator in Spark ML?
Select an option. Your answer will be checked instantly.
Correct Answer: A. A component that fits a model or Transformer from a DataFrame
Explanation:
An Estimator exposes fit() and learns parameters from input data.
The resulting object is usually a Transformer.
Leave a Reply