Skip to content

Commit 400f7bd

Browse files
Updates to TOC and package names
1 parent 5f0dfa7 commit 400f7bd

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

articles/machine-learning/how-to-differential-privacy.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: How to preserve data privacy using Open Differential Privacy package
2+
title: How to preserve data privacy using the WhiteNoise packages
33
titleSuffix: Azure Machine Learning
4-
description: Learn how to apply differential privacy best practices to Azure Machine Learning models by using Open Differential Privacy Python packages.
4+
description: Learn how to apply differential privacy best practices to Azure Machine Learning models by using the WhiteNoise packages.
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: core
@@ -17,7 +17,7 @@ ms.date: 05/17/2020
1717

1818
[!INCLUDE [applies-to-skus](../../includes/aml-applies-to-basic-enterprise-sku.md)]
1919

20-
Learn how to apply differential privacy best practices to Azure Machine Learning models by using the Open Differential Privacy Python packages.
20+
Learn how to apply differential privacy best practices to Azure Machine Learning models by using the WhiteNoise Python packages.
2121

2222
Differential privacy is the gold-standard definition of privacy. Systems that adhere to this definition of privacy provide strong assurances against a wide range of data reconstruction and reidentification attacks, including attacks by adversaries who possess auxiliary information. Learn more about how [differential privacy works](./concept-differential-privacy.md).
2323

@@ -26,7 +26,7 @@ Differential privacy is the gold-standard definition of privacy. Systems that ad
2626
- If you don't have an Azure subscription, create a free account before you begin. Try the [free or paid version of Azure Machine Learning](https://aka.ms/AMLFree) today.
2727
- [Python 3](https://www.python.org/downloads/)
2828

29-
## Install Open Differential Privacy packages
29+
## Install WhiteNoise packages
3030

3131
### Standalone installation
3232

@@ -49,7 +49,7 @@ If the imports succeed, the libraries are installed and ready to use.
4949

5050
### Docker image
5151

52-
You can also use Open Differential Privacy libraries with Docker.
52+
You can also use WhiteNoise packages with Docker.
5353

5454
Pull the `opendp/whitenoise` image to use the libraries inside a Docker container that includes Spark, Jupyter, and sample code.
5555

articles/machine-learning/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,8 @@
261261
- name: Version & track datasets
262262
displayName: data, data set
263263
href: how-to-version-track-datasets.md
264+
- name: Preserve data privacy
265+
displayName: data,privacy,differential privacy
264266
- name: Train models
265267
items:
266268
- name: Use estimators for ML

0 commit comments

Comments
 (0)