You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2019. It is now read-only.
Currently, KeyedModel fitting in KeyedEstimator._fit is implemented by generating an array of a single serialized estimator, requiring an additional pass over the resulting dataframe which deserializes the UDT.
This is necessary because of a pyspark bug, and the circuitous implementation should be straightened out once the UDT issues are resolved (SPARK-16062).
The text was updated successfully, but these errors were encountered:
vlad17
changed the title
Use generate sklearn UDT within gapply()
Use generate sklearn UDT within gapply() [SPARK-16062 blocker]
Jun 28, 2016
vlad17
changed the title
Use generate sklearn UDT within gapply() [SPARK-16062 blocker]
Use generate sklearn UDT within gapply() [SPARK-16062 blocks this]
Jun 28, 2016
Also blocking this test from being unskipped:
test_gapply_python_only_udt_val (spark_sklearn.tests.test_gapply.GapplyTests) ... SKIP: python only UDTs can't be nested in arraytypes for now, see SPARK-15989
Currently, KeyedModel fitting in KeyedEstimator._fit is implemented by generating an array of a single serialized estimator, requiring an additional pass over the resulting dataframe which deserializes the UDT.
This is necessary because of a pyspark bug, and the circuitous implementation should be straightened out once the UDT issues are resolved (SPARK-16062).
The text was updated successfully, but these errors were encountered: