Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 640 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 640 Bytes

Bankruptcy-Prediction

The Bankruptcy Prediction project is a machine learning project that aims to predict if an organization is likely to go bankrupt based on a set of attributes related to the organization's financial data. The project used a data set of 250 records, each with 6 nominal attributes, to train and test machine learning models. The machine learning techniques used in this project included Linear and Non-Linear Support Vector Machines (SVM), Decision Tree Classifier, and Gaussian Naive Bayes. The goal of the project was to develop a model that could accurately predict bankruptcy based on the financial data provided.