Combining Machine Learning Models in Python
Posted by Jack McKew on Thu 21 September 2023 in Python • Tagged with python, visualisation, machine learning, ai • 3 min read
Now that we've built & trained logistic regression and decision tree models to classify the iris dataset in these previous posts:
We found that they were both really good in their own regard (potentially overfitting), but what if we had two models …
Continue reading