amirsoahil101 commited on
Commit
a5cab7d
·
1 Parent(s): 4ef052b

updata readem file

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -41,8 +41,8 @@ Follow these quick implementation steps to clone, configure, and execute the ens
41
  ### 1. Clone and Enter the Repository
42
 
43
  ```bash
44
- git clone [https://github.com/amirsohail100/my_first_ensemble-_learning_basics.git](https://github.com/amirsohail100/my_first_ensemble-_learning_basics.git)
45
- cd my_first_ensemble-_learning_basics
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.
 
41
  ### 1. Clone and Enter the Repository
42
 
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.