tf-estimator-nightly
TensorFlow Estimator.
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-nightlyuv
uv add tf-estimator-nightlypoetry
poetry add tf-estimator-nightlyInstalling 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
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
tensorflow-estimatorTensorFlow Estimator provides a high-level API…
permissive · top 5,000 on PyPI
tfp-nightlyTensorFlow Probability provides probabilistic…
permissive · top 15,000 on PyPI
tb-nightlyTensorBoard is a web-based visualization suite…
permissive · top 15,000 on PyPI
tensorflow-probabilityTensorFlow Probability provides probabilistic…
permissive · top 5,000 on PyPI
tf-models-nightlyProvides state-of-the-art TensorFlow model…
permissive · top 15,000 on PyPI
tf-keras-nightlyTF-Keras is a pure-TensorFlow implementation of…
permissive · top 5,000 on PyPI
tensorflow-model-optimizationProvides quantization, pruning, and clustering…
permissive · top 15,000 on PyPI
tensorflow-decision-forestsTrains and deploys decision forest models…
permissive · top 15,000 on PyPI
tensorflow-recommendersTensorFlow Recommenders provides a Keras-based…
permissive · top 15,000 on PyPI
tensorflowjsConverts TensorFlow models to TensorFlow.js…
permissive · top 5,000 on PyPI