-
Notifications
You must be signed in to change notification settings - Fork 20
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 hyperparams in stack report. #114
base: master
Are you sure you want to change the base?
Conversation
@lucky-suman Your image is available in the registry: |
831aadd
to
0b84798
Compare
Codecov Report
@@ Coverage Diff @@
## master #114 +/- ##
==========================================
+ Coverage 86.18% 86.26% +0.07%
==========================================
Files 7 7
Lines 883 888 +5
==========================================
+ Hits 761 766 +5
Misses 122 122
Continue to review full report at Codecov.
|
@lucky-suman Your image is available in the registry: |
@@ -64,6 +64,16 @@ def __init__(self): | |||
'PYPI_TRAINING_REPO', 'https://github.com/fabric8-analytics/f8a-pypi-insights') | |||
|
|||
self.emr_api = os.getenv('EMR_API', 'http://f8a-emr-deployment:6006') | |||
self.maven_hyperparams = { |
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.
What is the use of same default values as in for maven and pypi?
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.
Have a comment
Adding hyperparameters for Maven and PyPI ecosystem.