Last active
July 2, 2020 10:46
-
-
Save elowy01/6ad1b3e5bb1ae6022cafeec3397c5f31 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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