-
Notifications
You must be signed in to change notification settings - Fork 1.6k
scikit-learn import and comment fix #1485
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Thank you @underdogliu :D Please run linters & update this one too (hope I didn't miss it)
|
nauman-daw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @underdogliu
Kindly make the necessary changes to pass all the tests. They are mostly minor syntax updates.
These changes looks good to me.
@mravanelli this PR can be merged once all the tests are passed.
|
@mravanelli Some of my changes on voxceleb2 results today are merged with this PR, as we discussed. Just for your information. I would not open another PR. |
|
Hello, Is there any news on this PR, please? 😃 |
|
Hi @underdogliu, could you pelease fix the linters and the faling tests? |
|
@mravanelli @anautsch all tests have been passed. |
|
Thank you @underdogliu! |
This is related with issue #1484
I found in our diarization-related scripts and runners, we ask the users to install
sklearn, instead ofscikit-learn.sklearn, on pip, as pointed out in the issue, is a void package whilescikit-learnis the library we want. Of course, in the python scripts, it is still imported asimport sklearn.Tests have been done via pip and conda. For conda actually, we can't even find
sklearn.Note: seems like this PR contains some un-necessary changes due to my black accent plugin in my vscode....if necessary I can check them out.