edualgo / Grokking-Machine-Learning

This repo aims to contain different machine learning use cases along with the descriptions to the model architectures
https://github.com/Abhijit2505/Grokking-Machine-Learning/wiki
MIT License
63 stars 49 forks source link

Predict if a blood donor will donate again #160

Closed shraiyya closed 3 years ago

shraiyya commented 3 years ago
  1. The data is collected from the donor database of the Blood Transfusion Service Center in Taiwan.
  2. The dataset, obtained from the UCI Machine Learning Repository, consists of a random sample of 748 donors.
  3. The task is to predict if a blood donor will donate within a given time window. Model selection is done using TPOT.
  4. Log normalization is implemented.
  5. Please add the DWOC Tag and level