[GitHub] [spark] zhengruifeng commented on a diff in pull request #41176: [SPARK-43516] [ML] Base interfaces of sparkML for spark3.5: estimator/transformer/model/evaluator

2023-05-22 Thread via GitHub
zhengruifeng commented on code in PR #41176: URL: https://github.com/apache/spark/pull/41176#discussion_r1200357845 ## python/pyspark/mlv2/evaluation.py: ## @@ -0,0 +1,79 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license

[GitHub] [spark] zhengruifeng commented on a diff in pull request #41176: [SPARK-43516] [ML] Base interfaces of sparkML for spark3.5: estimator/transformer/model/evaluator

2023-05-22 Thread via GitHub
zhengruifeng commented on code in PR #41176: URL: https://github.com/apache/spark/pull/41176#discussion_r1200355639 ## python/pyspark/mlv2/summarizer.py: ## @@ -0,0 +1,112 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license

[GitHub] [spark] zhengruifeng commented on a diff in pull request #41176: [SPARK-43516] [ML] Base interfaces of sparkML for spark3.5: estimator/transformer/model/evaluator

2023-05-18 Thread via GitHub
zhengruifeng commented on code in PR #41176: URL: https://github.com/apache/spark/pull/41176#discussion_r1198449915 ## python/pyspark/mlv2/base.py: ## @@ -0,0 +1,258 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements.