eugenegujing opened a new issue, #7574:
URL: https://github.com/apache/texera/issues/7574

   ### Task Summary
   
   
`common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/sklearn/training/SklearnTrainingOpDesc.scala`
 and 
`common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/sklearn/SklearnClassifierOpDesc.scala`
 are the base descriptors of the 26 Sklearn training and 25 Sklearn classifier 
operators: they generate each operator's Python executor code, and their 
templates branch on the `countVectorizer` and `tfidfTransformer` properties to 
select the text column and prepend `CountVectorizer()` / `TfidfTransformer()` 
stages to the generated `make_pipeline` call.
   
   Neither base has a spec of its own, and no test in the repository generates 
code with either flag set.
   
   ### Task Type
   
   - [ ] Refactor / Cleanup
   - [ ] DevOps / Deployment / CI
   - [x] Testing / QA
   - [ ] Documentation
   - [ ] Performance
   - [ ] Other


-- 
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