XG Boost
XGBoost is an implementation of Gradient Boosted decision trees. XGBoost models majorly dominate in many Kaggle Competitions. In this algorithm, decision trees are created in sequential form. Weights play an important role in XGBoost. Weights are assigned to all the independent variables which are then fed into the decision tree which predicts results. The weight of variables predicted wrong by the tree is increased and these variables are then fed to the second decision tree. These individual classifiers/predictors then ensemble to give a strong and more precise model. It can work on regression, classification, ranking, and user-defined prediction problems.

Applications of XG Boost? Let's Understand!
● Ranking problems
● Classification
● Regression

About XG Boost: Let's See!
●Tensorflow
●sci-kit learn
●Py torch
● Keras
●NumPy
●Pandas
●Matplotlib
●Theano
●Scipy
●Plotly
●Statsmodels
