Skip to content
#

xgbclassifier

Here are 41 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

The online payment fraud analysis project follows several step approach from data preprocessing through model evaluation, result comparison and final model selection, using transaction patterns to identify fraud indicators including account draining, suspicious transfers, and balance inconsistencies.

  • Updated May 19, 2025
  • 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