https://github.com/edaaydinea/gbm
https://github.com/edaaydinea/gbm
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edaaydinea/gbm
- Owner: edaaydinea
- Created: 2019-12-19T12:53:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-26T18:01:42.000Z (over 5 years ago)
- Last Synced: 2023-10-20T09:36:00.595Z (almost 2 years ago)
- Language: C#
- Size: 26.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gradient Boosting Machine Algorithm
We did this project as a group while I participating in Applied Machine Learning and Numerical Software Development courses through Organon Analytics.
Gradient Boosting is another technique for performing supervised machine learning tasks, like classification and regression. XGBoost is particularly popular because it has been the winning algorithm in a number of recent Kaggle competitions.