The GitHub Actions job "Required Checks" on 
texera.git/test-sklearn-op-desc-registry-spec has failed.
Run started by GitHub user aglinxinyuan (triggered by aglinxinyuan).

Head commit for run:
d37d1ae5e8ba761ff60d17e4155a2ca19fe20680 / Xinyuan Lin <[email protected]>
fix(workflow-operator): correct Sklearn DummyClassifier import + Bagging name

Per Copilot feedback on #4827:
- SklearnDummyClassifierOpDesc and SklearnTrainingDummyClassifierOpDesc
  imported the symbol "dummy" from sklearn.dummy, which does not exist.
  Correct to "DummyClassifier" to produce a runnable Python pipeline.
- SklearnTrainingBaggingOpDesc duplicated the word "Training" in the
  user-friendly model name ("Training: Bagging Training"). Correct to
  "Training: Bagging" to match the rest of the SklearnTraining* registry
  pattern.
- SklearnDummyClassifierOpDesc was missing from the spec's classifier
  registry; add it (now 25 entries) so a typo in this OpDesc is caught.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>

Report URL: https://github.com/apache/texera/actions/runs/25274204369

With regards,
GitHub Actions via GitBox

Reply via email to