Skip to content

Xuefeng-2000/h2_Bankruptcy_Prediction

Repository files navigation

h2_Bankruptcy_Prediction

homework2_DataMining

Folder Structure

.
├── data*
│   └── *.arff
├── fig
│   └── *.png
├── LICENSE
├── README.md
├── src
│   ├── AdaBoosting.py
│   ├── CNN.py
│   ├── Data_split.py
│   ├── Decision_Treelib.py
│   ├── Decision_Tree.py
│   ├── GBDT.py
│   ├── Logistic_regression.py
│   ├── main.py
│   ├── Naive_Bayes.py
│   ├── Random_forest.py
│   ├── SVM.py
│   ├── test.png
│   ├── voting_classify.py
│   ├── Xgboost_copy.py
│   └── Xgboost.py
└── xgbmodels
    ├── *.model
    └── jitter*.csv

requirements

python==3.7.11
scikit-learn==1.0.1
sklearn
pandas==1.3.3
scipy==1.7.3
numpy==1.21.2

How To Run

step into src/ and run the python scripts

eg:

cd h2_Bankruptcy_Prediction/src/
python SVM.py

About

homework2_DataMining

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages