MATURE-HEALTH: HEALTH Recommender System for MAndatory FeaTURE choices

Ritu Shandilya,Sugam Sharma,Johnny Wong
2023-04-21
Abstract:Balancing electrolytes is utmost important and essential for appropriate functioning of organs in human body as electrolytes imbalance can be an indication of the development of underlying pathophysiology. Efficient monitoring of electrolytes imbalance not only can increase the chances of early detection of disease, but also prevents the further deterioration of the health by strictly following nutrient controlled diet for balancing the electrolytes post disease detection. In this research, a recommender system MATURE Health is proposed and implemented, which predicts the imbalance of mandatory electrolytes and other substances presented in blood and recommends the food items with the balanced nutrients to avoid occurrence of the electrolytes imbalance. The proposed model takes user most recent laboratory results and daily food intake into account to predict the electrolytes imbalance. MATURE Health relies on MATURE Food algorithm to recommend food items as latter recommends only those food items that satisfy all mandatory nutrient requirements while also considering user past food preferences. To validate the proposed method, particularly sodium, potassium, and BUN levels have been predicted with prediction algorithm, Random Forest, for dialysis patients using their laboratory reports history and daily food intake. And, the proposed model demonstrates 99.53 percent, 96.94 percent and 95.35 percent accuracy for Sodium, Potassium, and BUN respectively. MATURE Health is a novel health recommender system that implements machine learning models to predict the imbalance of mandatory electrolytes and other substances in the blood and recommends the food items which contain the required amount of the nutrients that prevent or at least reduce the risk of the electrolytes imbalance.
Information Retrieval,Artificial Intelligence,Machine Learning
What problem does this paper attempt to address?
### Problems the Paper Attempts to Solve The paper primarily attempts to address the following two issues: 1. **Predicting the trend of users' laboratory indicators for early detection of imbalances in electrolytes, metabolic parameters, and acid-base balance**: - By analyzing users' latest laboratory test results and daily dietary intake, it predicts future trends in electrolytes (such as sodium, potassium), metabolic parameters (such as BUN), and acid-base balance. - A random forest regression model is used for prediction and its accuracy is validated. 2. **Preventing further deterioration of health conditions**: - Upon predicting potential risks, timely measures are taken to prevent further deterioration of the patient's health condition. - Based on the prediction results, the patient's daily nutritional needs are adjusted, and foods that meet these needs are recommended to avoid further health issues. The paper proposes a health recommendation system named MATURE-Health, which utilizes machine learning algorithms to achieve the above two goals. Specifically, MATURE-Health combines users' laboratory test results and daily dietary data to predict future health indicator changes and recommends appropriate dietary plans based on the predictions. The experimental section validates the effectiveness of this system, particularly in predicting sodium, potassium, and BUN levels, with accuracies of 99.53%, 96.94%, and 95.35%, respectively.