nervoussidd commented on code in PR #25926: URL: https://github.com/apache/beam/pull/25926#discussion_r1150041496
########## script_sklearn_model: ########## @@ -0,0 +1,48 @@ +import pickle +import pandas as pd +from sklearn.linear_model import LinearRegression +#from google.cloud import storage + +""" Review Comment: here i have added the code to save the trained models to GCS .If you want to use it just remove the inverted comma and it will be there to work. -- 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]
