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

update readme file

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -43,6 +43,7 @@ Follow these quick implementation steps to clone, configure, and execute the ens
43
  ```bash
44
  git clone [https://github.com/amirsohail100/Iris_datase_-with_Ensemble_Learning.git](https://github.com/amirsohail100/Iris_datase_-with_Ensemble_Learning.git)
45
  cd Iris_datase_-with_Ensemble_Learning
 
46
  ```
47
 
48
  An optimized machine learning pipeline implementing Ensemble Learning (Voting, Bagging, Boosting) on the classic Iris Dataset to achieve high-accuracy multi-class classification.
 
43
  ```bash
44
  git clone [https://github.com/amirsohail100/Iris_datase_-with_Ensemble_Learning.git](https://github.com/amirsohail100/Iris_datase_-with_Ensemble_Learning.git)
45
  cd Iris_datase_-with_Ensemble_Learning
46
+ pip install -r requirements.txt
47
  ```
48
 
49
  An optimized machine learning pipeline implementing Ensemble Learning (Voting, Bagging, Boosting) on the classic Iris Dataset to achieve high-accuracy multi-class classification.