Errors encountered while grouping - AIOPs LEAP<!-- /*NS Branding Styles*/ --> .ns-kb-css-body-editor-container { p { font-size: 12pt; font-family: Lato; color: #000000; } span { font-size: 12pt; font-family: Lato; color: #000000; } h2 { font-size: 24pt; font-family: Lato; color: black; } h3 { font-size: 18pt; font-family: Lato; color: black; } h4 { font-size: 14pt; font-family: Lato; color: black; } a { font-size: 12pt; font-family: Lato; color: #00718F; } a:hover { font-size: 12pt; color: #024F69; } a:target { font-size: 12pt; color: #032D42; } a:visited { font-size: 12pt; color: #00718f; } ul { font-size: 12pt; font-family: Lato; } li { font-size: 12pt; font-family: Lato; } img { display: ; max-width: ; width: ; height: ; } } 1. Number of records to be processed are less than 1000. GAF works only if we have at-least 1K incidents. Also, LEAP doesn't support working with cases/case task out of the box. Root cause & some notes to remember: If your data size is less than 1k and you want to work with incident data then you can use below steps to execute LEAP. Idea is to increase the data size. How to fix the error: Navigate to table sn_nowassist_skill_config_var_set listSearch for "LEAP grouping inputs var set"Change the "Filter" section & Save the record.Next click "Preview" button to see the number of records - It should be at-least 1000. 2. Number of records to be processed are greater than 100,000. Root cause & some notes to remember: Clustering more than 100K incidents is having limitations with glide properties. In the May release, GAF has increased the clustering records to 500k if the following conditions are met: Optimized prediction is enabled in action strategy skill config Grouping Configuration contains a single field AI Search plugin is installed and enabled If any of the above conditions are NOT met, it considers only 100k records. If the data is less than 500k, GAF considers all the records. If it crosses 500k, It considers only 75% of records or 500K whichever is lower. Check for below Properties or Errors: Platform is limiting to 300k records based on "glide.platform_ml.api.csv_max_line" system property. Increase the value to required number. The Grouping Job can fail with the error "NSE0023: Error while uploading artifact 'knn': Generated artifact size is 681.68MB, Maximum allowed size is 500.0:.2fMB. Please retrain with fewer rows and/or columns". Due to the large data size, the trained model exceeds the system's configured limit. and the property "glide.platform_ml.api.model_size" is the system property that is affecting this. Even though we increase the limit to 800MB, we still see training failed. Needs further investigation and a fix. How to fix the error: Navigate to table sn_nowassist_skill_config_var_set listSearch for "LEAP grouping inputs var set"Change the "Filter" section & Save the record.Next click "Preview" button to see the number of records - It should be no more than 100,000 records.