A curated list of awesome resources such as books, tutorials, courses, open-source libraries, exercises, and other materials that support Pythonistas in the making, and Pythonistas migrating into Data Science! 📊
Create a Jupyter Notebook tutorial that guides beginners through encoding categorical data for machine learning tasks. Cover techniques such as one-hot encoding and others to convert categorical variables into numerical form.
Acceptance Criteria
[ ] Submit a Jupyter notebook containing the tutorial and the necessary datasets if need
[ ] Modify the README.md file to include the new tutorial and a link to the added notebook
Description
Create a Jupyter Notebook tutorial that guides beginners through encoding categorical data for machine learning tasks. Cover techniques such as one-hot encoding and others to convert categorical variables into numerical form.
Acceptance Criteria