From 323b9fd6df6c8a03c3b92e6eb322cdc6ed7d463c Mon Sep 17 00:00:00 2001 From: Khazretgali Sapenov Date: Tue, 4 Jul 2023 16:46:10 -0700 Subject: [PATCH] Update spark-dataframe.md (#8458) Fixed mistype --- docs/readthedocs/source/doc/Orca/Howto/spark-dataframe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readthedocs/source/doc/Orca/Howto/spark-dataframe.md b/docs/readthedocs/source/doc/Orca/Howto/spark-dataframe.md index 371a0e7b..a12ae143 100644 --- a/docs/readthedocs/source/doc/Orca/Howto/spark-dataframe.md +++ b/docs/readthedocs/source/doc/Orca/Howto/spark-dataframe.md @@ -37,7 +37,7 @@ train_data, test_data = df.randomSplit([0.8, 0.2], 100) ### 3. Define NCF model -This example defines NCF model in the _Creator Function_ using TensroFlow 2 APIs as follows. +This example defines NCF model in the _Creator Function_ using TensorFlow 2 APIs as follows. ```python from tensorflow import keras