зеркало из https://github.com/mozilla/bugbug.git
Use layered violin summary plot, as it's more readable especially for categorical features
This commit is contained in:
Родитель
f2c8ce4313
Коммит
7179cdefc4
|
@ -226,6 +226,7 @@ class Model:
|
|||
X_train.toarray(),
|
||||
feature_names=feature_names,
|
||||
class_names=class_names,
|
||||
plot_type="layered_violin",
|
||||
show=False,
|
||||
)
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче