Skip to content

Commit 3aed1ab

Browse files
committed
fix link
1 parent 6fa5e42 commit 3aed1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-r-train-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Create this folder structure for your project:
4444
> [!IMPORTANT]
4545
> All source code goes in the `src` directory.
4646
47-
* The **r-source.R** file is the R script that you adapted to run in production. Make sure you follow the steps to [crate and log your model](how-to-r-modify-script-for-production.md#source-the-r-script.md#crate-your-models-with-the-carrier-package) in this script.
47+
* The **r-source.R** file is the R script that you adapted to run in production. Make sure you follow the steps to [crate and log your model](how-to-r-modify-script-for-production.md#crate-your-models-with-the-carrier-package) in this script.
4848
* The **azureml_utils.R** file is necessary. Use [this source code](how-to-r-modify-script-for-production.md#source-the-azureml_utilsr-helper-script) for the contents of the file.
4949

5050

0 commit comments

Comments
 (0)