dlab-berkeley / Python-Machine-Learning

D-Lab's 6 hour introduction to machine learning in Python. Learn how to perform classification, regression, clustering, and do model selection using scikit-learn in Python.
Other
80 stars 68 forks source link

03_preprocessing fit vs fit_transform vs transform #56

Open leahhrlee opened 1 year ago

leahhrlee commented 1 year ago

We received a lot of questions about fit_transform and transform Having a dedicated section briefly explaining fit vs fit_transform vs transform (or link to a document/article) might be helpful for participants to use them in the future.