Searched refs:Evaluable (Results 1 – 7 of 7) sorted by relevance
32 class Evaluable(object): class
39 from tensorflow.contrib.learn.python.learn.evaluable import Evaluable
69 class Estimator(evaluable.Evaluable, trainable.Trainable):
137 TestBaseEstimator, evaluable.Evaluable, trainable.Trainable):144 _check_method_supports_args(evaluable.Evaluable.evaluate, kwargs)
236 if not isinstance(estimator, evaluable.Evaluable):
83 * `Evaluable`, `Trainable`: Not supported, merged into `tf.estimator.Estimator`.
396 class BaseEstimator(sklearn.BaseEstimator, evaluable.Evaluable,