Home | History | Annotate | Download | only in estimators

Lines Matching defs:fit

462   def fit(self,
481 SKCompat(self).fit(x, y, batch_size, steps, max_steps, monitors)
510 """Incremental fit on a batch of samples.
517 fit in memory at the same time. Or when model is taking long time
544 ' for use in a loop. Consider using fit() instead.')
545 return self.fit(
787 This function requires `fit()` has been called.
797 because `fit()` has not been called).
800 raise ValueError('Features information missing, was fit() ever called?')
1091 (depending on data passed to `fit`),
1466 def fit(self, x, y, batch_size=128, steps=None, max_steps=None,
1482 self._estimator.fit(