Use layered violin summary plot, as it's more readable especially for categorical features

This commit is contained in:
Marco Castelluccio 2019-07-10 14:58:57 +02:00
Родитель f2c8ce4313
Коммит 7179cdefc4
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -226,6 +226,7 @@ class Model:
X_train.toarray(),
feature_names=feature_names,
class_names=class_names,
plot_type="layered_violin",
show=False,
)