Update spark-dataframe.md (#8458)

Fixed mistype
This commit is contained in:
Khazretgali Sapenov 2023-07-04 16:46:10 -07:00 committed by GitHub
parent 1970bcf14e
commit 323b9fd6df

View file

@ -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