{
  "_comment": "Bring your own train and evaluation sets. With eval_path set there is no train/test split at all: the whole dataset_path file trains, and eval_path does the scoring. Leave n_samples out to use every row.",
  "dataset_path": "data/imld_two_moons.csv",
  "eval_path": null,
  "scaler": "minmax",
  "method": "qsvm",
  "feature_map": "zz",
  "reps": 2,
  "kernel_backend": "exact"
}
