hosa.optimization.hosa.BaseHOSA.predict

BaseHOSA.predict(x, **kwargs)[source]

Predicts the target values using the input data in the best model found.

Parameters
  • x (numpy.ndarray) – Input data.

  • **kwargs – Extra arguments that are used in the TensorFlow’s model predict function. See here.

Returns

numpy.ndarray – Returns an array containing the estimates that were obtained on the best-fitted model found.