-
Notifications
You must be signed in to change notification settings - Fork 842
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
fix: Vowpal Wabbit kwargs + improvements #692
Conversation
updated to VW 8.7.0.3 exposing VW internal performance statistics implemented VW native model export track timing metrics (learn, ingest, sync,...)
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov Report
@@ Coverage Diff @@
## master #692 +/- ##
===========================================
- Coverage 79.61% 34.79% -44.82%
===========================================
Files 226 176 -50
Lines 9011 7920 -1091
Branches 480 483 +3
===========================================
- Hits 7174 2756 -4418
- Misses 1837 5164 +3327
Continue to review full report at Codecov.
|
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@markus if you add WIP to the name it makes it so that it fails the WIP status check so others know when you are finished |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
src/main/scala/com/microsoft/ml/spark/vw/VowpalWabbitBase.scala
Outdated
Show resolved
Hide resolved
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.
Only minor nits!
Also @eisber this page will help you eliminate some redundancy in test code https://app.codacy.com/manual/mhamilton723/mmlspark/pullRequest?prid=4158746 |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
src/main/scala/com/microsoft/ml/spark/vw/VowpalWabbitBase.scala
Outdated
Show resolved
Hide resolved
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
fixed VW kwargs (setLearningRate, setPowerT, ...)
updated to VW 8.7.0.3
exposing VW internal performance statistics
implemented VW native model export
track timing metrics (learn, ingest, sync,...)