Commit e3f14068 authored by casey's avatar casey
Browse files

ウpだて

parent 5aa787ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ class HyperparamOpt(object):
      `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)
    nb_epoch: int, (default 10)
      Specifies the number of training epochs during each iteration of optimization.
    use_max: bool, optional
      If True, return the model with the highest score. Else return
+1 −1
Original line number Diff line number Diff line
@@ -161,7 +161,7 @@ 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)
    nb_epoch: int, (default 10)
      Specifies the number of training epochs during each iteration of optimization.
      Not used by all model types.
    use_max: bool, (default True)
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ class GridHyperparamOpt(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)
    nb_epoch: int, (default 10)
      Specifies the number of training epochs during each iteration of optimization.
      Not used by all model types.
    use_max: bool, optional