| --- |
| license: apache-2.0 |
| metrics: |
| - accuracy |
| pipeline_tag: tabular-classification |
| --- |
| # XGBoost Model for Banking Data Analysis |
|
|
| This repository contains an XGBoost model trained on banking data for various analysis and predictions. The model has achieved an accuracy of 95% on the test dataset and is available for use in data analysis tasks. |
|
|
| ## Model Details |
| - **Algorithm**: XGBoost (Extreme Gradient Boosting) |
| - **Dataset**: Banking Data |
| - **Objective**: Data analysis and prediction tasks |
| - **Accuracy**: 95% |
|
|
| ## Usage |
| You can use this model for various data analysis and prediction tasks in the banking domain. Below are some code snippets to help you get started: |
|
|
|
|