Skip to content

Commit

Permalink
updated with a few new steps to help with initial seed and linking of…
Browse files Browse the repository at this point in the history
… repos
  • Loading branch information
drcrook1 committed Apr 5, 2019
1 parent c25ebe9 commit ce7d1cb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
Binary file modified Data Bricks HOL - Presentation.pptx
Binary file not shown.
15 changes: 11 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Data Bricks HOL - Python & Dev Ops
## TODOs
1. Discuss steps regarding zipping this repo and putting into the participant's ADO
2.

## Hands on Lab – Abstract
This hands on lab is designed for the scenario where a team of scientists and engineers are responsible for the development, maintenance and quality of analytical models which are made available to other teams for consumption.
## Infrastructure Set Up
Expand Down Expand Up @@ -359,16 +357,25 @@ Configure Azure Dev Ops Integrations
![alt text](./readme_images/adb_create_notebook.png)

4. Link “train_model.py” file to your Azure Dev Ops repository.
a. Copy the git link from your azure dev ops portal:

a. Copy the git link from your azure dev ops portal:

b. The format of the link will be: https://dev.azure.com/{yourOrg}/{yourproject}/_git/{yourRepository}

![alt text](./readme_images/copy_ado_git_link.png)

b. Paste into the “link” location in the popup for “Git Preferences”

c. Create a new branch. Name it your unique user ID

d. Use “Project_One/notebooks/train_model.py” as the path in git repo.

![alt text](./readme_images/adb_git_link_settings_form.png)

5. Notice that the latest version appears to have imported everything and then deleted it. Revert back to the previous commit. Click on the previous commit and then "Restore this revision".

![alt text](./readme_images/restore_original_commit.png)

# Dev Loop Experience
The dev loop experience encompasses mounting the dev data, exploring that data, training a model; writing the inference code, compiling a dev container; running tests inside the dev container.
## Train the world’s worst regression & Stage for inference coding.
Expand Down
Binary file added readme_images/restore_original_commit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ce7d1cb

Please sign in to comment.