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

TypeError: init() got an unexpected keyword argument 'seed' #29

Open
r50206v opened this issue Dec 6, 2019 · 4 comments
Open

TypeError: init() got an unexpected keyword argument 'seed' #29

r50206v opened this issue Dec 6, 2019 · 4 comments

Comments

@r50206v
Copy link

r50206v commented Dec 6, 2019

seed is not implemented

@r50206v
Copy link
Author

r50206v commented Dec 6, 2019

I got this error message when running
fm = pywFM.FM(task='regression', k2=2, seed=seed)


TypeError Traceback (most recent call last)
in
----> 1 fm = pywFM.FM(task='regression', k2=2, seed=seed)

TypeError: init() got an unexpected keyword argument 'seed'

@r50206v r50206v changed the title seed is not implemented in the 91f8504a15120ef6815d6e10cc7dee42eebaab0f TypeError: init() got an unexpected keyword argument 'seed' Dec 6, 2019
@r50206v
Copy link
Author

r50206v commented Dec 6, 2019

I installed pywFM directly by running
pip install pywFM
and found out the package in 0.9.0 version

but when I try to install by running
pip install pywFM==0.12.3
I got this error

Collecting pywFM==0.12.3
ERROR: Could not find a version that satisfies the requirement pywFM==0.12.3 (from versions: 0.1, 0.2a0, 0.2, 0.3, 0.4, 0.5, 0.6a0, 0.6, 0.7, 0.7.1, 0.7.2, 0.7.3, 0.7.4, 0.8, 0.8.1, 0.9.0)
ERROR: No matching distribution found for pywFM==0.12.3

@gustavofleury
Copy link

You can install directly from Github:
pip install git+https://github.com/jfloff/pywFM

@kevin1kevin1k
Copy link

Same issue here.
Is there any reason that the new versions are on PyPI but cannot be pip-installed?
Thanks.

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

3 participants