skillfed

tf-estimator-nightly

TensorFlow Estimator.

tf-estimator-nightly v2.16.0.dev2024012409 84.4K downloads/30d#14,000 on PyPI297
Permissive license Apache 2.0 Abandoned released

What it is and what it does

TensorFlow Estimator is a high-level API that simplifies machine learning workflows by encapsulating training, evaluation, prediction, and model export into a unified interface. It abstracts away much of the boilerplate code needed to build and deploy models, making it easier for developers to focus on model architecture and data rather than infrastructure.

This is a nightly build from January 2024 of a package that is no longer actively maintained. The repository has been archived, and no new releases have been published in 933 days. While the package itself is permissively licensed, its abandoned status means it will not receive bug fixes, security updates, or compatibility patches. It should be used only if you are maintaining legacy code that depends on this specific version.

Use it for:

  • Training and evaluating classification or regression models with a simplified, high-level API.
  • Exporting trained models for production deployment without writing custom serving code.
  • Building machine learning pipelines where the model lifecycle is managed uniformly.
  • Prototyping machine learning solutions quickly without managing low-level operations.

Worth the install?

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

Provides high-level APIs for training, evaluating, and exporting machine learning models, encapsulating the full model lifecycle.

No. This is an abandoned nightly build from January 2024 with no maintenance or security updates for 933 days. The repository is archived and issues are not tracked separately. For new projects, use the current TensorFlow package. For legacy code, only install if you are pinned to this exact version and cannot upgrade.

Install

tf-estimator-nightly on PyPI

pip

pip install tf-estimator-nightly

uv

uv add tf-estimator-nightly

poetry

poetry add tf-estimator-nightly

Installing tf-estimator-nightly

Before you install

Low install friction with a pure-Python wheel distribution. However, the package is abandoned—the repository was archived after its last commit on 2024-01-23, and no releases have occurred in 933 days. This is a nightly build from early 2024 and should not be used for new projects.

License in practice

Licensed under Apache 2.0 (permissive), which allows commercial and private use with minimal restrictions. No licensing barrier to adoption.

Quickstart

pip install tf-estimator-nightly

from tensorflow_estimator import estimator

# Create and train an estimator
model = estimator.LinearClassifier(feature_columns=features)

Requires Python 3.7 or later. This package is typically installed as part of the main TensorFlow distribution.

Verify before relying

  • Whether this nightly build is compatible with current versions or if it is obsolete.
  • Whether the abandoned repository status means security patches are no longer available.
  • What the actual runtime dependencies are (the fact sheet lists none).
  • Whether this package can be installed and used independently or only as part of TensorFlow.

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 — 933 days since the last release
Last repo commit (repository archived)
First released
Downloads 84,396/month — #14,000 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: tf_estimator_nightly-2.16.0.dev2024012409-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 model training apiestimator high-level mltensorflow evaluation exportmachine learning model lifecycletensorflow training frameworkneural network training apimodel prediction export
abandonednightly-buildlegacy

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

tensorflow-estimator

TensorFlow Estimator provides a high-level API…

permissive · top 5,000 on PyPI

tfp-nightly

TensorFlow Probability provides probabilistic…

permissive · top 15,000 on PyPI

tb-nightly

TensorBoard is a web-based visualization suite…

permissive · top 15,000 on PyPI

tensorflow-probability

TensorFlow Probability provides probabilistic…

permissive · top 5,000 on PyPI

tf-models-nightly

Provides state-of-the-art TensorFlow model…

permissive · 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-decision-forests

Trains and deploys decision forest models…

permissive · top 15,000 on PyPI

tensorflow-recommenders

TensorFlow Recommenders provides a Keras-based…

permissive · top 15,000 on PyPI

tensorflowjs

Converts TensorFlow models to TensorFlow.js…

permissive · top 5,000 on PyPI