SynapseML
SynapseML copied to clipboard
chore: upgrade github workers to run on latest ubuntu
Related Issues/PRs
GH Announcement: https://github.com/actions/virtual-environments/issues/6002
#xxx
What changes are proposed in this pull request?
Briefly describe the changes included in this Pull Request.
How is this patch tested?
- [ ] I have written tests (not required for typo or doc fix) and confirmed the proposed feature/bug-fix/change works.
Does this PR change any dependencies?
- [ ] No. You can skip this section.
- [ ] Yes. Make sure the dependencies are resolved correctly, and list changes here.
Does this PR add a new feature? If so, have you added samples on website?
- [ ] No. You can skip this section.
- [ ] Yes. Make sure you have added samples following below steps.
- Find the corresponding markdown file for your new feature in
website/docs/documentationfolder. Make sure you choose the correct classestimators/transformersand namespace. - Follow the pattern in markdown file and add another section for your new API, including pyspark, scala (and .NET potentially) samples.
- Make sure the
DocTablepoints to correct API link. - Navigate to website folder, and run
yarn run startto make sure the website renders correctly. - Don't forget to add
<!--pytest-codeblocks:cont-->before each python code blocks to enable auto-tests for python samples. - Make sure the
WebsiteSamplesTestsjob pass in the pipeline.
AB#1918126
Hey @ppruthi :wave:! Thank you so much for contributing to our repository :raised_hands:. Someone from SynapseML Team will be reviewing this pull request soon. We appreciate your patience and contributions :100:!
/azp run
Azure Pipelines successfully started running 1 pipeline(s).
Codecov Report
Merging #1603 (4b51821) into master (93d7ccf) will decrease coverage by
9.52%. The diff coverage isn/a.
@@ Coverage Diff @@
## master #1603 +/- ##
==========================================
- Coverage 83.76% 74.23% -9.53%
==========================================
Files 292 292
Lines 15473 15473
Branches 752 752
==========================================
- Hits 12961 11487 -1474
- Misses 2512 3986 +1474
| Impacted Files | Coverage Δ | |
|---|---|---|
| ...ft/azure/synapse/ml/explainers/TextExplainer.scala | 0.00% <0.00%> (-100.00%) |
:arrow_down: |
| ...icrosoft/azure/synapse/ml/explainers/Sampler.scala | 7.54% <0.00%> (-92.46%) |
:arrow_down: |
| ...soft/azure/synapse/ml/cognitive/AudioStreams.scala | 0.00% <0.00%> (-87.88%) |
:arrow_down: |
| ...oft/azure/synapse/ml/explainers/FeatureStats.scala | 0.00% <0.00%> (-87.50%) |
:arrow_down: |
| ...soft/azure/synapse/ml/explainers/TabularLIME.scala | 11.76% <0.00%> (-83.83%) |
:arrow_down: |
| ...osoft/azure/synapse/ml/explainers/VectorSHAP.scala | 11.76% <0.00%> (-82.36%) |
:arrow_down: |
| ...synapse/ml/cognitive/TextAnalyticsSDKSchemas.scala | 0.00% <0.00%> (-81.20%) |
:arrow_down: |
| ...soft/azure/synapse/ml/explainers/TabularSHAP.scala | 10.81% <0.00%> (-81.09%) |
:arrow_down: |
| ...crosoft/azure/synapse/ml/explainers/TextSHAP.scala | 16.66% <0.00%> (-80.00%) |
:arrow_down: |
| ...crosoft/azure/synapse/ml/explainers/TextLIME.scala | 17.24% <0.00%> (-79.32%) |
:arrow_down: |
| ... and 37 more |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
/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).
Closing as Serena has added this