Tensorflow 2 migrating estimators

54 Views Asked by At

There are some high level API's in Tensorflow 1 called Estimators. It's a collection of common ML algorithms. However, in the documentation it is stated that Estimators are not recommended for new code.

Where can I find the improved versions of these common ML algorithms? I am specifically interested in:

  • tf.compat.v1.estimator.LinearRegressor
  • tf.compat.v1.estimator.DNNRegressor
  • tf.compat.v1.estimator.DNNLinearCombinedRegressor
0

There are 0 best solutions below