-
Notifications
You must be signed in to change notification settings - Fork 86
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
Fixes Sphinx warnings about BalancedAccuracy, XGBoostRegressionPipeline, etc. #669
Conversation
Codecov Report
@@ Coverage Diff @@
## master #669 +/- ##
=======================================
Coverage 99.06% 99.06%
=======================================
Files 139 139
Lines 4907 4907
=======================================
Hits 4861 4861
Misses 46 46 Continue to review full report at Codecov.
|
"leads_data = urlopen('https://featurelabs-static.s3.amazonaws.com/lead_scoring_ml_apps/previous_leads.csv')\n" | ||
"customers_data = urlopen('https://featurelabs-static.s3.amazonaws.com/lead_scoring_ml_apps/customers.csv')\n", | ||
"interactions_data = urlopen('https://featurelabs-static.s3.amazonaws.com/lead_scoring_ml_apps/interactions.csv')\n", | ||
"leads_data = urlopen('https://featurelabs-static.s3.amazonaws.com/lead_scoring_ml_apps/previous_leads.csv')\n", |
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.
Oh nooo, my bad, thank you! I am going to sleep better knowing we have sphinx warnings failing builds from #660 haha
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.
👏 👏
Fixes #667