🔥 3-day streak
Databricks Certified Machine Learning Associate118 / 137
Question 118 of 137
A data scientist is building a Spark ML pipeline and needs to combine three numeric columns ('tenure', 'monthly_charges', 'total_charges') into a single 'features' vector column that will feed a LogisticRegression stage. They plan to add a VectorAssembler as one of the pipeline stages. When the pipeline's fit() method is called on the training DataFrame, what happens with respect to the VectorAssembler stage specifically?
Reviewed for accuracy · Report an issueNext question