-
Notifications
You must be signed in to change notification settings - Fork 225
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
[Feature] Install with CLI #229
Comments
Hey, I'm new to this project and community but it looks like a fantastic tool with a huge range of applications! I'm a software engineer with an academic background in Physics and DS/ML. I'm looking to try and make a first contribution to your open source project, and this issue seems like a good contender. I just wanted to clarify that the issue involves implementing the following:
Please do let me know if I've got the right idea to begin working on the issue! |
Hi @w2ll2am, Thanks so much for offering to work on this, sounds great! I confirm your suggested steps, although, thinking about it now, perhaps it might be better to have the CLI be Cheers! |
Fixed from #298 |
Right now you install SymbolicRegression.jl using
python -c 'import pysr; pysr.install()'
. However, this is a bit of spooky action at a distance, because you can't quite be sure whichpysr
is actually being called. Thus, it would be great if there was a CLI, similar to how testing is done withpython -m pysr.test main
. For example:If anybody wants to add this, I'd be more than happy to accept a PR!
The text was updated successfully, but these errors were encountered: