Pankaj001 commited on
Commit
da6c606
·
verified ·
1 Parent(s): f53d3f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
2
  license: apache-2.0
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ metrics:
4
+ - accuracy
5
+ pipeline_tag: tabular-classification
6
  ---
7
+ # XGBoost Model for Banking Data Analysis
8
+
9
+ 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.
10
+
11
+ ## Model Details
12
+ - **Algorithm**: XGBoost (Extreme Gradient Boosting)
13
+ - **Dataset**: Banking Data
14
+ - **Objective**: Data analysis and prediction tasks
15
+ - **Accuracy**: 95%
16
+
17
+ ## Usage
18
+ 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:
19
+