Multi-output classifier¶
Fits one classifier for each target of outputs. Useful for extending classifiers that do not natively support multiple outputs
| Configuration: |
|
|---|---|
| Attributes: | |
| Inputs: |
|
| Outputs: |
|
- Input ports:
model: model
model
- Output ports:
out-model: model
Output model
- Configuration:
- n_jobs
- The number of jobs to use for the computation.
It does each target variable in y in parallel.
Nonemeans 1 unless in ajoblib.parallel_backendcontext.-1means using all processors. See n_jobs for more details.
Some of the docstrings for this module have been automatically extracted from the scikit-learn library and are covered by their respective licenses.