Introduction to Machine Learning in Healthcare
Knowledge Discovery Process
Types of Machine Learning Tasks
Classification Problems in Healthcare
Example dataset from students with attributes: activity, sleep time, blood pressure, heart rate, heart rate variability, stress levels (binary).
Predictor attributes are activity, sleep time, etc.; the class attribute is stress level (to be predicted).
Explanation of how to classify new data points based on learned patterns from the dataset.
Decision Tree Model
Evaluating Machine Learning Models
Challenges in Model Evaluation
Leave-One-Out Cross-Validation
Final Thoughts
Next Steps