Skip to content

Instantly share code, notes, and snippets.

@priyanlc
Created April 30, 2020 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save priyanlc/b2239ecaa7f7cd532b9421d5b59054f8 to your computer and use it in GitHub Desktop.
Save priyanlc/b2239ecaa7f7cd532b9421d5b59054f8 to your computer and use it in GitHub Desktop.
prediction = estimator.predict(input_function(test_scaled))
prediction_df = pd.DataFrame(prediction)
save_output(test_pd_df, prediction_df, 'fare_amount', '/dbfs/mnt/blogs_pl/output1')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment