Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
D_sklearn.py195 from sklearn.base import BaseEstimator, ClassifierMixin, RegressorMixin, TransformerMixin
207 BaseEstimator = _BaseEstimator variable
Destimator.py396 class BaseEstimator(sklearn.BaseEstimator, evaluable.Evaluable, class
427 self._config = BaseEstimator._Config()
1102 class Estimator(BaseEstimator):
1494 class SKCompat(sklearn.BaseEstimator):
D__init__.py309 from tensorflow.contrib.learn.python.learn.estimators.estimator import BaseEstimator
/external/tensorflow/tensorflow/contrib/session_bundle/
DREADME.md57 that can be used for building signatures. Use the `BaseEstimator.export`
109 TF.learn models can use the `BaseEstimator.export` function directly to export.