Skip to content

Commit 7fd96f3

Browse files
authored
Merge pull request #183528 from sdgilley/sdg-ch
update screenshot
2 parents 459a6a1 + 267eb5f commit 7fd96f3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
8.4 KB
Loading

articles/machine-learning/tutorial-power-bi-custom-model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: tutorial
99
ms.author: samkemp
1010
author: samuel100
1111
ms.reviewer: sdgilley
12-
ms.date: 12/11/2020
12+
ms.date: 12/22/2021
1313
---
1414

1515
# Tutorial: Power BI integration - Create the predictive model with a Jupyter Notebook (part 1 of 2)
@@ -225,7 +225,7 @@ def run(data):
225225
return error
226226
```
227227

228-
### Define the custom environment
228+
## Define the custom environment
229229

230230
Next, define the environment to score the model. In the environment, define the Python packages, such as pandas and scikit-learn, that the scoring script (*score.py*) requires.
231231

@@ -249,7 +249,7 @@ environment.python.conda_dependencies = CondaDependencies.create(pip_packages=[
249249
inference_config = InferenceConfig(entry_script='./score.py',environment=environment)
250250
```
251251

252-
### Deploy the model
252+
## Deploy the model
253253

254254
To deploy the model, copy the following code and paste it into a new *code cell* in your notebook:
255255

0 commit comments

Comments
 (0)