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

Add some more sklearn API to the CNN model? #87

Open
arokem opened this issue Aug 13, 2021 · 0 comments
Open

Add some more sklearn API to the CNN model? #87

arokem opened this issue Aug 13, 2021 · 0 comments

Comments

@arokem
Copy link
Collaborator

arokem commented Aug 13, 2021

We can't currently use cross_val_score because:

TypeError: Cannot clone object '<afqinsight.cnn.CNN object at 0x7fca351d1be0>' (type <class 'afqinsight.cnn.CNN'>): it does not seem to be a scikit-learn estimator as it does not implement a 'get_params' method.

I wonder how many more methods we'd need to implement for this (and other things? For example sklearn pipelines?) to work.

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