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

check_is_fitted() missing 1 required positional argument: 'attributes' #81

Closed
sameer9406 opened this issue Jul 7, 2020 · 3 comments
Closed

Comments

@sameer9406
Copy link

sameer9406 commented Jul 7, 2020

### Reproducing code example: ### I tried run the example of lorenz system as it is, given in pysindy documentation, but I am getting this error and this is true for all the other examples as well.

image

import pysindy
<< your code here >>

Error message:

PySINDy/Python version information:

@sameer9406
Copy link
Author

I tried commenting the check_is_fitted() and its working..

@briandesilva
Copy link
Member

Thanks for pointing this out. I'll work on a fix, but in the meantime I suspect you can resolve the issue by updating your installation of scikit-learn to 0.23.

@briandesilva
Copy link
Member

Fixed in #82.

jpcurbelo pushed a commit to jpcurbelo/pysindy_fork that referenced this issue May 9, 2024
It is now possible to specify distinct architectures for dynamic and
static input embeddings. The config arguments
`statics/dynamics_embedding` should now be dictionaries with keys
'type', 'hiddens', 'activation', 'dropout' or None (no embedding). The
old way of specifying embeddings via `embedding_hiddens` etc. still
works but is deprecated.
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

2 participants