-
Notifications
You must be signed in to change notification settings - Fork 834
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
LightGBMRegressor.py : updating imports #940
Conversation
SparkContext was imported twice. Also SQLContext is outdated, and was not used anyways
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.
LGTM!
/azp run |
No pipelines are associated with this pull request. |
/azp run |
No pipelines are associated with this pull request. |
/azp run |
No pipelines are associated with this pull request. |
@imatiach-msft sorry for the pain had to reconf the build as azure devops had an outage that broke us |
/azp run |
No pipelines are associated with this pull request. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Codecov Report
@@ Coverage Diff @@
## master #940 +/- ##
==========================================
+ Coverage 84.93% 85.13% +0.19%
==========================================
Files 193 193
Lines 9039 9039
Branches 568 568
==========================================
+ Hits 7677 7695 +18
+ Misses 1362 1344 -18
Continue to review full report at Codecov.
|
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
closing as this issue has been fixed in PR: |
SparkContext was imported twice. Also SQLContext is outdated, and was not used anyways
... or did I miss something ?