The process i underwent when working on this model:
- loading the data,
- dropping unncessary columns,
- extracting categorical and numerical data from the entire kidney dataset.
- imputing errors in the data
- filling missing data with random samples
- selecting best feature using SelectKBest method and chi2 techniques
- selecting important features
- Antony Gitau