Skip to content

Part 1: The simplest Hyperparameter Optimzation pipeline

This is a very simple GitLab pipeline that performs hyperparameter optimization. It:

  1. Generates Synthetic Data
  2. Reads hyperparameter options from a yaml file
  3. Runs SKLearns GridSearchCV sequentially
  4. Uploads the results to the MR

Merge request reports

Loading