MinhHuong / Stream_mining_project

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

Discard classifiers with 0 or negative weights #13

Closed MinhHuong closed 5 years ago

MinhHuong commented 5 years ago

Small detail but not yet handled in the code. For now, we simply keep K classifiers in the model sorted by their weight, disregard its sign. This should be fixed.