🔥 3-day streak
Databricks Certified Machine Learning Associate107 / 137
Question 107 of 137
A data scientist builds a Spark ML Pipeline consisting of a StringIndexer, a VectorAssembler, and a LogisticRegression estimator. After calling pipeline.fit(trainingDF), they want to persist the fitted result to DBFS so it can be reloaded later for scoring without re-running any training logic. Which object should they save, and how will it behave when reloaded?
Reviewed for accuracy · Report an issueNext question