Skip to content

rohitsathish/Finding-Donors-for-a-Charity-Adaboost-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finding-Donors-for-a-Charity-Adaboost-Model

This project is based on the Finding Donors for CharityML project of the Introduction to Machine Learning with PyTorch nanodegree on Udacity. The final model had an accuracy of 86.63% and F-score of 0.7425 on the test data.

Introduction:

CharityML is a fictitious charity organization located in the heart of Silicon Valley that was established to provide financial support for people eager to learn machine learning. After nearly 32,000 letters were sent to people in the community, CharityML determined that every donation they received came from someone that was making more than $50,000 annually. To expand their potential donor base, CharityML has decided to send letters to residents of California, but to only those most likely to donate to the charity. With nearly 15 million working Californians, CharityML has brought you on board to help build an algorithm to best identify potential donors and reduce overhead cost of sending mail. Your goal will be evaluate and optimize several different supervised learners to determine which algorithm will provide the highest donation yield while also reducing the total number of letters being sent.

Objectives:

This project is designed to get you acquainted with the many supervised learning algorithms available in sklearn, and to also provide for a method of evaluating just how each model works and performs on a certain type of data. It is important in machine learning to understand exactly when and where a certain algorithm should be used, and when one should be avoided.

Things you will learn by completing this project:

  1. How to identify when preprocessing is needed, and how to apply it.
  2. How to establish a benchmark for a solution to the problem.
  3. What each of several supervised learning algorithms accomplishes given a specific dataset.
  4. How to investigate whether a candidate solution model is adequate for the problem.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published