Overview Training and Tuning#
We will train several regression models to predict the hydrogen bond energy and will also introduce concepts like cross-validation to optimize hyperparameter. The list below provides the information where a detailed explanation of these concepts can be found in subsequent sections:
Metrics to validate the model: linear regression
Cross-validation: linear regression
Optimization of hyperparameters by grid search: polynomial regression
Optimization of hyperparameters by randomized search: regularized linear models
Learning curve: polynomial regression
Identify important features: random forests