遇见数据集

SVM aproach

收藏
Zenodo2026-08-03 更新2026-08-13 收录
官方服务:

资源简介:

Here is a formal dataset description suitable for inclusion in your textbook before the coding exercise. Dataset Description The Loan_Approval_SVM dataset was developed for educational purposes to demonstrate the application of Support Vector Machines (SVM) in binary classification problems. It simulates the loan approval process commonly employed by financial institutions, where applicants are classified as either approved or rejected based on their financial characteristics. The dataset contains 400 observations, each representing an individual loan applicant. Every observation includes six explanatory variables describing the applicant's demographic and financial profile, together with one binary target variable indicating the loan approval decision. The explanatory variables include Age, Annual Income, Credit Score, Existing Debt, and Employment Years, while Loan_Approved serves as the response variable. The dataset was intentionally designed to contain both linearly separable and slightly overlapping observations, making it suitable for evaluating the performance of different SVM kernels, including the Linear, Polynomial, and Radial Basis Function (RBF) kernels. Consequently, it provides an effective benchmark for studying decision boundaries, support vectors, margin maximization, kernel selection, and hyperparameter tuning. The dataset contains no missing values or duplicate observations, allowing students to focus on the implementation and evaluation of Support Vector Machine classifiers rather than extensive data cleaning procedures. Although specifically designed for SVM, the dataset can also be used to compare the performance of other supervised learning algorithms such as logistic regression, decision trees, k-Nearest Neighbors, and ensemble learning methods. Dataset Summary Characteristic Description Dataset Name Loan_Approval_SVM.csv Number of Observations 400 Number of Variables 7 Explanatory Variables 6 Target Variable Loan_Approved (1 = Approved, 0 = Rejected) Machine Learning Task Binary Classification Learning Paradigm Supervised Learning Missing Values None Duplicate Records None This dataset provides a realistic learning environment for implementing Support Vector Machines and comparing their performance with other supervised classification algorithms studied throughout this chapter.

提供机构:
Zenodo
创建时间:
2026-08-03
二维码
社区交流群
二维码
科研交流群
商业服务