You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the silhouette_computation function there are some comments about improvements that should be made in the plots (see below). Do you plan to include this later? Or did you just forget to include these improvements?
# TODO ADD PROPER TITLE/ AXIS/ MEAN OVERALL and mean per label ?
ax1 = sns.violinplot(
y=long_df_silhouette["label"], x=long_df_silhouette["silhouette"], scale="count"
)
matplotlib.pyplot.close() # Avoid plooting in function; bad practice
silhouette_results = silhouette_in(ax1, silhouette_avg)
return silhouette_results
Best,
Alberto
The text was updated successfully, but these errors were encountered:
In the
silhouette_computation
function there are some comments about improvements that should be made in the plots (see below). Do you plan to include this later? Or did you just forget to include these improvements?Best,
Alberto
The text was updated successfully, but these errors were encountered: