AI Classification With Scikit-Learn
This post is going to cover AI classification and give an introduction to decision trees (which will be covered in a future post). The idea is to give a good overall idea of what classification is in AI. The topics we are going to look at in this post are: Classification Algorithms Data Preparation Scikit-Learn Model Evaluation Overfitting & Underfitting Hyperparameters and Cross-Validation Metrics Decision Tree Introduction Classification is a supervised learning technique in that it is trained on an...Read more