Skip to content
This repository was archived by the owner on Mar 25, 2024. It is now read-only.

Conversation

@wghezaiel
Copy link
Member

add auto-tuning NME_spectral clustering

@wghezaiel wghezaiel requested a review from Jeronymous March 30, 2023 13:54
Copy link
Member

@Jeronymous Jeronymous left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some comments after a first quick reading here.

I noticed that the function cluster_AHC does not have any option max_speakers.
Is it normal? Would it make sense to add such an option there?

def NME_SpectralClustering(
A, num_clusters=None, max_num_clusters=10, pbest=0, pmin=3, pmax=20
):
print(num_clusters,max_num_clusters)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No print without any string to explain.
This one looks like a debug print. remove it.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

corrected

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants