To make the most out of these tutorials, you should have a basic understanding of programming concepts and have some experience with Python.
Before getting started, please check the issues tab for tasks related to this repository. If you have any suggestions, ideas, or find any issues, feel free to open a new issue.
To get started with the tutorials, you have a couple of options:
Click here to open the notebooks directly in Google Colab. Follow along with the tutorials and execute the code cells in the Colab environment. For classification tasks, use 'type' as the target variable in the dataset.
jupyter notebook
.We welcome contributions from the community to make this repository better. To contribute, follow these steps:
git checkout -b feature-name
.git commit -am 'Add feature: description'
.git push origin feature-name
.