--- id: tf-estimator-nightly version: "2.16.0.dev2024012409" license: Apache 2.0 license_treatment: permissive maintenance: abandoned --- # tf-estimator-nightly — TensorFlow Estimator. License: permissive · Maintenance: abandoned · Downloads: 84.4K/mo ## 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 above — 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 pip install tf-estimator-nightly uv add tf-estimator-nightly 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_current - Install friction: low - Maintenance: abandoned - Downloads: 84.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags tensorflow model training api, estimator high-level ml, tensorflow evaluation export, machine learning model lifecycle, tensorflow training framework, neural network training api, model prediction export, abandoned, nightly-build, legacy [View on SkillFed](https://skillfed.io/packages/tf-estimator-nightly) · [View on PyPI](https://pypi.org/project/tf-estimator-nightly/)