├── .gitattributes ├── .gitignore ├── .project ├── Credit_Card.sas ├── Credit_Scoring1.pptx └── README.md /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myankshah/SAS_Credit_Scoring_Model_using_LogisticRegression/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myankshah/SAS_Credit_Scoring_Model_using_LogisticRegression/HEAD/.gitignore -------------------------------------------------------------------------------- /.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myankshah/SAS_Credit_Scoring_Model_using_LogisticRegression/HEAD/.project -------------------------------------------------------------------------------- /Credit_Card.sas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myankshah/SAS_Credit_Scoring_Model_using_LogisticRegression/HEAD/Credit_Card.sas -------------------------------------------------------------------------------- /Credit_Scoring1.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myankshah/SAS_Credit_Scoring_Model_using_LogisticRegression/HEAD/Credit_Scoring1.pptx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/myankshah/SAS_Credit_Scoring_Model_using_LogisticRegression/HEAD/README.md --------------------------------------------------------------------------------