-
Notifications
You must be signed in to change notification settings - Fork 6
Loop cleanup and scikit-learn style parameters #146
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
base: john-development
Are you sure you want to change the base?
Conversation
Warning! No news item is found for this PR. If this is a user-facing change/feature/fix, |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## john-development #146 +/- ##
===================================================
Coverage ? 91.96%
===================================================
Files ? 7
Lines ? 112
Branches ? 0
===================================================
Hits ? 103
Misses ? 9
Partials ? 0 🚀 New features to boost your workflow:
|
@john-halloran I am not paying close attention to this. Could you maybe share what you want me to do? Give feedback? Merge ? Some words about the intent of the PR would be helpful. The title is good and makes sense, but is a bit vague as this seems to be the goal of a much larger refactor than will happen only a single PR |
Yes, of course. The goal of this PR is to move the sNMF implementation away from the original, specific style into one that is more general and better aligned with scikit-learn. It is not a full alignment with scikit-learn, of course, but it does do the following:
|
so a general comment is that this looks like at least four PRs are needed, not just one. As we move away from your massive (and beautifully executed) code translation job to more functional code, we want to move to very small granular PRs that only do one thing at a time. |
Understood. With that in mind for the future, do you think it's okay to merge this one, this once? If not, I'd be happy to go back and granulate the changes. |
No description provided.