Super easy Python iris classification (using XGBoost) Machine learning

Machine learning iris classification super-easy with XGBoost in Python

10mohi6
Nov 10, 2020

1. tool installation

$ pip install install scikit-learn xgboost

2. file creation

3. execution

$ python pred.py

That’s super easy!

4. reference

--

--