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

Is it possible to provide a Sklearn wrapper for this code? #5

Closed
hengzhe-zhang opened this issue Nov 17, 2020 · 2 comments
Closed

Is it possible to provide a Sklearn wrapper for this code? #5

hengzhe-zhang opened this issue Nov 17, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@hengzhe-zhang
Copy link

This work is unprecedented in the symbolic regression domain, and I think it can work as a good benchmark in machine learning and the symbolic regression domain. Although the code is well written and easy to understand, I feel that providing a Sklearn wrapper will further let other people use this method easier in their own code. Therefore, is it possible to provide a Sklearn wrapper for this code?

@brendenpetersen brendenpetersen self-assigned this Nov 17, 2020
@brendenpetersen brendenpetersen added the enhancement New feature or request label Nov 17, 2020
@brendenpetersen
Copy link
Collaborator

Hi @zhenlingcn, this is an excellent idea that will make the code much easier to use in existing workflows, as you suggest. Currently the code is set up to run more in batch setting, e.g. to launch large, parallelized runs with multiple independent replicates and possibly multiple datasets. I will add this to the short list for features.

By the way, please look out for a new release in the coming weeks! We have lots of new features and improvements that we haven't yet included in our public release.

@brendenpetersen
Copy link
Collaborator

Hi again @zhenlingcn , thank you again very much for your suggestion and your PR. Today we updated the codebase to follow our ICLR release. It now contains an sklearn-like interface via the DeepSymbolicRegressor object. Please see the README for how to use it!

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

No branches or pull requests

2 participants