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.
A class in ML.NET that implements the IEstimator<TTransformer> interface.
A deprecated TensorFlow API. Use tf.keras instead of Estimators.