-
Notifications
You must be signed in to change notification settings - Fork 487
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] Add a main script to print neuralprophet version #974
Conversation
Codecov Report
@@ Coverage Diff @@
## main #974 +/- ##
==========================================
+ Coverage 89.81% 89.88% +0.07%
==========================================
Files 18 20 +2
Lines 4632 4667 +35
==========================================
+ Hits 4160 4195 +35
Misses 472 472
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Model Benchmark
|
dc47a97
to
d568df2
Compare
e94cfdb
to
c7e42d2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice addition!
Let's just use the long flag "--version".
Let's remove "-v", which is often used for verbose
@ourownstory Good point. Should we go with Feel free to pick your preference from the suggestions below and hope it's good to go then :) |
Allows users to run
python -m neuralprophet --version
and receive the version information of the package directly from their terminal. Could be extended in the future to a cli application of neuralprophet.