Skip to content

Review for LightGBM paper. Implementation of Gradient Boosting and LightGBM framework on Apple Inc (AAPL) NASDAQ prices dataset.

Notifications You must be signed in to change notification settings

Mojtaba-Alehosseini/SBU-ML-Fall2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SBU-ML-Fall2022

Python-package GitHub Actions Build Status Documentation Status License Python Versions PyPI Version Open In Colab

  • Review for LightGBM paper.
  • Implementation of Gradient Boosting and LightGBM framework on Apple Inc (AAPL) NASDAQ prices dataset.

Ensemble learning is a machine learning technique that combines the predictions of multiple models to produce a more accurate and robust prediction. It leverages the idea that multiple models can learn complementary information from the data and therefore can produce a more robust prediction than any single model. The combination of predictions from multiple models can be done by either voting (for classification problems) or by averaging (for regression problems). Some popular ensemble methods include bagging, boosting, random forests, and stacking.

LightGBM is a machine learning algorithm that uses decision trees to make predictions. It is fast and efficient, especially for large datasets, and is used for both regression (predicting a continuous value) and classification (predicting a label) tasks. It works by building multiple trees and combining their predictions to make the final result. This approach is called "boosting" and helps improve the accuracy of the model.

Reference Papers

Guolin Ke, Qi Meng, Thomas Finley, Taifeng Wang, Wei Chen, Weidong Ma, Qiwei Ye, Tie-Yan Liu. "LightGBM: A Highly Efficient Gradient Boosting Decision Tree". Advances in Neural Information Processing Systems 30 (NIPS 2017), pp. 3149-3157.

Dataset

Apple - 10 Year Stock Price History kaggle.
Source investing.com.
Coverage: Temporal coverage start date 03/25/2012 and Temporal coverage end date 03/25/2022.

About

Review for LightGBM paper. Implementation of Gradient Boosting and LightGBM framework on Apple Inc (AAPL) NASDAQ prices dataset.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published