-
Notifications
You must be signed in to change notification settings - Fork 383
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
part 2: add pyspark support to tree surrogate model in error analysis #1388
Conversation
8fb785d
to
c7fe0b6
Compare
Codecov Report
@@ Coverage Diff @@
## main #1388 +/- ##
==========================================
+ Coverage 82.16% 87.27% +5.10%
==========================================
Files 31 108 +77
Lines 1402 5108 +3706
==========================================
+ Hits 1152 4458 +3306
- Misses 250 650 +400
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
c7fe0b6
to
ea738b6
Compare
3 similar comments
Is this for Synapse and/or databricks only? |
yes, it is for synapse/databricks support only |
ea738b6
to
87aaf01
Compare
87aaf01
to
9dd9338
Compare
9dd9338
to
8654526
Compare
8654526
to
aae6497
Compare
aae6497
to
b92f03e
Compare
b92f03e
to
becec07
Compare
becec07
to
88fe7fc
Compare
88fe7fc
to
bb91a46
Compare
Description
This is a follow-up PR to #1251. This PR includes the ErrorAnalysisDashboard changes to add pyspark support to error analysis. This will allow users to run ErrorAnalysisDashboard in Azure Synapse or Databricks as a widget using the lightgbm model from https://github.com/microsoft/SynapseML/ as the surrogate model for computing the decision tree trained on errors which is shown in the dashboard on large, TB size data.
Checklist