Skip to content
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

Sklearn NMF #2

Open
KeithTheEE opened this issue Dec 9, 2016 · 0 comments
Open

Sklearn NMF #2

KeithTheEE opened this issue Dec 9, 2016 · 0 comments

Comments

@KeithTheEE
Copy link
Owner

Running the NMF dimensional reduction yields these warnings

/home/lib/python2.7/site-packages/sklearn/utils/__init__.py:75: DeprecationWarning: Class ProjectedGradientNMF is deprecated; It will be removed in release 0.19. Use NMF instead.'pg' solver is still available until release 0.19.
  warnings.warn(msg, category=DeprecationWarning)
/home/lib/python2.7/site-packages/sklearn/decomposition/nmf.py:775: DeprecationWarning: 'pg' solver will be removed in release 0.19. Use 'cd' solver instead.
  " Use 'cd' solver instead.", DeprecationWarning)

Update program to use NMF instead of ProjectedGradientNMF, and cd instead of pg before release 0.19
As a result of sklearn update, perhaps an assert should be added to ensure python v2.7+ is being used

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant