Skip to content
#

xgbclassifier

Here are 32 public repositories matching this topic...

In this Python machine learning project, using the Python libraries scikit-learn, numpy, pandas, and xgboost, I have build a model using an XGBClassifier. We’ll load the data, get the features and labels, scale the features, then split the dataset, build an XGBClassifier, and then calculate the accuracy of our model.

  • Updated Jul 5, 2021
  • Jupyter Notebook

In this classification project, we will use different features like passenger class, sex, age, fare, etc to predict whether a person will survive in titanic or not.

  • Updated Nov 1, 2021
  • Jupyter Notebook

In this problem i have tried to explain how XGB algorithm works in case of classification. I have also stated the accuracy score at the end for our XGBClassifier model. The confusion matrix has also been shown for the same. I have used the Kaggle Dataset - Titanic Survivors csv file.

  • Updated Feb 8, 2022
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the xgbclassifier topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xgbclassifier topic, visit your repo's landing page and select "manage topics."

Learn more