MinhHuong / Stream_mining_project

A repo for data stream mining project (M2 D&K)
0 stars 1 forks source link

Extend the predict function to a general multiclass problem #1

Closed MinhHuong closed 5 years ago

MinhHuong commented 5 years ago

The predict function should be able to process the general case of multiclass classification problem. The function predict is to be implemented accordingly to this idea.

MinhHuong commented 5 years ago

This max votes prediction will be implemented in WeightedEnsembleClassifier::predict

armitakhn commented 5 years ago

I think it's solved

soum-kd commented 5 years ago

we are not suppose to do a multilabel + multiclass problem right ?

MinhHuong commented 5 years ago

@soum-kd Yeah that will be an interesting extension. We only have to focus on multiclass/multilabel now (one target with many possible labels). We can take care of the multi-output (many targets) later 😃