sumanths012 / SymptoSense

This project builds a diabetes prediction web app using machine learning and the PIMA Indian Diabetes dataset. It predicts the likelihood of diabetes based on factors like glucose levels, BMI, and insulin. The app features a user-friendly interface built with Streamlit for easy access.
0 stars 2 forks source link

Perform an initial analysis of the dataset. #3

Closed sumanths012 closed 1 month ago

sumanths012 commented 1 month ago

Identify all columns and their data types. Check the distributions of key columns like Glucose, BMI, and Age. Summarize the dataset structure for future reference. Deadline: End of Week 2

sumanths012 commented 1 month ago

Task completed successfully.

Summary of analysis:

Ready for review and closing the task by the deadline (End of Week 2).