AnandInguva commented on issue #24903: URL: https://github.com/apache/beam/issues/24903#issuecomment-1481356841
> Thanks for the reply Anand .And can you please do me a favour ,I have prepared a Proposal for a project named Sentimental Analysis for GSOC2023 can you please review it and give me a feedback.I did sent to the dev mailing list but no one replied,so can you please take some time out and do it , it would mean great to me. Project link: https://docs.google.com/document/d/1U6zcXAWsDCrWlbf14f5VlLqPZFucwXR48tD7mrERW-g/edit Your Sincerely Siddharth Aryan On Thu, Mar 23, 2023 at 2:37 AM Anand Inguva ***@***.***> wrote: > […](#) > Hello Anand, Hope you are doing well.Can you please review the pull request [ #25926 <#25926>] <#25926 <#25926>%5D.And>. … <#m_-6043284037195056831_> On Fri, Feb 3, 2023 at 12:27 AM Anand Inguva *@*.*> wrote: The script here https://gist.github.com/AnandInguva/1ce58c7df98ade4efe6bc95a157b82da <https://gist.github.com/AnandInguva/1ce58c7df98ade4efe6bc95a157b82da> trains the Sklearn model required to run inference on Japanese housing dataset IT test https://github.com/apache/beam/blob/master/sdks/python/apache_beam/examples/inference/sklearn_japanese_housing_regression.py <https://github.com/apache/beam/blob/master/sdks/python/apache_beam/examples/inference/sklearn_japanese_housing_regression.py> . Now, the problem is we have a set of Sklearn models trained and saved in GCS path. So we use that models for IT testing. But these models are not forward compatible with newer version of sklearn. So to resolve this issue, we would like to - create a script that could run and train t he script https://gist.github.com/AnandInguva/1ce58c7df98ade4efe6bc95a157b82da <https://gist.github.com/AnandInguva/1ce58c7df98ade4efe6bc95a157b82da> - Save the trained models on a GCS location - Run the pipeline in the example https://github.com/apache/beam/blob/master/sdks/python/apache_beam/examples/inference/sklearn_japanese_housing_regression.py <https://github.com/apache/beam/blob/master/sdks/python/apache_beam/examples/inference/sklearn_japanese_housing_regression.py> as IT test using the above saved model. - Add this setup to the Beam infra and make sure this gets run as part of postcommit tests(I can help here once the above thing is done) — Reply to this email directly, view it on GitHub <#24903 (comment) <[#24903 (comment)](https://github.com/apache/beam/issues/24903#issuecomment-1414215656)>>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AUA2XLT34RXU7SD7ENEPOADWVP7Q5ANCNFSM6AAAAAATSCNU4Y <https://github.com/notifications/unsubscribe-auth/AUA2XLT34RX U7SD7ENEPOADWVP7Q5ANCNFSM6AAAAAATSCNU4Y> . You are receiving this because you commented.Message ID: @.*> Thanks I will take a look soon — Reply to this email directly, view it on GitHub <[#24903 (comment)](https://github.com/apache/beam/issues/24903#issuecomment-1480261200)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AUA2XLQKWU4DP5TUTCWBJJLW5NSZ7ANCNFSM6AAAAAATSCNU4Y> . You are receiving this because you were assigned.Message ID: ***@***.***> Yes, I will take a look. I see that you have attached the doc itself. I replied on the dev@ to share the doc link for better visibility and feedback from the others as well. Please share the google doc link of your proposal there. In the mean time, I will go through the proposal soon. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
