Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Add sklearn.preprocessing.LabelEncoder #39

Open
yujonglee opened this issue Aug 26, 2023 · 2 comments
Open

Add sklearn.preprocessing.LabelEncoder #39

yujonglee opened this issue Aug 26, 2023 · 2 comments

Comments

@yujonglee
Copy link
Owner

We need to make it easy to use sklearn.preprocessing.LabelEncoder, or implement it for pipeline interface.

Need some good warning if labels is not encoded. See test_model_grade.py

@yujonglee
Copy link
Owner Author

This kind of thing can be useful in human eval too, since typing full label name is cumbersome.

@yujonglee
Copy link
Owner Author

Maybe we don't need to use this, but adapt its interface.

get instance - fit - transform - inverse_transform makes sense.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant