TheAlgorithms / Algorithms-Explanation

Popular algorithms explained in simple language with examples and links to their implementation in various programming languages and other required resources.
MIT License
2.97k stars 738 forks source link

Added Gradient Boosting Classifier Explanation #228

Closed SannketNikam closed 8 months ago

SannketNikam commented 8 months ago

Description

Explanation for Gradient Boosting Classifier

Checklist

Note to reviewers

This is a explanation for Gradient Boosting Classifier Machine Learning Algorithm implemented by me here.

appgurueu commented 8 months ago

I have made the changes, could you please review it now

I'm afraid you misunderstood me. I don't think this is suitable (or likely to eventually become suitable) for inclusion.

This explanation however is unfortunately pretty vague. Many terms aren't explained and formalized properly; the example just shows how to use an existing implementation. [which you also haven't addressed] This could be formalized properly, but such a lengthy explanation would vastly exceed the scope of this project.

Maybe such a rough "overview" fits somewhere else. Good luck!