8000 Update samples metadata (#924) · dotnet/machinelearning-samples@094084a · GitHub
[go: up one dir, main page]

Skip to content

Commit 094084a

Browse files
Update samples metadata (#924)
* Update samples metadata * Update README.md * Updated Azure Functions * Update README.md
1 parent da914ad commit 094084a

File tree

6 files changed

+82
-2
lines changed
  • samples
    • csharp
      • end-to-end-apps/ScalableMLModelOnAzureFunction
      • getting-started/AnomalyDetection_PhoneCalls
    • modelbuilder

6 files changed

+82
-2
lines changed

samples/csharp/end-to-end-apps/ScalableMLModelOnAzureFunction/README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
---
2+
page_type: sample
3+
name: "Deploy an ML.NET machine learning model to Azure Functions"
4+
description: "Deploy an ML.NET machine learning model to an Azure Functions serverless environment"
5+
urlFragment: "mlnet-deploy-serverless-azure-functions"
6+
languages:
7+
- csharp
8+
products:
9+
- dotnet
10+
- dotnet-core
11+
- vs
12+
- azure
13+
- azure-functions
14+
- mlnet
15+
---
16+
117
# Azure Functions Sentiment Analysis Sample
218

319
This sample highlights dependency injection in conjunction with the **.NET Core Integration Package** to build a scalable, serverless Azure Functions application.
@@ -96,4 +112,4 @@ If successful, the output should look similar to the text below:
96112

97113
```text
98114
Negative
99-
```
115+
```

samples/csharp/getting-started/AnomalyDetection_PhoneCalls/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
---
2+
page_type: sample
3+
name: "Detect anomalies in phone call volumes using ML.NET"
4+
description: "Use ML.NET's time series anomaly detection algorithms to detect anomalies in phone call volumes"
5+
urlFragment: "mlnet-time-series-anomaly-detection"
6+
languages:
7+
- csharp
8+
products:
9+
- dotnet
10+
- dotnet-core
11+
- vs
12+
- mlnet
13+
---
14+
115
# Anomaly Detection of Numbers of Phone Calls
216

317
| ML.NET version | API type | Status | App Type | Data type | Scenario | ML Task | Algorithms |

samples/modelbuilder/BinaryClassification_Sentiment_Razor/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
---
2+
page_type: sample
3+
name: "Train a sentiment analysis machine learning model with ML.NET Model Builder"
4+
description: "Train a machine learning model to analyze and classify sentiment using ML.NET Model Builder"
5+
urlFragment: "mlnet-sentiment-analysis-model-builder"
6+
languages:
7+
- csharp
8+
products:
9+
- dotnet
10+
- dotnet-core
11+
- aspnet-core
12+
- vs
13+
- vs-ide
14+
- mlnet
15+
---
16+
117
# Sentiment Analysis: Razor Pages sample optimized for scalability and performance when running/scoring an ML.NET model built with Model Builder (Using the new '.NET Core Integration Package for ML.NET')
218

319

samples/modelbuilder/ImageClassification_Azure_LandUse/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ products:
1010
- dotnet-core
1111
- aspnet-core
1212
- vs
13+
- vs-ide
1314
- windows
1415
- windows-uwp
16+
- mlnet
1517
---
1618

1719
# Image Classification in Azure with Model Builder

samples/modelbuilder/MulticlassClassification_RestaurantViolations/README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
1+
---
2+
page_type: sample
3+
name: "Categorize the severity of restaurant health violations using ML.NET Model Builder"
4+
description: "Train a machine learning model to categorize the severity of restaurant health violations using ML.NET Model Builder"
5+
urlFragment: "mlnet-multiclass-classification-model-builder"
6+
languages:
7+
- csharp
8+
products:
9+
- dotnet
10+
- dotnet-core
11+
- aspnet-core
12+
- vs
13+
- vs-ide
14+
- mlnet
15+
---
16+
117
# Restaurant Violation Inspections
218

319

420
| ML.NET version | Status | App Type | Data type | Scenario | ML Task | Algorithms |
521
|----------------|-------------------------------|-------------|-----------|---------------------|---------------------------|-----------------------------|
6-
| v1.3.1 | Up-to-date | Console App | Single data sample | Issue Classification | Multiclass classification | Linear Classification |
22+
| v1.6.0 | Up-to-date | Console App | Single data sample | Issue Classification | Multiclass classification | Linear Classification |
723

824
For a detailed explanation of how to build this application, see the accompanying [tutorial](https://docs.microsoft.com/en-us/dotnet/machine-learning/tutorials/health-violation-classification-model-builder) on the Microsoft Docs site.
925

samples/modelbuilder/ObjectDetection_StopSigns/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
---
2+
page_type: sample
3+
name: "Train a deep learning object detection model to detect stop signs"
4+
description: "Train a deep learning object detection model to detect stop signs in images"
5+
urlFragment: "mlnet-object-detection-model-builder"
6+
languages:
7+
- csharp
8+
products:
9+
- dotnet
10+
- dotnet-core
11+
- aspnet-core
12+
- vs
13+
- vs-ide
14+
- mlnet
15+
---
16+
117
# Stop Sign Object Detection
218

319
| ML.NET version | Status | App Type | Data type | Scenario | ML Task | Algorithms |

0 commit comments

Comments
 (0)
0