From 616bf9d64cd376ab5c7050b2dcc3454d6929db1a Mon Sep 17 00:00:00 2001 From: Pradeep Thapa Date: Tue, 19 Sep 2023 22:51:18 +1000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5440f68..9920e9a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![CodeQL](https://github.com/PradeepThapa/ml-classification-bank-marketing/actions/workflows/codeql.yml/badge.svg?branch=master)](https://github.com/PradeepThapa/ml-classification-bank-marketing/actions/workflows/codeql.yml) + # **Machine Learning Algorithms** - Decision Tree Classification - Random Forest Classification @@ -5,4 +7,4 @@ Dataset is obtained from: _https://archive.ics.uci.edu/ml/datasets/Bank+Marketing_ - The classification goal is to predict if the client will subscribe (yes/no) a term deposit (variable y). \ No newline at end of file + The classification goal is to predict if the client will subscribe (yes/no) a term deposit (variable y).