Created
September 24, 2018 20:39
-
-
Save WillKoehrsen/c57d8003cb4c11c8d1c589b5011764a6 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
# Run feature engineering in parallel | |
r = sc.parallelize(partitions, numSlices=N_PARTITIONS).\ | |
map(lambda x: partition_to_feature_matrix(x, feature_defs)).collect() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment