Skip to content

Commit 6600a71

Browse files
committed
update note, add grey boarder
1 parent 5c38567 commit 6600a71

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

articles/machine-learning/algorithm-module-reference/execute-python-script.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ def azureml_main(dataframe1 = None, dataframe2 = None):
109109
}
110110
```
111111

112-
After the pipeline is submitted successfully, you can preview the image in the right panel of the module
112+
After the pipeline run is finished, you can preview the image in the right panel of the module
113113

114-
[!div class="mx-imgBorder"]
115-
![Uploaded-image](media/module/upload-image-in-python-script.png)
114+
> [!div class="mx-imgBorder"]
115+
> ![Uploaded-image](media/module/upload-image-in-python-script.png)
116116
117117
## How to configure Execute Python Script
118118

articles/machine-learning/algorithm-module-reference/execute-r-script.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ azureml_main <- function(dataframe1, dataframe2){
9393
}
9494
```
9595

96-
After the pipeline is submitted successfully, you can preview the image in the right panel of the module
96+
After the pipeline run is finished, you can preview the image in the right panel of the module
9797

98-
[!div class="mx-imgBorder"]
99-
![Uploaded-image](media/module/upload-image-in-r-script.png)
98+
> [!div class="mx-imgBorder"]
99+
> ![Uploaded-image](media/module/upload-image-in-r-script.png)
100100
101101
## How to configure Execute R Script
102102

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ This module requires a dataset that contains a column of text, either raw or pre
6767

6868
+ Values in the feature topic matrix will be represented as a probability where `P(word|topic)`.
6969

70-
> **_ATTENTION:_** In Azure Machine Learning designer (preview), because the library that we based, scikit-learn, no longer support unnormalized *doc_topic_distr* output from version 0.19, therefore, in this module, **Normalize** parameter can only be applied to **Feature Topic matrix** output, **Transformed dataset** output is always normalized.
70+
> [!NOTE]
71+
> In Azure Machine Learning designer (preview), because the library that we based, scikit-learn, no longer support unnormalized *doc_topic_distr* output from version 0.19, therefore, in this module, **Normalize** parameter can only be applied to **Feature Topic matrix** output, **Transformed dataset** output is always normalized.
7172
7273
7. Select the option, **Show all options**, and then set it to TRUE if you want to view and then set additional advanced parameters.
7374

0 commit comments

Comments
 (0)