Skip to content

Commit d767fef

Browse files
authored
Fixed typos in canned_estimators.ipynb
Made changes in lines 623 and 692
1 parent bfb373d commit d767fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/en/guide/migrate/canned_estimators.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@
620620
"id": "B1qTdAS-VpXk"
621621
},
622622
"source": [
623-
"Create a TensorFlow dataset. Note that Decision Forests support natively many types of features and do not need pre-processing."
623+
"Create a TensorFlow dataset. Note that Decision Forests natively support many types of features and do not need pre-processing."
624624
]
625625
},
626626
{
@@ -689,7 +689,7 @@
689689
"id": "Z22UJ5SUqToQ"
690690
},
691691
"source": [
692-
"Gradient Boosted Trees is just one of the many decision forests algorithms avaiable in TensorFlow Decision Forests. For example, Random Forests (available as [tfdf.keras.GradientBoostedTreesModel](https://www.tensorflow.org/decision_forests/api_docs/python/tfdf/keras/RandomForestModel) is very resistant to overfitting) while CART (available as [tfdf.keras.CartModel](https://www.tensorflow.org/decision_forests/api_docs/python/tfdf/keras/CartModel)) is great for model interpretation.\n",
692+
"Gradient Boosted Trees is just one of the many decision forests algorithms available in TensorFlow Decision Forests. For example, Random Forests (available as [tfdf.keras.GradientBoostedTreesModel](https://www.tensorflow.org/decision_forests/api_docs/python/tfdf/keras/RandomForestModel) is very resistant to overfitting) while CART (available as [tfdf.keras.CartModel](https://www.tensorflow.org/decision_forests/api_docs/python/tfdf/keras/CartModel)) is great for model interpretation.\n",
693693
"\n",
694694
"In the next example, we train and plot a Random Forest model."
695695
]

0 commit comments

Comments
 (0)