[GitHub] [spark] mengxr commented on a diff in pull request #37734: [SPARK-40264][ML] add batch_infer_udf function to pyspark.ml.functions

2023-01-12 Thread GitBox
mengxr commented on code in PR #37734: URL: https://github.com/apache/spark/pull/37734#discussion_r1068515229 ## python/pyspark/ml/functions.py: ## @@ -106,6 +152,597 @@ def array_to_vector(col: Column) -> Column: return

[GitHub] [spark] mengxr commented on a diff in pull request #37734: [SPARK-40264][ML] add batch_infer_udf function to pyspark.ml.functions

2023-01-12 Thread GitBox
mengxr commented on code in PR #37734: URL: https://github.com/apache/spark/pull/37734#discussion_r1068357996 ## python/pyspark/ml/functions.py: ## @@ -106,6 +152,597 @@ def array_to_vector(col: Column) -> Column: return

[GitHub] [spark] mengxr commented on a diff in pull request #37734: [SPARK-40264][ML] add batch_infer_udf function to pyspark.ml.functions

2022-12-29 Thread GitBox
mengxr commented on code in PR #37734: URL: https://github.com/apache/spark/pull/37734#discussion_r1059094105 ## python/pyspark/ml/model_cache.py: ## @@ -0,0 +1,44 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements.

[GitHub] [spark] mengxr commented on a diff in pull request #37734: [SPARK-40264][ML] add batch_infer_udf function to pyspark.ml.functions

2022-12-28 Thread GitBox
mengxr commented on code in PR #37734: URL: https://github.com/apache/spark/pull/37734#discussion_r1003749352 ## python/pyspark/ml/functions.py: ## @@ -106,6 +117,474 @@ def array_to_vector(col: Column) -> Column: return

[GitHub] [spark] mengxr commented on a diff in pull request #37734: [SPARK-40264][ML] add batch_infer_udf function to pyspark.ml.functions

2022-09-19 Thread GitBox
mengxr commented on code in PR #37734: URL: https://github.com/apache/spark/pull/37734#discussion_r974747883 ## python/pyspark/ml/functions.py: ## @@ -106,6 +111,167 @@ def array_to_vector(col: Column) -> Column: return

[GitHub] [spark] mengxr commented on a diff in pull request #37734: [SPARK-40264][ML] add batch_infer_udf function to pyspark.ml.functions

2022-09-13 Thread GitBox
mengxr commented on code in PR #37734: URL: https://github.com/apache/spark/pull/37734#discussion_r969862754 ## python/pyspark/ml/functions.py: ## @@ -106,6 +111,167 @@ def array_to_vector(col: Column) -> Column: return