Skip to content

Commit 6055826

Browse files
committed
correct some invalid link
1 parent 8440ed6 commit 6055826

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

articles/machine-learning/algorithm-module-reference/latent-dirichlet-allocation.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This module takes a column of text, and generates these outputs:
2525

2626
+ A transformation, which you can save and reapply to new text used as input
2727

28-
This module uses the scikit-learn library. For more information about scikit-learn, see the [GitHub repository](https://github.com/scikit-learn/scikit-learn) which includes tutorials and an explanation of the algorithm.
28+
This module uses the scikit-learn library. For more information about scikit-learn, see the [GitHub repository, which includes tutorials and an explanation of the algorithm.
2929

3030
### More about Latent Dirichlet Allocation (LDA)
3131

@@ -37,7 +37,7 @@ A generative model can be preferable because it avoids making any strong assumpt
3737

3838
+ The implementation in this module is based on the [scikit-learn library](https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/decomposition/_lda.py) for LDA.
3939

40-
For more information, see the [Technical notes](#bkmk_AboutLDA) section.
40+
For more information, see the [Technical notes](#technical-notes) section.
4141

4242
## How to configure Latent Dirichlet Allocation
4343

@@ -105,13 +105,12 @@ The module has two outputs:
105105

106106
+ **Feature topic matrix**: The leftmost column contains the extracted text feature, and there is a column for each category containing the score for that feature in that category.
107107

108-
For details, see [Example of LDA results](#bkmk_Understanding).
109108

110109
### LDA transformation
111110

112-
This module also outputs the *transformation* that applies LDA to the dataset, as an [ITransform interface](itransform-interface.md).
111+
This module also outputs the *LDA transformation* that applies LDA to the dataset.
113112

114-
You can save this transformation and re-use it for other datasets. This might be useful if you have trained on a large corpus and want to reuse the coefficients or categories.
113+
You can save this transformation by register dataset under **Outputs+logs** tab in the right pane of the module and reuse it for other datasets. This might be useful if you have trained on a large corpus and want to reuse the coefficients or categories.
115114

116115
### Refining an LDA model or results
117116

@@ -137,7 +136,7 @@ The accuracy of models based on LDA can often be improved by using natural langu
137136

138137
+ Named entity recognition
139138

140-
For more information, see [Preprocess Text](preprocess-text.md) and [Named Entity Recognition](named-entity-recognition.md).
139+
For more information, see [Preprocess Text](preprocess-text.md).
141140

142141
In the designer, you can also use R or Python libraries for text processing: [Execute R Script](execute-r-script.md), [Execute Python Script](execute-python-script.md)
143142

0 commit comments

Comments
 (0)