Grid Search is a hyperparameter tuning method that systematically tests multiple parameter combinations to find the best model configuration. In Scikit-Learn, this can be done using GridSearchCV.
For a more detailed explanation, you can check this video: https://youtu.be/819tMzaZ94s