implement Fit Classifier/Regressor/Transformer/Clusterer algorithms combining individual algorithms

Issue #1105 closed
Andreas Rabe created an issue

Discussed in with the team.

E.g. for Fit Classifier, put all individual classifier into a new algorithm, where a classifier can be selected from a combobox:

To achieve this, we need a new custom processing parameter widget that includes the combobox, the code editor widget and description text widget.

Comments (4)

  1. Andreas Rabe reporter

    implemented custom processing parameter for selecting estimators, e.g. Regressors

  2. Andreas Rabe reporter

    Already implemented Classification/Regression Workflow algorithms.

    Todo: Transformation and Clustering Workflow algorithms, see #1134 and #1135

  3. Log in to comment