Caesar AI Atlas

Estimator

Caesar AI Atlas Definition

An estimator is a software component or API abstraction used to define how a model or transformation is trained. In some frameworks the term refers to a trainable class, while in others it may refer to a deprecated model-building interface.

Other Definitions

Estimator Source

A class in ML.NET that implements the IEstimator<TTransformer> interface.

Estimator Source

A deprecated TensorFlow API. Use tf.keras instead of Estimators.

Related Terms