chengsoonong / acton

Active Learning: Predictors, Recommenders and Labellers
BSD 3-Clause "New" or "Revised" License
20 stars 5 forks source link

Confirm that label encoding actually works #75

Closed MatthewJA closed 7 years ago

MatthewJA commented 7 years ago

Looking through the prediction pipeline I'm not entirely sure that label encoding works properly. We should also serialise the label encoder, etc.

MatthewJA commented 7 years ago

Looks like sklearn just does this itself, and we can ignore label encoding.