Skip to content

Commit

Permalink
update pipeline to include convertNotebooks & fix old usage of MMLSpark
Browse files Browse the repository at this point in the history
  • Loading branch information
serena-ruan committed Oct 19, 2021
1 parent f671050 commit 92c311f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/src/test/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
setup(
name="synapsemltest",
version=0.1,
description="Microsoft ML for Spark Tests",
long_description="Microsoft ML for Apache Spark contains Microsoft's open source " +
description="Synapse Machine Learning Tests",
long_description="SynapseML contains Microsoft's open source " +
"contributions to the Apache Spark ecosystem",
license="MIT",
packages=find_packages(),
Expand Down
6 changes: 6 additions & 0 deletions pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,12 @@ jobs:
inputs:
azureSubscription: 'MMLSpark Build'
keyVaultName: mmlspark-keys
- task: AzureCLI@1
displayName: 'Update website examples with notebooks'
inputs:
azureSubscription: 'MMLSpark Build'
scriptLocation: inlineScript
inlineScript: 'sbt convertNotebooks'
- bash: |
yarn install
git config --global user.name "${GH_NAME}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ModelInterpretability - Snow Leopard Detection
hide_title: true
status: stable
---
## Automated Snow Leopard Detection with Microsoft ML for Apache Spark
## Automated Snow Leopard Detection with Synapse Machine Learning

<img src="https://mmlspark.blob.core.windows.net/graphics/SnowLeopardAD/SLTrust.PNG" width="900" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ModelInterpretability - Snow Leopard Detection
hide_title: true
status: stable
---
## Automated Snow Leopard Detection with Microsoft ML for Apache Spark
## Automated Snow Leopard Detection with Synapse Machine Learning

<img src="https://mmlspark.blob.core.windows.net/graphics/SnowLeopardAD/SLTrust.PNG" width="900" />

Expand Down

0 comments on commit 92c311f

Please sign in to comment.