Skip to content
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

chore: Downgrade spark3.1 #1747

Merged
merged 65 commits into from
Dec 1, 2022

Conversation

serena-ruan
Copy link
Contributor

Related Issues/PRs

#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.
  1. Find the corresponding markdown file for your new feature in website/docs/documentation folder.
    Make sure you choose the correct class estimators/transformers and namespace.
  2. Follow the pattern in markdown file and add another section for your new API, including pyspark, scala (and .NET potentially) samples.
  3. Make sure the DocTable points to correct API link.
  4. Navigate to website folder, and run yarn run start to make sure the website renders correctly.
  5. Don't forget to add <!--pytest-codeblocks:cont--> before each python code blocks to enable auto-tests for python samples.
  6. Make sure the WebsiteSamplesTests job pass in the pipeline.

elswork and others added 30 commits September 12, 2022 15:10
* add uplift model sample

* update uplift model notebook

* Update notebooks/community/aisamples/AIsample - Uplift Modelling.ipynb

Co-authored-by: weitian <weitian@microsoft.com>
Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
…oft#1651)

* chore: added trident platform

* chore: update naming

* Update core/src/main/python/synapse/ml/core/platform/Platform.py

* chore: update detection rules

* chore: remove redundant check

* docs: apply black formatter

Co-authored-by: Li Jiang <lijiang1@microsoft.com>
Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
…s LongType (microsoft#1656)

Signed-off-by: Jason Wang <jasowang@microsoft.com>

Signed-off-by: Jason Wang <jasowang@microsoft.com>
…icrosoft#1659)

* chore: simplify data downloading section

update save dataframe with delta format

* docs: add mlflow logging and loading

* Update notebooks/community/aisamples/AIsample - Uplift Modelling.ipynb

Co-authored-by: Li Jiang <lijiang1@microsoft.com>
…icrosoft#1662)

* docs: improve error msg to make it clearer for users.

* fix: fix typos

Co-authored-by: Li Jiang <lijiang1@microsoft.com>
…series notebook (microsoft#1663)

Co-authored-by: Serena Ruan <82044803+serena-ruan@users.noreply.github.com>
…osoft#1680)

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 4 to 5.0.1.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](amannn/action-semantic-pull-request@v4...v5.0.1)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…icrosoft#1688)

Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](amannn/action-semantic-pull-request@v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
…rosoft#1693)

* update developer readme instruction on python env creation

* Update developer-readme.md

* Update developer-readme.md
* remove unused imports

* batch prompts

* don't throw for invalid columns in DropColumn

* remove now unused verify method from DropColumns
Co-authored-by: Li Jiang <lijiang1@microsoft.com>
fixing issue microsoft#1060

Co-authored-by: Mark Hamilton <mhamilton723@gmail.com>
* remove CyberML exclusion from Synapse test pipeline

* black style

Co-authored-by: Jessica Wang <jessiwang@microsoft.com>
@github-actions
Copy link

Hey @serena-ruan 👋!
Thank you so much for contributing to our repository 🙌.
Someone from SynapseML Team will be reviewing this pull request soon.
We appreciate your patience and contributions 💯!

@serena-ruan
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@codecov-commenter
Copy link

codecov-commenter commented Nov 30, 2022

Codecov Report

Merging #1747 (ccec9c7) into spark3.1 (7abf839) will decrease coverage by 0.00%.
The diff coverage is 88.13%.

@@             Coverage Diff              @@
##           spark3.1    #1747      +/-   ##
============================================
- Coverage     85.83%   85.83%   -0.01%     
============================================
  Files           272      278       +6     
  Lines         14230    14608     +378     
  Branches        767      769       +2     
============================================
+ Hits          12215    12539     +324     
- Misses         2015     2069      +54     
Impacted Files Coverage Δ
...t/azure/synapse/ml/cognitive/BingImageSearch.scala 89.28% <ø> (-0.90%) ⬇️
...ft/azure/synapse/ml/cognitive/ComputerVision.scala 90.37% <ø> (+0.37%) ⬆️
.../azure/synapse/ml/cognitive/FormRecognizerV3.scala 88.00% <ø> (ø)
...oft/azure/synapse/ml/cognitive/SpeechSchemas.scala 100.00% <ø> (ø)
...oft/azure/synapse/ml/cognitive/TextAnalytics.scala 83.73% <ø> (-2.78%) ⬇️
...soft/azure/synapse/ml/automl/EvaluationUtils.scala 48.00% <ø> (ø)
...microsoft/azure/synapse/ml/codegen/PyCodegen.scala 90.69% <ø> (ø)
...soft/azure/synapse/ml/core/utils/ClusterUtil.scala 65.75% <0.00%> (ø)
...zure/synapse/ml/explainers/KernelSHAPSampler.scala 97.05% <ø> (ø)
...crosoft/azure/synapse/ml/explainers/LIMEBase.scala 92.30% <ø> (ø)
... and 104 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@serena-ruan
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@serena-ruan
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@serena-ruan
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@serena-ruan
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@serena-ruan
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@serena-ruan
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@mhamilton723 mhamilton723 merged commit fe224d3 into microsoft:spark3.1 Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet