Skip to content

Instantly share code, notes, and snippets.

@elowy01
Last active July 2, 2020 10:46
Show Gist options
  • Save elowy01/6ad1b3e5bb1ae6022cafeec3397c5f31 to your computer and use it in GitHub Desktop.
Save elowy01/6ad1b3e5bb1ae6022cafeec3397c5f31 to your computer and use it in GitHub Desktop.
# Tutorial at:
https://towardsdatascience.com/scalable-python-code-with-pandas-udfs-a-data-science-application-dd515a628896
This tutorial shows how to apply a logistic Regression classifier in a distributes and parallelized mode to
a Pandas dataframe that will be converted through Pandas UDF and the model will be map-applied
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment