Configure include only top N labels
Limit your classification model to use only the most common classes when training. You can specify the number of classes to use.
시작하기 전에
Role required: ml_admin or admin
이 태스크 정보
Restricting the model to a fixed number of the most frequent labels improves focus and performance, especially with large datasets.
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.setTopNLabels(100);In JSON format:
{
"include_top_n_labels": 100
}
프로시저
결과
The setting appears as a row on the Advanced Solution Setting tab on your solution's form.
다음에 수행할 작업
Retrain your solution.