rasbt / python-machine-learning-book-3rd-edition

The "Python Machine Learning (3rd edition)" book code repository
https://www.amazon.com/Python-Machine-Learning-scikit-learn-TensorFlow/dp/1789955750/
MIT License
4.6k stars 1.98k forks source link

section 14: AttributeError: module 'tensorflow_estimator.python.estimator.api._v2.estimator' has no attribute 'BoostedTreesRegressor' #170

Open andysingal opened 1 year ago

andysingal commented 1 year ago

Hi Sebastian, I think BoostedTreesRegressor is deprecated i could not find in the documentation.

Screenshot 2023-05-14 at 1 54 13 PM

Looking forward to hearing from you. Thanks, Ankush Singal

rasbt commented 1 year ago

I think it might be https://www.tensorflow.org/decision_forests/api_docs/python/tfdf/keras/GradientBoostedTreesModel now