You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "Juta (via GitHub)" <gi...@apache.org> on 2023/02/23 12:58:21 UTC

[GitHub] [beam] Juta opened a new pull request, #25607: restructure ml overview website page

Juta opened a new pull request, #25607:
URL: https://github.com/apache/beam/pull/25607

   Restructure ML overview website page and add explanation about model validation
   
   ------------------------
   
   Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
   
    - [ ] Mention the appropriate issue in your description (for example: `addresses #123`), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment `fixes #<ISSUE NUMBER>` instead.
    - [ ] Update `CHANGES.md` with noteworthy changes.
    - [ ] If this contribution is large, please file an Apache [Individual Contributor License Agreement](https://www.apache.org/licenses/icla.pdf).
   
   See the [Contributor Guide](https://beam.apache.org/contribute) for more tips on [how to make review process smoother](https://beam.apache.org/contribute/get-started-contributing/#make-the-reviewers-job-easier).
   
   To check the build health, please visit [https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md](https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md)
   
   GitHub Actions Tests Status (on master branch)
   ------------------------------------------------------------------------------------------------
   [![Build python source distribution and wheels](https://github.com/apache/beam/workflows/Build%20python%20source%20distribution%20and%20wheels/badge.svg?branch=master&event=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Build+python+source+distribution+and+wheels%22+branch%3Amaster+event%3Aschedule)
   [![Python tests](https://github.com/apache/beam/workflows/Python%20tests/badge.svg?branch=master&event=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Python+Tests%22+branch%3Amaster+event%3Aschedule)
   [![Java tests](https://github.com/apache/beam/workflows/Java%20Tests/badge.svg?branch=master&event=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Java+Tests%22+branch%3Amaster+event%3Aschedule)
   [![Go tests](https://github.com/apache/beam/workflows/Go%20tests/badge.svg?branch=master&event=schedule)](https://github.com/apache/beam/actions?query=workflow%3A%22Go+tests%22+branch%3Amaster+event%3Aschedule)
   
   See [CI.md](https://github.com/apache/beam/blob/master/CI.md) for more information about GitHub Actions CI.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damccorm commented on pull request #25607: restructure ml overview website page

Posted by "damccorm (via GitHub)" <gi...@apache.org>.
damccorm commented on PR #25607:
URL: https://github.com/apache/beam/pull/25607#issuecomment-1443744355

   Run RAT PreCommit


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damccorm commented on a diff in pull request #25607: restructure ml overview website page

Posted by "damccorm (via GitHub)" <gi...@apache.org>.
damccorm commented on code in PR #25607:
URL: https://github.com/apache/beam/pull/25607#discussion_r1115671215


##########
website/www/site/content/en/documentation/ml/overview.md:
##########
@@ -78,20 +80,28 @@ The RunInference API doesn't currently support making remote inference calls usi
 
 * Consider monitoring and measuring the performance of a pipeline when deploying, because monitoring can provide insight into the status and health of the application.
 
+## Model validation
+
+Model validation allows you to benchmark your model’s performance against an unseen dataset. You can extract chosen metrics, create visualizations, log metadata, and compare the performance of different models with the end goal of validating whether your model is ready to deploy. Beam provides support for running model evaluation on a TensorFlow model directly inside your pipeline.

Review Comment:
   ```suggestion
   Model validation allows you to benchmark your model’s performance against a previously unseen dataset. You can extract chosen metrics, create visualizations, log metadata, and compare the performance of different models with the end goal of validating whether your model is ready to deploy. Beam provides support for running model evaluation on a TensorFlow model directly inside your pipeline.
   ```
   
   Small wording nit



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damccorm commented on pull request #25607: restructure ml overview website page

Posted by "damccorm (via GitHub)" <gi...@apache.org>.
damccorm commented on PR #25607:
URL: https://github.com/apache/beam/pull/25607#issuecomment-1443632876

   (comment is for bot)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Juta commented on pull request #25607: restructure ml overview website page

Posted by "Juta (via GitHub)" <gi...@apache.org>.
Juta commented on PR #25607:
URL: https://github.com/apache/beam/pull/25607#issuecomment-1443611164

   Thanks @damccorm. I made the requested changes 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Juta commented on pull request #25607: restructure ml overview website page

Posted by "Juta (via GitHub)" <gi...@apache.org>.
Juta commented on PR #25607:
URL: https://github.com/apache/beam/pull/25607#issuecomment-1441732584

   @damccorm Hi Danny, I made an additional edit to update the overview page of ML and to include model validation. Please have a look


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damccorm commented on pull request #25607: restructure ml overview website page

Posted by "damccorm (via GitHub)" <gi...@apache.org>.
damccorm commented on PR #25607:
URL: https://github.com/apache/beam/pull/25607#issuecomment-1443632699

   retest this please


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damccorm merged pull request #25607: restructure ml overview website page

Posted by "damccorm (via GitHub)" <gi...@apache.org>.
damccorm merged PR #25607:
URL: https://github.com/apache/beam/pull/25607


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] damccorm commented on pull request #25607: restructure ml overview website page

Posted by "damccorm (via GitHub)" <gi...@apache.org>.
damccorm commented on PR #25607:
URL: https://github.com/apache/beam/pull/25607#issuecomment-1441761904

   Thanks, this LGTM other than the 2 small comments


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org