Skip to content

Commit 893bdf5

Browse files
committed
fix LDA user guide issue
1 parent 642c43c commit 893bdf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mllib-clustering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ LDA takes the following parameters:
459459
* `checkpointInterval`: If using checkpointing (set in the Spark configuration), this parameter specifies the frequency with which checkpoints will be created. If `maxIterations` is large, using checkpointing can help reduce shuffle file sizes on disk and help with failure recovery.
460460

461461
*Note*: LDA is a new feature with some missing functionality. In particular, it does not yet
462-
support prediction on new documents, and it does not have a Python API. These will be added in the future.
462+
support prediction on new documents, this will be added in the future.
463463

464464
**Examples**
465465

0 commit comments

Comments
 (0)