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

fix: Update DoubleMLEstimator test CI verification #1862

Merged
merged 2 commits into from
Mar 9, 2023

Conversation

dylanw-oss
Copy link
Contributor

Based on mock dataset. The ATE can't be lower than -130 or greater than 130, and the estimate could be 0.0.

Based on mock dataset. The ATE can't be lower than -130 or greater than 130, and the estimate could be 0.0.
@dylanw-oss dylanw-oss requested a review from mhamilton723 as a code owner March 7, 2023 18:04
@github-actions
Copy link

github-actions bot commented Mar 7, 2023

Hey @dylanw-oss 👋!
Thank you so much for contributing to our repository 🙌.
Someone from SynapseML Team will be reviewing this pull request soon.

We use semantic commit messages to streamline the release process.
Before your pull request can be merged, you should make sure your first commit and PR title start with a semantic prefix.
This helps us to create release messages and credit you for your hard work!

Examples of commit messages with semantic prefixes:

  • fix: Fix LightGBM crashes with empty partitions
  • feat: Make HTTP on Spark back-offs configurable
  • docs: Update Spark Serving usage
  • build: Add codecov support
  • perf: improve LightGBM memory usage
  • refactor: make python code generation rely on classes
  • style: Remove nulls from CNTKModel
  • test: Add test coverage for CNTKModel

To test your commit locally, please follow our guild on building from source.
Check out the developer guide for additional guidance on testing your change.

@dylanw-oss
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 Mar 7, 2023

Codecov Report

Merging #1862 (753f0ef) into master (8a216ce) will decrease coverage by 1.98%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1862      +/-   ##
==========================================
- Coverage   86.87%   84.90%   -1.98%     
==========================================
  Files         299      299              
  Lines       15510    15510              
  Branches      783      783              
==========================================
- Hits        13474    13168     -306     
- Misses       2036     2342     +306     
Impacted Files Coverage Δ
...ure/synapse/ml/cognitive/speech/AudioStreams.scala 0.00% <0.00%> (-87.88%) ⬇️
.../synapse/ml/cognitive/speech/SpeechToTextSDK.scala 18.63% <0.00%> (-72.63%) ⬇️
.../azure/synapse/ml/cognitive/speech/SpeechAPI.scala 0.00% <0.00%> (-70.00%) ⬇️
.../ml/cognitive/speech/SpeakerEmotionInference.scala 44.82% <0.00%> (-48.28%) ⬇️
...ure/synapse/ml/cognitive/speech/SpeechToText.scala 45.28% <0.00%> (-39.63%) ⬇️
...ure/synapse/ml/cognitive/speech/TextToSpeech.scala 53.42% <0.00%> (-32.88%) ⬇️
...re/synapse/ml/cognitive/speech/SpeechSchemas.scala 83.33% <0.00%> (-16.67%) ⬇️
...rosoft/azure/synapse/ml/param/EstimatorParam.scala 50.00% <0.00%> (-15.63%) ⬇️
...ft/azure/synapse/ml/core/env/StreamUtilities.scala 77.77% <0.00%> (-7.41%) ⬇️
...rosoft/azure/synapse/ml/param/DataFrameParam.scala 61.76% <0.00%> (-5.89%) ⬇️
... and 2 more

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

@dylanw-oss dylanw-oss enabled auto-merge (squash) March 9, 2023 01:55
@mhamilton723 mhamilton723 disabled auto-merge March 9, 2023 19:16
@mhamilton723 mhamilton723 merged commit a5f38b1 into microsoft:master Mar 9, 2023
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.

3 participants