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 Train a Machine Learning Model

Train a machine learning model using the data that you uploaded to your Data Attribute Recommendation service instance.

Overview

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

You will learn

  • โœ”How to create a training job using your Data Attribute Recommendation service instance
  • โœ”How to deploy a machine learning model using your Data Attribute Recommendation service instance
Juliana Morais J Juliana Morais December 11, 2023
Created by November 20, 2019
Contributors

Prerequisites

Steps

Intro

To use the data uploaded in Upload Data to Data Attribute Recommendation, it is necessary to create a training job and deploy the resulting machine learning model. For more information, see Data Attribute Recommendation help portal documentation. For further definition of specific terms, see Concepts.

Business Use Case: After data preparation and upload, the next step is to train a model using historical data. In this tutorial, you will focus on model training using the training job concept. You will create a training job, check status, get model details, and also deploy the trained model at the end.


Step 1 Create a training job
โ€”

Based on the uploaded data, you will now train a machine learning model. To create a model, it is necessary to create a training job. A training job is essentially the process whereby the model learns and recognizes the patterns in your data. In this case, it recognizes the patterns and connections between product information and certain product categories.

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

Expand the subfolder Train Job and select the request Create new Job. click Send to trigger the creation of a training job.

Create Training Job
Create Training Job

In the response, you find the current status of your training job. Immediately after creation of the training job the status is PENDING. Along with the status, additional details are provided (e.g., the modelName).

Create Training Job Response
Create Training Job Response

You have successfully created a training job that will now train a machine learning model based on the uploaded data.

Step 2 See training job status
+
Step 3 See machine learning model details
+
Step 4 Deploy machine learning model
+
Step 5 See deployment status
+
Step 6 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 6
1. Create a training job 2. See training job status 3. See machine learning model details 4. Deploy machine learning model 5. See deployment status 6. Test yourself

Learn more →