tund / male

MAchine LEarning (MALE)
GNU General Public License v3.0
4 stars 1 forks source link

Create a new LabelEncoderDict to support semi-supervised learning #48

Closed khanhndk closed 7 years ago

khanhndk commented 7 years ago

The old one (LabelEncoder) is not good enough to work with semi-label. Hence, I upgrade it to LabelEncoderDict. It is more flexible than the old one.

tund commented 7 years ago

Merged. Thanks a @khanhndk