Package: tfestimators 1.9.3.9000

Tomasz Kalinowski

tfestimators: Interface to 'TensorFlow' Estimators

Interface to 'TensorFlow' Estimators <https://www.tensorflow.org/guide/estimator>, a high-level API that provides implementations of many different model types including linear models and deep neural networks.

Authors:JJ Allaire [aut], Yuan Tang [aut], Kevin Ushey [aut], Kevin Kuo [aut], Tomasz Kalinowski [cre], Daniel Falbel [ctb, cph], RStudio [cph, fnd], Google Inc. [cph]

tfestimators_1.9.3.9000.tar.gz
tfestimators_1.9.3.9000.zip(r-4.7)tfestimators_1.9.3.9000.zip(r-4.6)tfestimators_1.9.3.9000.zip(r-4.5)
tfestimators_1.9.3.9000.tgz(r-4.6-any)tfestimators_1.9.3.9000.tgz(r-4.5-any)
tfestimators_1.9.3.9000.tar.gz(r-4.7-any)tfestimators_1.9.3.9000.tar.gz(r-4.6-any)
tfestimators_1.9.3.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
tfestimators/json (API)

# Install 'tfestimators' in R:
install.packages('tfestimators', repos = c('https://rstudio.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/rstudio/tfestimators/issues

On CRAN:

Conda:

8.55 score 58 stars 228 scripts 870 downloads 82 exports 46 dependencies

Last updated from:cf55641ca4. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK162
source / vignettesOK221
linux-release-x86_64OK155
macos-release-arm64OK98
macos-oldrel-arm64OK119
windows-develOK106
windows-releaseOK112
windows-oldrelOK87
wasm-releaseOK116

Exports:%>%array_reshapeboosted_trees_classifierboosted_trees_regressorclassifier_parse_example_speccolumn_bucketizedcolumn_categorical_weightedcolumn_categorical_with_hash_bucketcolumn_categorical_with_identitycolumn_categorical_with_vocabulary_filecolumn_categorical_with_vocabulary_listcolumn_crossedcolumn_embeddingcolumn_indicatorcolumn_numericcontainsdnn_classifierdnn_linear_combined_classifierdnn_linear_combined_regressordnn_regressorends_withestimatorestimator_speceval_specevaluateeverythingexport_savedmodelfeature_columnsflag_booleanflag_integerflag_numericflag_stringflagsglimpsegraph_keyshook_checkpoint_saverhook_global_step_waiterhook_history_saverhook_logging_tensorhook_nan_tensorhook_progress_barhook_step_counterhook_stop_at_stephook_summary_saverinput_fninput_layerinstall_tensorflowkeras_model_to_estimatorlast_collatest_checkpointlinear_classifierlinear_regressormatchesmetric_keysmode_keysmodel_dirnum_rangenumpy_input_fnone_ofprediction_keysregressor_parse_example_specrun_configrun_dirscoped_columnssession_run_argssession_run_hookset_columnsshapestarts_withtask_typetensorboardtftf_configtraintrain_and_evaluatetrain_specuse_condaenvuse_pythonuse_virtualenvvariable_namesvariable_valuewith_columns

Dependencies:backportsbase64enccliconfigcpp11crayondplyrforgegenericsglueherehmsjsonlitelatticelifecyclemagrittrMatrixpillarpkgconfigpngprettyunitsprocessxprogresspspurrrR6rappdirsRcppRcppTOMLreticulaterlangrprojrootrstudioapistringistringrtensorflowtfautographtfrunstibbletidyrtidyselectutf8vctrswhiskerwithryaml

Dataset API
Overview | Dataset Preparation | Estimator Construction | Input Function | Training and Evaluation | Learning More

Last update: 2025-08-19
Started: 2018-01-09

Custom Estimators
An Abalone Age Predictor | Setup | Downloading and Loading Abalone CSV Data | Instantiating an Estimator | Constructing the model_fn | Configuring a neural network with feature_column and layers | Defining loss for the model | Defining the training op for the model | The complete abalone model_fn | Running the Abalone Model

Last update: 2021-11-22
Started: 2017-06-25

TensorFlow Layers
Getting Started | Intro to Convolutional Neural Networks | Building the CNN MNIST Classifier | Input Layer | Convolutional Layer #1 | Pooling Layer #1 | Convolutional Layer #2 and Pooling Layer #2 | Dense Layer | Logits Layer | Generate Predictions | Calculate Loss | Configure the Training Op | Add evaluation metrics | Training and Evaluating the CNN MNIST Classifier | Load Training and Test Data | Create the Estimator | Set Up a Logging Hook | Train the Model | Evaluate the Model | Run the Model

Last update: 2021-11-22
Started: 2017-07-11

Estimator Basics
Overview | Canned Estimators | Input Functions | Feature Columns | Creating an Estimator | Training and Prediction | Model Persistence | Generic methods

Last update: 2021-08-06
Started: 2017-07-04

Feature Columns
Overview | Pattern Matching

Last update: 2021-08-06
Started: 2017-05-23

Input Functions
Overview | Data Frame Input | Training vs. Evaluation | Matrix Input | List Input

Last update: 2017-12-05
Started: 2017-05-23

Run Hooks
Overview | Built-in Run Hooks | Custom Run Hooks

Last update: 2017-11-10
Started: 2017-05-23

TensorBoard Visualization
Overview | Examples

Last update: 2017-08-31
Started: 2017-06-12

Parsing Utilities
Overview | Example output of parsing spec | Example usage with a classifier

Last update: 2017-07-23
Started: 2017-07-23

Readme and manuals

Help Manual

Help pageTopics
Boosted Trees Estimatorboosted_trees_classifier boosted_trees_estimators boosted_trees_regressor
Generates Parsing Spec for TensorFlow Example to be Used with Classifiersclassifier_parse_example_spec
Base Documentation for Feature Column Constructorscolumn_base
Construct a Bucketized Columncolumn_bucketized
Construct a Weighted Categorical Columncolumn_categorical_weighted
Represents Sparse Feature where IDs are set by Hashingcolumn_categorical_with_hash_bucket
Construct a Categorical Column that Returns Identity Valuescolumn_categorical_with_identity
Construct a Categorical Column with a Vocabulary Filecolumn_categorical_with_vocabulary_file
Construct a Categorical Column with In-Memory Vocabularycolumn_categorical_with_vocabulary_list
Construct a Crossed Columncolumn_crossed
Construct a Dense Columncolumn_embedding
Represents Multi-Hot Representation of Given Categorical Columncolumn_indicator
Construct a Real-Valued Columncolumn_numeric
Establish a Feature Columns Selection Scopecolumn-scope scoped_columns set_columns with_columns
Deep Neural Networksdnn_classifier dnn_estimators dnn_regressor
Linear Combined Deep Neural Networksdnn_linear_combined_classifier dnn_linear_combined_estimators dnn_linear_combined_regressor
Construct a Custom Estimatorestimator
Define an Estimator Specificationestimator_spec
Base Documentation for Canned Estimatorsestimators
Configuration for the eval component of 'train_and_evaluate'eval_spec
Evaluate an Estimatorevaluate.tf_estimator
Construct an Experimentexperiment
Save an Estimatorexport_savedmodel.tf_estimator
Feature Columnsfeature_columns
Standard Names to Use for Graph Collectionsgraph_keys
Saves Checkpoints Every N Steps or Secondshook_checkpoint_saver
Delay Execution until Global Step Reaches to 'wait_until_step'.hook_global_step_waiter
A Custom Run Hook for Saving Metrics Historyhook_history_saver
Prints Given Tensors Every N Local Steps, Every N Seconds, or at Endhook_logging_tensor
NaN Loss Monitorhook_nan_tensor
A Custom Run Hook to Create and Update Progress Bar During Training or Evaluationhook_progress_bar
Steps per Second Monitorhook_step_counter
Monitor to Request Stop at a Specified Stephook_stop_at_step
Saves Summaries Every N Stepshook_summary_saver
Construct an Input Functioninput_fn input_fn.data.frame input_fn.default input_fn.formula input_fn.list input_fn.matrix
Construct an Input Layerinput_layer
Keras Estimatorskeras_model_to_estimator
Get the Latest Checkpoint in a Checkpoint Directorylatest_checkpoint
Construct a Linear Estimatorlinear_classifier linear_estimators linear_regressor
Canonical Metric Keysmetric_keys
Canonical Mode Keysmode_keys
Model directorymodel_dir
Construct Input Function Containing Python Dictionaries of Numpy Arraysnumpy_input_fn
Plot training historyplot.tf_estimator_history
Generate Predictions with an Estimatorpredict.tf_estimator
Canonical Model Prediction Keysprediction_keys
Generates Parsing Spec for TensorFlow Example to be Used with Regressorsregressor_parse_example_spec
Run Configurationrun_config
Create Session Run Argumentssession_run_args
Create Custom Session Run Hookssession_run_hook
Task Typestask_type
High-level Estimator API in TensorFlow for Rtfestimators-package tfestimators
Train and evaluate the estimator.train_and_evaluate.tf_estimator
Configuration for the train component of 'train_and_evaluate'train_spec
Base Documentation for train, evaluate, and predict.train-evaluate-predict
Train an Estimatortrain.tf_estimator
Get variable names and values associated with an estimatorvariable_names variable_names_values variable_value