Home
last modified time | relevance | path

Searched refs:NotFittedError (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
D_sklearn.py132 class NotFittedError(ValueError, AttributeError): class
199 from sklearn.exceptions import NotFittedError
202 from sklearn.utils.validation import NotFittedError
Destimator.py51 from tensorflow.contrib.learn.python.learn.estimators._sklearn import NotFittedError
896 raise NotFittedError(
961 raise NotFittedError(
1369 raise NotFittedError(
D__init__.py300 from tensorflow.contrib.learn.python.learn.estimators._sklearn import NotFittedError
Destimator_test.py546 with self.assertRaises(learn.NotFittedError):
662 with self.assertRaises(learn.NotFittedError):
664 with self.assertRaises(learn.NotFittedError):