Question 255:
You work as a machine learning specialist for a security trading trading firm where you are responsible for building a machine learning model that can predict the price movement of a given stock throughout the trading day. You have produced several models and you now need to select the best model for your machine learning problem. You are using scikit-learn to implement your evaluation process. Which validation technique should you use to determine the best model?
Answer options:
A.k-Fold Cross-Validation (k-Fold CV) using the scikit-learn KFold method B.Leave-one-out Cross-Validation (LOOCV) using the scikit-learn LeaveOneOut method C.Time Series Cross-Validation using the scikit-learn TimeSeriesSplit method D.Bayesian optimization using the scikit-learn BayesianSearchCV method