An open API service indexing awesome lists of open source software.

https://github.com/smabdullah/multioutput_classification

In project explains how to work with Sklearn multioutput class for multiple targets in classification
https://github.com/smabdullah/multioutput_classification

multioutput-classification sklearn

Last synced: 3 months ago
JSON representation

In project explains how to work with Sklearn multioutput class for multiple targets in classification

Awesome Lists containing this project

README

          

# Multioutput classification

When I started learning different machine learning algorithms, I always asked myself how to handle multiple targets. That is, for a regression we need to predict multiple target variables and same for classification. This project explains how to use the Sklearn multioutput class for handling multiple outputs for classification and regression.