Multi-class Classification (MCC) Model
Training the MCC model is a prerequisite before the model can generate reliable predictions or be used in live service applications.
Purpose of training
Training allows the MCC model to:
- Learn how historical service requests map to specific categories (e.g., “Network Issue,” “Access Request”)
- Recognize common patterns across descriptions and summaries
- Improve classification accuracy over time by learning from real-world data
Training Dataset Requirements
Before initiating training, ensure:
- Historical tickets are available in Maximo IT, containing fields such as summary, description, and classifications
- Classifications (i.e., target labels) are consistent and represent the real-world taxonomy used by your support teams
- A sufficient volume of labelled data exists (a few hundred to several thousand records recommended, depending on use case)
Procedure
- Go to the AI Configuration application ().
- Click on Add Configuration button.
- Give a name to your Model (e.g. MCCTRAINING) and add a description.
- In the Template field, select the template for MCC.
- In the Template version, select a version for MCC from the list.
- In the Object Structure field, select the object structure for AI i.e. MXAPIINCIDENTDET.
- In the Attribute field, select the attribute you want to inference. E.g. OWNERGROUP.
- For the Training invoke channel field, select the invocation channel created for training.
- For the Training Filter field, select the training filter created during Query definition.
- In the Inference invoke channel, select the invocation channel previously created for inference.
- For the Inference Filter field, select the inferencing filter created during Query definition.
- Click Create.
- The model will be saved and added to the AI Configuration application page.
- Select and open your newly created MCC model from the table in AI Configuration application.
- Go to the Actions button and select Set arguments.
- In the Features row, add values used for features such as description, longdescription and click Save.
- Now click on Activate to activate the model.
- Once activated, click Check model status and Check data requirement to run a quick data check for minimum samples passed and ensure data health.
- Now, from Actions, click on Train model to train the model. Click on Re-train model to retrain the model.
- Once the model is trained, click on Check model status again and it will show
the latest data regarding the model such as:
- Model ID
- Ready – True
- State – Ready to serve (running)
- Last successfully trained at – Date and time of latest training
- Trained duration
- Model accuracy score (0-1)
- The MCC model is now created and trained and is ready to serve.