SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Use Data Attribute Recommendation to Classify Records, Delete Model and Dataset

Classify data records you uploaded to Data Attribute Recommendation using your machine learning model.

Overview

🎓 beginner 15 min. Machine LearningBeginnerArtificial IntelligenceCloudSAP Business Technology PlatformSAP Ai ServicesData Attribute Recommendation

You will learn

  • โœ”How to classify records using your Data Attribute Recommendation machine learning model
  • โœ”How to undeploy and delete your model
  • โœ”How to delete datasets and dataset schemas
Juliana Morais J Juliana Morais December 11, 2023
Created by November 26, 2019
Contributors

Prerequisites

Steps

Intro

Based on your deployed machine learning model you can now classify records. For more information, see Data Attribute Recommendation help portal documentation. For further definition of specific terms, see Concepts.

Business Use Case: After you upload data and train a machine learning model using Data Attribute Recommendation, you will be able to classify the product data. In this tutorial, you will focus on product data classification, including options to undeploy the model, delete dataset and dataset schemas.


Step 1 Classify records
โ€”

To classify records, you need to send an inference request to your model.

Open Postman and make sure that your Data Attribute Recommendation environment is selected.

Expand the subfolder Classify Records and select the request Send inference request. Click on the Body tab to see the sample data that you will send to the service.

The sample data is a list of products and their product information, including description, manufacturer and price. Based on these information three levels of product categories shall be predicted by the service.

Click Send to send an inference request to your model.

Inference Request
Inference Request

In the response, you find the predictions of the model. This includes the values that are predicted for each level of product category for each product that was sent to the service along with their probabilities. The probability describes how certain the model is about its prediction. If the probability is close to 1, the model is very certain.

Inference Request Response
Inference Request Response

You have successfully classified records using your machine learning model.

Step 2 Undeploy your model
+
Step 3 Delete your model
+
Step 4 Delete your training job
+
Step 5 Delete your dataset
+
Step 6 Delete your dataset schema
+
Step 7 Test yourself
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 7
1. Classify records 2. Undeploy your model 3. Delete your model 4. Delete your training job 5. Delete your dataset 6. Delete your dataset schema 7. Test yourself

Learn more →