This project demonstrates how Label Encoding is used in Google Colab and then uploaded to GitHub. Label Encoding converts text categories into numeric labels so machine learning models can understand and process them.
- Using Label Encoder in Google Colab
- Converting categorical/text data into numerical form
- Preparing data for machine learning models
- Saving and uploading the notebook to GitHub
Label Encoder transforms each unique category in a column into a unique numeric value.
Example: "Red" β 0, "Blue" β 1, "Green" β 2.
This is helpful when models require numeric input.
- notebook.ipynb β Colab notebook with Label Encoding
- README.md β Project documentation
- Go to File β Save a copy in GitHub
- Choose your repository & branch
- Add a commit message
- Upload
This project is free to use, modify, and share.