Skip to content

devendra2689/Credit_Default_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credit default prediction
Team members:
Devendra Verma: 163050061
Kurian Jacob: 163050039
Sandeep Subramanian: 163050036
Prashanth M: 163050043

Code:
Python files:
	1) knnClassifier.py: K-NN model
	How to run: python knnClassifier.py
	2) svmclassifier.py: SVM models
	How to run: python svmclassifier.py
	3) decision_tree.py: RandomForest model
	How to run: python decision_tree.py
	4) adaboost.py: Adaboost Random Forest model
	How to run: python adaboost.py
	5) neuralNetwork.py: Neural network model
	How to run: python neuralNetwork.py numberOfIterations
	

About

Project Done as part of ML course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published