Skip to content

Commit f22a617

Browse files
author
minjk-bl
committed
Edit ModelInfo > plot_feature_importances - removed top_count option's max limit
1 parent 6d9b891 commit f22a617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/m_ml/ModelInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ define([
438438
options: [
439439
{ name: 'fi_featureData', label: 'Feature Data', component: ['data_select'], var_type: ['DataFrame', 'Series', 'ndarray', 'list', 'dict'], value: 'X_train' },
440440
{ name: 'sort', label: 'Sort data', component: ['bool_checkbox'], value: true, usePair: true },
441-
{ name: 'top_count', label: 'Top count', component: ['input_number'], min: 0, max: 5, usePair: true },
441+
{ name: 'top_count', label: 'Top count', component: ['input_number'], min: 0, usePair: true },
442442
]
443443
}
444444
}

0 commit comments

Comments
 (0)