weibozhao commented on code in PR #156:
URL: https://github.com/apache/flink-ml/pull/156#discussion_r990880285


##########
docs/content/docs/operators/feature/vectorassembler.md:
##########
@@ -44,11 +46,12 @@ Types of input columns must be either vector or numerical 
value.
 
 ### Parameters
 
-| Key           | Default    | Type     | Required | Description               
                                                     |
-|---------------|------------|----------|----------|--------------------------------------------------------------------------------|
-| inputCols     | `null`     | String[] | yes      | Input column names.       
                                                     |
-| outputCol     | `"output"` | String   | no       | Output column name.       
                                                     |
-| handleInvalid | `"error"`  | String   | no       | Strategy to handle 
invalid entries. Supported values: 'error', 'skip', 'keep'. |
+| Key             | Default    | Type      | Required | Description            
                                                        |
+|-----------------|------------|-----------|----------|--------------------------------------------------------------------------------|
+| inputCols       | `null`     | String[]  | yes      | Input column names.    
                                                        |
+| outputCol       | `"output"` | String    | no       | Output column name.    
                                                        |
+| inputSizes      | `null`     | Integer[] | yes      | Sizes of the 
assembling elements.                                              |

Review Comment:
   I think the integer is much better.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to