Skip to content

Commit

Permalink
Merge pull request #419 from goyalpramod/live
Browse files Browse the repository at this point in the history
add clickable links for ID3 and C4.5 algorithms
  • Loading branch information
hmert authored Oct 27, 2023
2 parents 5f6982d + f24aa0f commit d5abd3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ These are some Machine Learning and Data Mining algorithms and models help you t
- [k-nearest neighbor](https://en.wikipedia.org/wiki/K-nearest_neighbors_algorithm)
- [Support Vector Machines](https://en.wikipedia.org/wiki/Support_vector_machine)
- [Decision Trees](https://en.wikipedia.org/wiki/Decision_tree)
- ID3 algorithm
- C4.5 algorithm
- [ID3 algorithm](https://en.wikipedia.org/wiki/ID3_algorithm)
- [C4.5 algorithm](https://en.wikipedia.org/wiki/C4.5_algorithm)
- [Ensemble Learning](https://scikit-learn.org/stable/modules/ensemble.html)
- [Boosting](https://en.wikipedia.org/wiki/Boosting_(machine_learning))
- Stacking
Expand Down

0 comments on commit d5abd3e

Please sign in to comment.