Skip to content

My second data science project on predicting students like to be blood donors through a modification of RFM model using R.

Notifications You must be signed in to change notification settings

inrazhtet/BloodDonationPrediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Blood Donor Prediction

The goal of the project is more accurately predict blood donors using a modification of the Recency-Frequency-Monetary model. The data set has five features with four predictors of

  • Months since Last Donation
  • Number of Donations
  • Total Volume Donated
  • Months since first donation

The dependent variable is a categorical variable of

  • Made Donation in March 2007.

In the project, I have used

  • SVM Linear
  • SVM Kernel
  • Logistic Regression with Cross Validation. I have also written my own Cross Validation function.

About

My second data science project on predicting students like to be blood donors through a modification of RFM model using R.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published