Skip to content

Commit 6156c10

Browse files
tarockeyeedorenko
authored andcommitted
Updated spelling in code_description.md (#59)
1 parent 9ec5009 commit 6156c10

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/code_description.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@
22

33
### Environment Setup
44

5-
- `environment_setup/requirements.txt` : It consist of list of python packages which are needed by the train.py to run successfully on host agent (locally).
5+
- `environment_setup/requirements.txt` : It consists of a list of python packages which are needed by the train.py to run successfully on host agent (locally).
66

7-
- `environment_setup/install_requirements.sh` : This script prepare the python environment i.e. install the Azure ML SDK and the packages specified in requirements.txt
7+
- `environment_setup/install_requirements.sh` : This script prepares the python environment i.e. install the Azure ML SDK and the packages specified in requirements.txt
88

99
- `environment_setup/iac-*.yml, arm-templates` : Infrastructure as Code piplines to create and delete required resources along with corresponding arm-templates.
1010

11-
- `environment_setup/Dockerfile` : Dockerfile of a building agent containing Python 3.6 and all required packages.
11+
- `environment_setup/Dockerfile` : Dockerfile of a build agent containing Python 3.6 and all required packages.
1212

13-
- `environment_setup/docker-image-pipeline.yml` : An AzDo pipeline building and pushing [microsoft/mlopspython](https://hub.docker.com/_/microsoft-mlops-python) image.
13+
- `environment_setup/docker-image-pipeline.yml` : An AzDo pipeline for building and pushing [microsoft/mlopspython](https://hub.docker.com/_/microsoft-mlops-python) image.
1414

1515
### Pipelines
1616

17-
- `.pipelines/azdo-base-pipeline.yml` : a pipeline template used by ci-build-train pipeline and pr-build-train pipelines. It contains steps performig linting, data and unit testing.
18-
- `.pipelines/azdo-ci-build-train.yml` : a pipeline triggered when the code is merged into **master**. It profrorms linting, data integrity testing, unit testing, building and publishing an ML pipeline.
19-
- `.pipelines/azdo-pr-build-train.yml` : a pipeline triggered when a **pull request** to the **master** branch is created. It profrorms linting, data integrity testing and unit testing only.
17+
- `.pipelines/azdo-base-pipeline.yml` : a pipeline template used by ci-build-train pipeline and pr-build-train pipelines. It contains steps performing linting, data and unit testing.
18+
- `.pipelines/azdo-ci-build-train.yml` : a pipeline triggered when the code is merged into **master**. It performs linting, data integrity testing, unit testing, building and publishing an ML pipeline.
19+
- `.pipelines/azdo-pr-build-train.yml` : a pipeline triggered when a **pull request** to the **master** branch is created. It performs linting, data integrity testing and unit testing only.
2020

2121
### ML Services
2222

@@ -28,7 +28,7 @@
2828

2929
- `code/training/train.py` : a training step of an ML training pipeline.
3030
- `code/evaluate/evaluate_model.py` : an evaluating step of an ML training pipeline.
31-
- `code/evaluate/register_model.py` : registers a new trained model if evaluation shows the new model is more performent than the previous one.
31+
- `code/evaluate/register_model.py` : registers a new trained model if evaluation shows the new model is more performant than the previous one.
3232

3333
### Scoring
3434
- code/scoring/score.py : a scoring script which is about to be packed into a Docker Image along with a model while being deployed to QA/Prod environment.

0 commit comments

Comments
 (0)