=========================
Out of three classes two are linearly separable and one is separable non linearly.
This is one of the earliest datasets used in the literature on classification methods and widely used in statistics and machine learning. The data set contains 3 classes of 50 instances each, where each class refers to a type of iris plant. One class is linearly separable from the other 2; the latter are not linearly separable from each other.
Seems Overfitting , need to check what else can improve model accuracy score.
recall_score: 71%
f1_score: 69%
precision: 71%
recall_score: 89%
f1_score: 90%
precision: 90%
recall_score: 95%
f1_score: 95%
precision: 96%
recall_score: 100%
f1_score: 100%
precision: 100%
- Data ingestion
- Data validation
- Data Transformation
- Model training a. compare different model b. find best parameters and model
- Model Evaluation
- UIUX added