Skip to content

Instantly share code, notes, and snippets.

@tanmay1070
Created June 29, 2021 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanmay1070/4a4ce4d204cb742fc2e99fb36ebce982 to your computer and use it in GitHub Desktop.
Save tanmay1070/4a4ce4d204cb742fc2e99fb36ebce982 to your computer and use it in GitHub Desktop.
from sklearn.preprocessing import LabelEncoder
le = LabelEncoder()
X[:, 2] = le.fit_transform(X[:, 2])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment