Remove others label
Reduce noise in your classification model and enhance predictive accuracy by removing records with the label "others" from training data. These are records with a distribution frequency of under one percent.
Avant de commencer
Role required: ml_admin or admin
Pourquoi et quand exécuter cette tâche
When this option is set to true, records under 1% of total data distribution are excluded from training. These records are labeled "others" in the interface. The 1% threshold can't be modified.
You can add this option in the solution definition form by using the following procedure. Alternatively, you can use a script to add this option.
To add this option using a script:
config.removeOthersLabel(true);In JSON format:
{
"remove_others_label": true
}
Procédure
Résultats
The setting appears as a row on the Advanced Solution Setting tab on your solution's form.
Que faire ensuite
Retrain your solution.