bedapub/besca

Pending improvements in the Silhouette Computation function

Opened this issue · 0 comments

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