Skip to content

Cohort 11 Capstone Project for the Certificate of Data Science at Georgetown University School of Continuing Studies.

License

Notifications You must be signed in to change notification settings

huaqunTF/Interest-Rate-Predictor

Repository files navigation

Interest-Rate-Predictor

Cohort 11 Capstone Project for the Certificate of Data Science at Georgetown University School of Continuing Studies.

Abstract: The purpose of this project is to create a model that should be able to predict the Interest Rate for 12, 24, 36-month term loans based on the consumer input and other variables. The end product of the project is an Interactive Personal Loan Calculator which can be embed in various informative websites. The calculator can help customers to simulate a real-life application process without having to share their sensitive personal information.

To clone the repository:

  1. Install git on your workstation
  2. Make a directory in which to install the repository
  3. Navigate to the repository on GitHub and click the green Clone Rpository button
  4. Choose HTTPS or SSH depending on how you set up authentication
  5. In your terminal, navigate to the directory you created
  6. Type git clone and paste the string you copied from the green button
  7. Enter the folder for the repo so git will track your changes

To check in code:

  1. When you're ready to check in the code, save your work
  2. Create a branch for your work, type git checkout -b branch_name (create a name for your branch for branch_name)
  3. Type git add . to add all changes
  4. Type git commit -m "your message" (in the quotes write a message describing your commit)
  5. Type git push origin branch_name to push your branch to the master branch
  6. Type in your credentials if you're using HTTPS to authenticate
  7. Navigate to your repository in the browser
  8. You should see your branch name in a yellow status bar
  9. Click the button to create the pull request
  10. Write a description for your pull request and click the create pull request button
  11. Alert whoever is reviewing your code that your pull request is ready
  12. The code reviewer then reviews the pull request, and if ready, merges branch_name into the master branch

About

Cohort 11 Capstone Project for the Certificate of Data Science at Georgetown University School of Continuing Studies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages