amirsoahil101 commited on
Commit
a5ead5c
·
1 Parent(s): 29dee77

docs: add huggingface metadata to readme top

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  # 🌸 Iris Flower Classification using Ensemble Learning
2
 
3
  This repository focuses on building and evaluating a high-performance machine learning pipeline on the classic **Iris Dataset** using advanced **Ensemble Learning** methodologies. The goal is to optimize multi-class classification accuracy by combining multiple base estimators.
 
1
+ ---
2
+ license: mit
3
+ language: en
4
+ tags:
5
+ - tabular-classification
6
+ pipeline_tag: tabular-classification
7
+ library_name: sklearn
8
+ ---
9
+
10
  # 🌸 Iris Flower Classification using Ensemble Learning
11
 
12
  This repository focuses on building and evaluating a high-performance machine learning pipeline on the classic **Iris Dataset** using advanced **Ensemble Learning** methodologies. The goal is to optimize multi-class classification accuracy by combining multiple base estimators.