Commit 0f7332a9 authored by casey's avatar casey
Browse files

Added nb_epoch function string

parent 8ab94f29
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -161,6 +161,8 @@ class GaussianProcessHyperparamOpt(HyperparamOpt):
      `train_dataset` and `valid_dataset` may have been transformed
      for learning and need the transform to be inverted before
      the metric can be evaluated on a model.
    nb_epoch: int, (default 5)
      Specifies the number of epochs during each iteration of optimization
    use_max: bool, (default True)
      Specifies whether to maximize or minimize `metric`.
      maximization(True) or minimization(False)