skillfed

tensorflow-estimator

TensorFlow Estimator.

tensorflow-estimator v2.15.0 10.1M downloads/30d#1,488 on PyPI297
Permissive license Apache 2.0 Abandoned released

What it is and what it does

TensorFlow Estimator is a high-level API layer built on top of TensorFlow that simplifies machine learning workflows by encapsulating training, evaluation, prediction, and model export into a unified interface. It abstracts away much of the low-level TensorFlow complexity, making it easier for developers to build and deploy models without writing extensive boilerplate code.

The package is distributed as a pure-Python wheel with no direct runtime dependencies listed, though it is designed to be used as part of the TensorFlow ecosystem. According to the description, it is installed automatically when you install the main TensorFlow package. The repository is now archived and abandoned, with the last commit in January 2024, meaning no new features or security updates are being developed.

Use it for:

  • Building and training classification or regression models using pre-built Estimator classes like LinearClassifier or DNNClassifier.
  • Evaluating trained models on test data and generating standard metrics without manual evaluation loops.
  • Exporting trained models for serving in production environments via the Estimator export interface.
  • Rapid prototyping of machine learning pipelines when you need a simpler API than raw TensorFlow operations.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

TensorFlow Estimator provides a high-level API for building and training machine learning models, encapsulating training, evaluation, prediction, and model export workflows.

No—the repository is archived and abandoned as of 2024-01-23, with no active maintenance or security updates. While the package itself has no known vulnerabilities and is permissively licensed, the lack of maintenance means compatibility issues with future Python or TensorFlow releases are likely to go unaddressed. Use the current TensorFlow package's built-in Estimator support instead, or consider modern alternatives if starting a new project.

Install

tensorflow-estimator on PyPI

pip

pip install tensorflow-estimator

uv

uv add tensorflow-estimator

poetry

poetry add tensorflow-estimator

Installing tensorflow-estimator

Before you install

Installation is straightforward as a pure-Python wheel with no runtime dependencies. However, the repository is archived and abandoned as of the last commit on 2024-01-23, meaning no active maintenance or security updates are being released.

License in practice

Licensed under Apache 2.0 (permissive), allowing broad use, modification, and distribution with minimal restrictions—suitable for commercial and open-source projects alike.

Quickstart

pip install tensorflow-estimator==2.15.0

import tensorflow_estimator
# Estimator APIs are typically accessed via the main TensorFlow package
import tensorflow as tf
estimator = tf.estimator.LinearClassifier(feature_columns=[])

TensorFlow itself must be installed separately; this package is a component of the broader TensorFlow ecosystem and does not function standalone.

Verify before relying

  • Whether version 2.15.0 is compatible with current TensorFlow releases and modern Python versions beyond 3.10.
  • Whether the abandoned repository status affects security patching or compatibility with future Python or TensorFlow versions.
  • What the actual runtime dependency chain is when used with a TensorFlow installation.

Package facts

License Apache 2.0 (permissive)
Python support supports the current Python release (>=3.7)
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance abandoned — 1,011 days since the last release
Last repo commit (repository archived)
First released
Downloads 10,050,776/month — #1,488 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: tensorflow_estimator-2.15.0-py2.py3-none-any.whl

Keywords: tensorflow, estimator, tensor, machine, learning

Development Status :: 5 - Production/StableIntended Audience :: DevelopersIntended Audience :: EducationIntended Audience :: Science/ResearchLicense :: OSI Approved :: Apache Software LicenseProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Topic :: Scientific/EngineeringTopic :: Scientific/Engineering :: Artificial IntelligenceTopic :: Scientific/Engineering :: MathematicsTopic :: Software DevelopmentTopic :: Software Development :: LibrariesTopic :: Software Development :: Libraries :: Python Modules

Tags

tensorflow estimator apihigh-level machine learning trainingestimator model training exporttensorflow model evaluation predictionsimplified tensorflow workflows
archived-repotensorflow-component

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

azureml-train-core

Provides estimator classes for training machine…

unclear · top 15,000 on PyPI

tf-keras-nightly

TF-Keras is a pure-TensorFlow implementation of…

permissive · top 5,000 on PyPI

tensorflow-model-optimization

Provides quantization, pruning, and clustering…

permissive · top 15,000 on PyPI

tensorflow-probability

TensorFlow Probability provides probabilistic…

permissive · top 5,000 on PyPI

tensorflow-recommenders

TensorFlow Recommenders provides a Keras-based…

permissive · top 15,000 on PyPI

diastatic-malt

DiastaticMalt performs source-to-source…

permissive · top 15,000 on PyPI

tensorboard

TensorBoard is a web-based visualization suite…

permissive · top 1,000 on PyPI

tb-nightly

TensorBoard is a web-based visualization suite…

permissive · top 15,000 on PyPI

tensorflow-cpu

TensorFlow CPU provides a machine learning and…

permissive · top 5,000 on PyPI

tensorflowjs

Converts TensorFlow models to TensorFlow.js…

permissive · top 5,000 on PyPI