Searched refs:BaseEstimator (Results 1 – 4 of 4) sorted by relevance
195 from sklearn.base import BaseEstimator, ClassifierMixin, RegressorMixin, TransformerMixin207 BaseEstimator = _BaseEstimator variable
396 class BaseEstimator(sklearn.BaseEstimator, evaluable.Evaluable, class427 self._config = BaseEstimator._Config()1102 class Estimator(BaseEstimator):1494 class SKCompat(sklearn.BaseEstimator):
309 from tensorflow.contrib.learn.python.learn.estimators.estimator import BaseEstimator
57 that can be used for building signatures. Use the `BaseEstimator.export`109 TF.learn models can use the `BaseEstimator.export` function directly to export.