What are the steps to train a classifier using sklearn? (v. simple)

a) Import, train, test, predict.
b) Fit, transform, predict, evaluate.
c) Initialize, compile, fit, evaluate.
d) Load, preprocess, train, evaluate.