This repository contains my internship deliverables and analysis work completed during the Mainflow internship. The focus of the work includes exploratory data analysis (EDA), insights generation, and healthcare-related analytics using datasets such as heart disease and heart failure.
- Internship task reports (PDF deliverables)
- Healthcare analytics reports (Heart Disease / Heart Failure)
- Findings and summaries from analysis work
- Data exploration and data quality checks
- Insight generation and reporting
- Analytical thinking and structured documentation
- Basic machine learning concepts (where applicable)
To keep this repo recruiter-friendly, use this structure: Mainflow-Internship/ ├── README.md ├── reports/ │ ├── Task_1.pdf │ ├── Task_2.pdf │ ├── Task_3.pdf │ ├── Task_4.pdf │ ├── Task_5.pdf │ ├── heart_disease_report.pdf │ └── heart_failure_report.pdf └── notebooks/ ├── heart_disease_project.ipynb └── heart_failure_project.ipynb
- Created structured deliverables for multiple internship tasks
- Documented insights from healthcare datasets to support decision-making
- Practiced end-to-end analysis workflow: problem understanding → analysis → reporting
- Add a Jupyter Notebook (
notebooks/) showing the analysis workflow (EDA + model training) - Add a
requirements.txtfor reproducibility - Add charts/screenshots to make insights easier to scan