[GitHub] [flink-ml] yunfengzhou-hub commented on a diff in pull request #155: [FLINK-29318] Add Transformer for PolynomialExpansion

2022-09-19 Thread GitBox
yunfengzhou-hub commented on code in PR #155: URL: https://github.com/apache/flink-ml/pull/155#discussion_r974805771 ## docs/content/docs/operators/feature/polynomialexpansion.md: ## @@ -0,0 +1,160 @@ +--- +title: "PolynomialExpansion" +weight: 1 +type: docs +aliases: +-

[GitHub] [flink-ml] yunfengzhou-hub commented on a diff in pull request #155: [FLINK-29318] Add Transformer for PolynomialExpansion

2022-09-18 Thread GitBox
yunfengzhou-hub commented on code in PR #155: URL: https://github.com/apache/flink-ml/pull/155#discussion_r973815348 ## flink-ml-lib/src/test/java/org/apache/flink/ml/feature/PolynomialExpansionTest.java: ## @@ -20,7 +20,7 @@ Review Comment: Let's add back the