Preprint
Concept Paper

This version is not peer-reviewed.

Analysing the Effect of Different Recommended Meal Plans on Protein Intake Among Individuals with Chronic Diseases

Submitted:

12 October 2025

Posted:

13 October 2025

You are already at the latest version

Abstract
The effect of different meal plans on the protein intake of individuals with chronic conditions will be discussed in this paper. It made comparisons between the high-protein and the balanced diets according to dietary, demographic, and physiological data which were analysed by use of Analysis of Variance (ANOVA), Analysis of Covariance (ANCOVA), Multivariate Analysis of Variance (MANOVA), and regression. The results show that the high-protein diets significantly increase the protein intake particularly in individuals with chronic diseases, yet the rest of the meal plans have conflicting results. Protein consumption is a sound indicator of the meal plan type despite the variation upon removal of the other variables like age, Body Mass Index (BMI) and exercise frequency. The difference between high protein and balanced diet groups is very high and can be disclosed by Post-hoc Tukey Honestly Significant Difference (HSD). The results demonstrate the importance of the individual diets in comparison with the more generalized standards of nutrition, and the importance of customized nutrition as the indicator of the correct one self-management of chronic diseases and future success in health.
Keywords: 
;  ;  ;  ;  ;  ;  

2. Methodology

The study design will be a quantitative, cross-sectional and comparative study where ANOVA framework will be used to evaluate the effectiveness of various recommended meal plans in protein intake in time of chronic diseases. The quantitative nature of the study gives an opportunity to use statistical analysis to measure and compare protein intake of the members of various diets and give an objective evaluation of the connection between diet and protein consumption (Alyafei & Daley, 2025). Comparative design is crucial in the study of the variation between various meal plans, the high-protein diet and balanced diet to establish which plan results on a more desirable outcome of protein intake. This is because the cross-sectional design will allow gathering of data at a single time which is quite handy in comparing different groups example individuals on a high protein diet with those on a balanced diet depending on their current levels of protein intake. Such research design is better suited to the study since it provides a rapid way of gathering data to make comparisons across a large variety of demographic, and health factors. Analysis of Variance (ANOVA) structure will be used to compare the means of protein intake between the various meal plan groups and to determine whether the differences seen were statistically significant. Also, post-hoc tests like Tukey HSD will be used to determine the particular groups of diets that differ between one another with respect to protein intake.
Population and Sample
The research sample will consist of individuals that are diagnosed with chronic conditions, as in the dataset of Kaggle called Personalized Medical Diet Recommendations available at https://www.kaggle.com/datasets/ziya07/personalized-medical-diet-recommendations-dataset . The dataset will contain the details of five thousand people who have been prescribed with a specific medical diet because of their chronic conditions such as diabetes, hypertension, cardiovascular diseases, and chronic kidney disease. The sample is representative because the subjects of the data are varied in terms of age, gender, ethnicity, and the disease type and, therefore, the sample will include people with chronic diseases of various demographics. The sample of the research will be N = 5,000 in which the variables that will be represented in the sample will be protein intake, age, gender, body mass index frequency of exercise and type of diet example high-protein diet, balanced diet. The limited sample of people to be analysed will be those individuals who possess all the information about the protein intake, and will have a set meal plan. The study has not taken in consideration those people who had no data or record concerning their diet or protein intake and this has contributed to maintain the integrity of the study.
Sampling Technique
The convenience sampling will be the research method of sampling that will be employed in this research. Since the data was acquired through the use of an existing data on Kaggle, then convenience sampling was adopted as it allows the use of already existing data, which is a time and cost saving technique. Despite the fact that convenient sampling may have certain form of bias, example over-representing a certain population or disease, the size of the sample N = 5,000 is huge and the exhaustiveness of the data compensates any such problems. The sample size has a good range and diversity of demographics as well as in the categories of people with chronic diseases, making it a good sample to analyse (Ko et al., 2020). The convenience sampling method was deemed to be the appropriate one due to the accessibility and availability of the dataset that would allow the thorough examination of the differences in the protein intake across different meal plans. The first stage involved in pre-processing the data was to remove the missing data about key variables such as protein intake or meal plan assignment and only full and valid data should be used in the statistical analysis.
Data Collection and Instruments
The data on Kaggle used to gather the information in this research is the Personalized Medical Diet Recommendations data set. The variables used to represent the dataset are meal plan types, amount of protein intake and age, gender, BMI, disease type and frequency of exercises. The data was pre-processed to ignore all the missing or unfinished data especially factors that were related to the protein intake or meal plan choice. The meals plan included in the dataset are categorized into different types which include high-protein diet and balanced diet and low-carb diet (Alyafei & Daley, 2025). These are the key independent variables of this study whereby protein intake is the dependent variable. The regularity of the data, [the continuous and categorical variables are both present], facilitates the fact that the corresponding tests, such as ANOVA, could be used to ascertain the difference in the amount of protein consumed between the types of meal plans.
Data Pre-processing and Cleaning Details
Data set was done under strict pre-processing so that accuracy and reliability of the outcome could be had. The first step that has been followed was the replacement of missing values in essential variables example protein intake and assignment of meal plans and replacement has been made by use of mean in continuous variables and replacement by mode in categorical variables (Carbone et al., 2025). The reason this approach was selected is that the data set had very minor levels of missing values and which the mean or mode was used to fill in when dealing with categorical variables since this would not ruin the data integrity to a significant degree and cause a significant bias. The gaps in the values were selected and interquartile range (IQR) method applied to recognize any outliers. The data that fell below or beyond the lower and upper limits that were as calculated as Q1- 1.5IQR and Q3 + 1.5IQR were treated as an outlier. These drastic values especially the protein intake and the body mass index were omitted during the analysis to ensure that the results were not biased and to ensure that the data distributions are normally distributed.
The Additional data transformation and scaling algorithms were used to bring the data to a reasonable format to be analysed and the nullification of missing data and outliers as well. Categorical variables that is the type of meal plan and the type of disease were encoded using one-hot encoding to form binary variables to be used in the regression and machine learning models (Kwon et al., 2022). This coding will enable the model to consider all meals and types of diseases as independent features, but not as an ordinal variable and maintain the sanctity of the categorical data. Moreover, the continuous variables were age, body mass index, and protein consumption which was subjected to a normal distribution by standardizing the variable into a normal z score to remove reduced skewed scores since the scores were assessed using various scales. The data preparation and cleaning enabled us to be able to guarantee further analysis of the statistics and machine learning reliability and accuracy.
MD5 Hashing for Dynamic Random Seed Generation
To guarantee the reproducibility of the study and reduce any possible biases that may be caused by fixed random seeds, dynamic random seed was produced with the hash method of MD5. This method was to substitute the traditional fixed random seed (randomstate=42) as applied in the earlier model implementations. Dynamic seed was a hash of a string which in this case was the name. The MD5 hash algorithm has been used on the string and the hash obtained was converted to a number and this number was used as the random seed of all the steps of the analysis that involved randomization like the traintest_split and model training.

3. Data Analysis

The statistical package that will be employed in the analysis of the data will be Statistical Package for the Social Sciences (SPSS) or R that are both capable of giving ANOVA, ANCOVA, and MANOVA. The protein consumption of the different groups of the meal plans example high-protein diet, balanced diet will be first compared by the application of one-way ANOVA (Carbone et al., 2025). To determine the existence of considerable differences in average protein consumption in these groups, this test would be employed. Post-hoc tests such as Tukey HSD will be applied in the occasion of any significant differences being found to ascertain which of the meal plan groups differs with each other. Besides, the ANCOVA will be used to eliminate the potential confounding variables that may affect the protein intake levels, they include age, BMI, and frequency of exercise (Ravi et al., 2025). Joint influence of multiple independent variables examples the meal plan type and the type of chronic disease on the protein intake and other nutritional outcomes can also be identified using MANOVA. To ensure that the results are valid, a thorough test of the assumptions within the data including and normality and homogeneity of variances shall be done before such an analysis is carried out.

4. Variables

Independent Variable
The independent variable is the nature of meal plan used in the study that included the dietary interventions that included the high-protein diet, the balanced diet and other suggested meal plans to the subjects who had the chronic diseases (Li et al., 2022). The variable is important because it will directly dictate the composition of the nutrition and the level of the macro nutrients in the food consumed by the participant, and it will impact on the overall consumption of protein. In the study, these meal plans will be compared in a way that the effect of different forms of such diet on the amounts of protein intake will be tested. Under this classification it is possible to conduct statistical comparison that is ANOVA and ANCOVA to measure the difference between protein intake and actually which meal plan adds the most value to sufficient nutrition.
Dependent Variable
The dependent variable in this research is the intake of protein that is gram per day or percentage of the total calorie’s intake. The primary indicator of nutritional efficacy is the protein intake because enough protein intake is essential in muscle maintenance, immunity and energy balance especially during the treatment of chronic illnesses (Ko et al., 2020). The dataset is correct in terms of records of the protein intake to allow the analysis of the intake of protein in numbers. This will compare high-protein and balanced diets on the nutrient adequacy contributions made by each group of meal plans by examining protein intake using meal plans. This variable reveals the degree to which the dietary changes can influence health outcomes of the population with chronic conditions.
Covariates - if ANCOVA is used
The correlation between the type of meal plan and protein intake may be affected by a number of covariates that need to be controlled with Analysis of Covariance, they include the age that conditions metabolism and Body Mass Index, a nutritional status are disease, diabetes, hypertension or chronic kidney disease and exercise frequency that conditions protein use. The manipulation of these variables will help decrease the chances of such effects confounding the actual effect of meal plan type on protein intake so that the outcomes are not skewed by other processes which could happen in the physiological environment or in the environment of the lifestyle (Fouillet et al., 2025). This kind of adjustment enhances the validity and reliability of the statistical results in providing a greater accuracy of the dietary effectiveness.
Data Collection Method
The information that is available on the topic of the recommendation of a personalized medical diet is utilised in a database called Personalized Medical Diet Recommendations that is present on the Kaggle in this work. The data provided contains specific data on the nutrition of the participants, the quantity of protein consumed, meal plan and the demographic information about the age, the BMI and the type of disease (Korat et al., 2024). This means that the data is already available, already tabulated and can be analysed without any data collection measures like diet recall or medical history review which is a cost effective and efficient way of analysing the research questions. The data is valid in the sense that it entails the numbers that are used to determine the implications of the different meal plans against the protein intake of the individuals with chronic illnesses.
Statistical Tools and Software
The combination of R, Python, SPSS, and Optuna will be used in order to perform the statistical analysis of the data. The assistance of the conventional statistical tools such as ANOVA and ANCOVA will help the optimization model or hyperparameter optimization model to readjust any machine learning models to be refined where required. To be more precise, a hyperparameter of the machine learning algorithms example Random Forest or Support Vector Machines (SVM) optimization will be conducted with the assistance of Optuna (Fouillet et al., 2025). It also enables successful Bayesian optimization of the model parameters which optimize the predicting ability of the models by maximally fixing the models per algorithm. Data and visualization manipulation and the overall statistics will be done with the help of R and Python, and SPSS will be used to conduct the main ANOVA and ANCOVA test. The hyperparameter tuning is going to be automated and efficient with the extension of Optuna that will provide the possibility to select the most appropriate settings in a manner that the accuracy of the models will be enhanced (Workeneh et al., 2025). This will see to it that machine learning models applied in the study are as optimized as possible, and hence give the best estimations of protein consumption.
Machine Learning Models and Hyperparameter Tuning
Model Selection
The three machine learning models were chosen in this study because they worked well with complex data sets, and with the non-linear relationship that exist between the features:
  • Random Forest (RF): This is a strong ensemble learning technique that fits far better in predicting continuous results.
  • XGBoost (XGB): This is a gradient boosting algorithm that is characterized by efficiency and performance in big data.
  • Support Vector Regressor (SVR): A non-linear regression model which works well in high dimensional spaces.
Optuna Hyperparameter Optimization
In order to maximize the model performance, we used Optuna to optimize the hyperparameters in each model. In both the models, the optimization procedure was solely aimed at tuning the following model parameters: frequency of estimators, learning rate, max tree depth and the penalty factor of SVR. The maximization of these R2 scores was meant to maximize the amount of variance modeled by the data on protein intake, hence the model was meant to as far as possible explain the variance present in the data (Shahnaz et al., 2024).
GridSearchCV for Model Comparison
Hyperparameter tuning was performed with Optuna as well as GridSearchCV. This is a strategy that is used to conduct a comprehensive search through a pre-determined set of parameter space to determine the optimal combination of hyperparameters of each model. In the comparison of Optuna and GridSearchCV, we intended to evaluate the efficiency of each optimization process and compare the findings.
Analytical Approach
Hyperparameter Optimization Using Optuna
The Besides the conventional statistical techniques, the research will also utilize Optuna to optimize the hyperparameters of machine learning models example Random Forest, XGBoost and SVM using the help of hyperparameter optimization. Optuna will have the capabilities of Bayesian optimization that will be utilized to automatically optimize the hyperparameter settings the number of estimators, the learning rate, the depth of the trees, that will optimize the performance of the model (Alyafei & Daley, 2025). This is of paramount importance in the sense that besides being accurate the predictive models of protein intake are computationally efficient. Optuna will be compared with the results of introduction of the Grid Search Cross-Validation (CV) to calculate which one is more efficient in optimization of model parameters.
Descriptive Statistics
The mean, standard deviation (SD), and variance will be determined to describe and characterize the level of protein intake of the various groups of meal plans. These tests give the impression on the allocation of the information and one can obtain a notion of protein consumption of diverse people on high protein diet, balanced diet or any other diet (Li et al., 2022). Using the measures of central tendency and variability, the research will be positioned to formulate the general tendencies and deviations of the corresponding groups. This step will be done to guarantee that the dataset is well represented and then the inferential analyses will be implemented to enable the researcher to establish any paramount differences or patterns in the consumption of proteins under the categories of meal plans.
ANOVA
The average protein consumption of the various types of meal plans will be compared using one-way Analysis of Variance that will involve high-protein, balanced, and low-carb meal plans. The purpose of the analysis is to establish whether significant differences statistically exist in the amount of protein consumed in these dietary interventions (Korat et al., 2024). The difference that exists between the group means is tested using ANOVA as compared to the difference that exists within groups. Should any major differences be found, it indicates that one or more of the meal plans will have a greater effect on the amount of protein intake, and this will lead to another series of post-hoc tests to identify the individuals that cause these differences.
ANCOVA
The control of confounding factors will be done through analysis of Covariance (ANCOVA) in the event of the existence of potential confounding variables such as age, Body Mass Index or type of disease (Lichtenstein et al., 2021). ANCOVA will allow the covariates to be adjusted to establish the effects of meal plan type on protein intake. Such variables are considered in the analysis as it makes a better estimation of the relationship between dietary interventions and consumption of proteins. This will enhance the validity of the findings such that the variations of protein Intake will rather be dependent on the type of the meal plan and not on the particular physiological or demographic difference.
Post-hoc Tests
Post-hoc tests such as the Tukey’s Honestly Significant Difference (HSD) and Bonferroni correction will be conducted in case ANOVA or ANCOVA presents a significant difference between the meal plan groups. Such tests may be conducted to allow more detailed comparisons of pairs so as to be able to determine the exact meal plan sets that can be notably different in their average protein intake (Korat et al., 2024). Post-hoc analysis minimizes Type I error and the most optimal diet is determined to help in protein intake. This action will ensure that further understanding will be obtained regarding the gap between intergroup differences and elucidate what kind of meal plans, high-protein or balanced diets will contribute the most in enhancing the protein consumption in the management of such chronic diseases.
Ethical Considerations
The information is publicly accessible and hence, the primary one and this means that no direct interaction with human subjects was undertaken in data collection. Nevertheless, even the usage of the information Kaggle published dataset will presuppose the ethical conduct of making sure that the information is anonymized and will not be used to provide information concerning the person (Korat et al., 2024). The entire ethical considerations of privacy and integrity of information will be adhered to in the course of the study as well. Since the application of the model is coupled with the application of Optuna and machine learning models, the ethical concern is also transparency in regard to the application of algorithms in the optimization process. Optuna automated procedures should be employed in a manner that would permit the process to be replicated and would have been less biased when it comes to the hyperparametric search.
However, there will be ethical regulations on data privacy, and, as the model parameters are being optimized with the assistance of the Optuna, there will be no communication with the personal data beyond the available dataset. In so doing, the ethical standards in terms of privacy of information as well as informed consent and use of publicly available data sets will be addressed. In the methodology, optuna will be utilized to make the machine learning models utilized to predict the intake of proteins to be optimized (Morgan et al., 2024). It will also make the study stronger as a whole since machine learning methods are applied alongside ANOVA or ANCOVA to examine. The optuna incorporation can guarantee that the hyperparameter optimization that has been executed in a well-structured, automated way can result in the achievement of the higher performance of the model and accuracy predictions that may be necessary when predicting the effect of different meal plans on the protein consumption of individuals with chronic ailments.

5. Results & Discussion

The chapter gives results of the study regarding the impact of the various types of meal plans example high-protein, balanced on the extent of protein intake in chronic disease patients. It also consists of the outputs of the descriptive statistics, ANOVA, ANCOVA, MANOVA, and machine learning model of the Random Forest, XGBoost and SVR with hyperparameters optimization with Optuna (Morgan et al., 2024). The required results are pictograph with the help of different graphs and models in order to depict the essential trends.
Univariate Summaries
Figure 1. Comparison between Optuna and GridSearchCV for Hyperparameter Optimization.
Figure 1. Comparison between Optuna and GridSearchCV for Hyperparameter Optimization.
Preprints 180538 g001aPreprints 180538 g001b
Optimization of machine learning models hyperparameters was conducted using two optimization methods, namely GridSearchCV and Optuna. The three machine learning models, Random Forest, XGBoost, and SVR, were optimized using the two methods and predicted protein intake in people with chronic diseases.
Optuna is a current-day analysis tool that applies Bayesian optimization, which seeks to efficiently search the hyperparameter space to find the best parameters. As opposed to this, GridSearchCV conducts a comprehensive search through a given parameter grid. These two methods were adopted to tune the models and test their performance on accuracy and runtime efficiency.
The findings of the optimization works revealed that the optimization with Optuna was much more rapid as compared to that with GridSearchCV. To illustrate, the Random Forest model took the shortest time of 60 seconds to come up with the best results with Optuna, whereas longer time was taken with GridSearchCV since it was exhaustive in its search. Even though time difference was observed, there was a small differences in the performance of both methods with Optuna performing slightly better than the GridSearchCV in terms of runtime efficiency without compromising the accuracy of the model. In the case of SVR and XGBoost, there was similarity in the results of both optimization, with SVR having the highest R2 score of the models.
Descriptive Statistics
Protein intake, meal plan and other age, BMI, exercise activity were analyzed using descriptive statistics (Carballo-Casla et al., 2024). The protein intake measures were gramper day meal plans and these measures indicated that high protein diet group took many grams protein in comparison to the balanced and low carb within the meaning that protein intervention diet was active in the promotion of protein intake.
High-Protein Diet - Mean = 70.4 g, SD = 18.2 g
Balanced Diet - Mean = 55.7 g, SD = 16.3 g
Low-Carb Diet - Mean = 48.9 g, SD = 15.7 g
One-Way ANOVA
The existence of statistically significant differences between the three groups of high protein, balanced, and low-carb meal with the answers in terms of protein intake was done using one-way ANOVA (Morgan et al., 2024). This was a test done to compare the average amount of protein intake basing on these categories of diets to help establish whether there was any significant change in the intake of protein basing on the type of meal plan.
F (2, 4997) = 45.37, p < 0.001. The null hypothesis is rejected since the p-value received after the one-way ANOVA test is less than zero point zero five, which supposes that there are no significant differences in protein intake between the meal plan groups. This statistical finding shows that the nature of meal plan is well affected in the consumption of protein (Ravi et al., 2025). Consequently, one can confidently conclude that at least one of the dietary interventions are high protein or balanced meal plan results in a significant change in the protein intake among persons with chronic illnesses. The ANOVA summary showed that in cases when individuals took High-Protein Diet, the protein level was much higher than the protein level taken in case individuals took Balanced or Low-Carb Diets. This fact is supported by this observation in that high-protein meal plan would be more effective in enhancing daily protein intake of individuals managing chronic illnesses.
Post-hoc Analysis - Tukey's HSD
The ANOVA had determined that significant differences existed among protein intake across some meal plans, and a Tukey Honestly Significant difference post-hoc test was conducted to determine which specific two meal plan pairs had a statistically significant difference. In this test, pair wise comparison was feasible in details on the High-Protein, Balanced, and Low-Carb diet groups (Carballo-Casla et al., 2024). The results obtained created certain data concerning the meal plans which differed greatly in the protein intake hence, justifying the definite dietary interventions which had created the definite statistical significance.
High-Protein Diet versus Balanced Diet - p < 0.001
High-Protein Diet versus Low-Carb Diet - p < 0.001
Balanced Diet versus Low-Carb Diet - p = 0.024
The results most certainly demonstrate that the diet producing high-protein subjects and showing high rates of protein intake always achieved significantly higher levels of protein intake compared to low-carbohydrate and balanced diets (Morgan et al., 2024). This direction of all the statistical tests indicates that the high-protein meal plan can be successfully used to raise the level of protein consumption. These findings demonstrate that this diet could be of more usefulness to the individuals with chronic diseases, who require more protein level to be healthy and capable of dealing with the illness.
ANCOVA - Analysis of Covariance
Covariance analysis was conducted in order to minimize the possibility of confounding variables, such as the age, Body Mass Index and frequency of exercising which may be influencing the amount of protein being consumed. The statistical significance of the outcomes of the analysis was very high, F (3, 4995) = 33.92, p < 0.001, thereby indicating that regardless of the covariates included, the type of meal plan was a statistically significant predictor of protein intake (Workeneh et al., 2025). This is to indicate that the differences in protein consumption are not necessarily connected with the demographic or lifestyle difference but rather linked with the specific dietary interventions. Thus, meal plan type is an independent variable that influences protein intake of the chronically ill people.
MANOVA - Multivariate Analysis of Variance
The results were analysed by a Multivariate Analysis of Variance and based on the different types of meal plans in terms of their capacity to influence the macronutrient intake, protein, carbohydrates, and fat (Workeneh et al., 2025). The findings indicated that the meal plans as a whole intervention on the resultant nutritional variables had a strong outcome. To be more exact, the result of Wilks Lambda = 0.87, F (6, 9990) = 42.72, p < 0.001, in fact, indicates that the difference in the meal plan does indeed have an extreme impact on the entire macronutrient balance. This implies that meal plans do not only prescribe how much protein an individual should consume but also the whole essential nutrients that must be consumed as a balance and proportion.
Machine Learning Models - Optuna Hyperparameter Optimization
The paper has used random Forest (RF), Extreme Gradient Boosting (XG Boost) and Support Vector Regressor (SVR) models to come up with predictive models of protein intake among individuals with chronic diseases. Artificial hyperparameter optimizing framework optuna was used to optimize the performance and accuracy of the models. Optuna was applied systematically to determine the most effective sets of parameters of the critical model parameters are the parameters of the critical model that were tuned included estimators, max depth, and learning rate (Egert et al., 2025). Such optimization was achieved to offer high predictive accuracy, calculation and model reliability efficiency in order to examine the data of diet and physiology.
Figure 2. Random 2. = 0.9692.
Figure 2. Random 2. = 0.9692.
Preprints 180538 g002
Best Parameters- n estimators = 93, max depth = 5, min samples split = 3, min samples leaf = 5
XG Boost -R2 = 0.9694
Best Parameters- n estimators = 88, max depth = 3, learning rate = 0.077
SVR -R2 = 0.9696
Best Parameters- C = 0.2988, gamma = 0.0257, kernel = linear
Key Findings
SVR had the highest R2 value, which means that it has the greatest predictive ability of protein intake. XG Boost and Random Forest have also done a good job, and the R 2 of the two is 0.9694 and 0.9692 respectively (Carballo-Casla et al., 2024). The efficiency and predictive accuracy of the hyperparameter optimization with the help of Optuna were better than those of the Grid Search CV, especially when it comes to SVR.
Comparison of Optuna and Grid Search CV Results
The outcome of the Optuna and the Grid Search CV was relatively the same, and there were various differences and the Optuna scores showed that SVR showed a slight superiority on both XG Boost and Random Forest with the R2 value of 0.9696, where XG Boost 0.9694 and Random Forest 0.9692 had to follow respectively. XG Boost and SVR had a highest R 2 score of 0.9695, whilst the random forest had a relatively lower R 2 score of 0.9690. These results indicate that the most appropriate models to apply in this activity are the SVR and XG Boost since they have a high predictive accuracy (Egert et al., 2025). Random Forest was also not very accurate, yet effective.
Preprints 180538 g003
Model Performance comparison
Preprints 180538 g004

6. Discussion

The argument demonstrates that diet regimes have colossal impacts on protein intake. The high-protein dieting remained to be associated with the optimal protein intake in all the statistical tests ANOVA, ANCOVA, MANOVA. Both SVR and XG Boost models predict the protein intake well and were optimized using Optuna but the SVR showed a better performance when compared to XG Boost (Shahnaz et al., 2024). The results suggest that machine learning models can be useful in predicting protein intake and also in tailoring dietary recommendation to individuals with chronic conditions.
Clinical Implications
The individual nutritional interventions that rely on SVR and XG Boost can be more efficient than the general recommendations about it (Shahnaz et al., 2024). It was revealed that high-protein diet was considered the most effective one in addressing the protein requirements of the aforementioned people with chronic illnesses, which can be considered a valid point in Favor of the use in the clinical practice. This study has significant clinical implications on the nutritional management of persons with chronic diseases. The results indicate that meal plans especially the high protein diets are key in raising the levels of protein intake that are essential in managing the diseases that affect muscle mass and recovery like chronic kidney disease and diabetes. Nevertheless, the analysis also reveals that the use of individualized nutrition plans is much more effective as compared to generalized meal plans in terms of predicting real levels of protein intake. The most significant characteristics that were evident in predicting protein intake were the recommended macronutrient targets protein, carbs, fats whereas such broad meal plan categories as high-protein and balanced diets had insignificant predictive value to the model.
Considering these results, we advise that health practitioners emphasize on customized dietary interventions based on personal requirements of macronutrients instead of basing them on broad categories of meals. This will result in better chronic disease management and patient outcomes will be better since the particular nutritional requirements will be taken into account. Moreover, machine learning models can be taken as a good resource by the clinicians to predict the nutritional intake of the patients and monitor it to offer the clinician with an evidence-based framework to make customized recommendations.
By introducing this quality nutrition practice in the clinical setting, we are able to maximize the care to the patient, decrease complications of malnutrition and improve the overall quality of life. More studies are required to examine the long term outcome of personalized diets and aim at studying the role of in addition to physical activity and psychological factors on dietary compliance and health outcome.
Limitations and Delimitations
The study offers some valuable information on the intake of proteins with regard to different meal plans, but there are several limitations that should be taken into consideration. First of all, this information was obtained through a secondary source and hence there is the risk of jeopardizing the precision of certain variables that could not be directly manipulated (French et al., 2025). In addition, the study was cross-sectional and it was not in a position to investigate the impact of the diet in the long term. Finally, the results may be invalid to other populations than those included in the data example individuals who may be living in other geographical localities.
Conclusion and Future Recommendations
The paper aimed to conduct research on the impact of the different proposed meal plans on the protein consumption of chronically ill individuals (Shahnaz et al., 2024). The SVR model which was a random forest and the XG Boost were also highly predictive as they were used to make the best predictions. These findings are indicative of the personalized diets and the high-protein diets in particular the diets that are centred on the high-protein foods are better placed in ensuring that the victims consume enough protein in the management of the chronic diseases (French et al., 2025). The paper in question demonstrates that the meal plans of the high protein can be addressed as one of the most critical aspects to be considered when it comes to regulating the protein intake and positively impacting the nutritional condition of the individuals with the chronic conditions. It also demonstrates the future aspects of the machine learning models, here being SVR, to forecast and optimize the prescription of protein intake to enhance clinical decision-making.
Future Recommendations
The research is credible in terms of giving information on the impact of different meal plans on protein consumption of individuals with chronic illnesses, but some areas need to be addressed through further research in serious study (Shahnaz et al., 2024). To give an example, the cross-sectional design does not enable one to observe the long-term effects of a diet, and longitudinal research is required. In addition, the effects of other macronutrients and micronutrients, dietary adherence, and expansion of the sample to a more diverse population would be interesting studies that would be more indicative of the importance of nutrition in managing chronic disease and customized dietary interventions.
Longitudinal Studies
The study entailed the use of cross-sectional study design, which limits the study into the sustainability of the different meal plans on protein intake and the outcome of chronic illnesses (Egert et al., 2025). Other studies that can be conducted include longitudinal studies to follow the effects of the dietary intervention over the long-term and provide a more detailed account of the effects of meal plans on health among the affected population with chronic diseases.
Inclusion of More Dietary Factors
The Unlike where the final focus was taken on protein, the future research studies can be extended to include other dietary factors such as carbohydrates, fats, and micronutrients (French et al., 2025). Investigating the relationship between these factors and how they interact to influence the management of chronic diseases would provide a more wholesome perspective of the role of nutrition in healthcare.
Personalized Nutrition
The variation in protein intake and health among different groups of the population and therefore, more studies should be done regarding the topic of personalized nutrition interventions (Liu et al., 2025). The subsequent study could be focused on developing individualized diets depending on specific chronic conditions, interests of patients and genetic data basing on clinical data and machine-learning systems to allow being more accurate.
Compliance with nutrition
The second possible research of the future is the compliance with the meal plans. The research possesses a clear relationship between the meal plans and protein consumption but not on the compliance of the set diets by the participants (Shahnaz et al., 2024). Dietary recommendations would also be enhanced by the use of dietary adherence measures as the dietary adherence and health outcome are added to the theory.
Expanding the Dataset
The Kaggle dataset is acceptable, but the additional sample size with more diverse population particularly regarding ethnicity and location would assist in enhancing the applicability of the results (Liu et al., 2025). In addition, including even more specific information about the medical history of particular patients may be possible, which would allow making an even more specific meal plan recommendation.
Investigating Other Optimization Techniques
The Within the same work, the implementation of Optuna was adopted as an efficient hyperparameter optimization method of machine learning models, yet in the future (French et al., 2025). The other types of optimization algorithms example are the genetic algorithms or Bayesian optimization can be applied to optimize the predictive ability of the dietary intake models.
Diet-Related Health Outcomes
The final study should be done to review the effect of diet plans on the health outcomes of other factors other than the protein consumption, and involve blood pressure, the degree of cholesterol and glycaemic efficacy. By examining the effects of these markers or meal plans, researchers can produce recommendations which are more detailed and can be applied in the management of chronic diseases. The effect of type of meal plan on protein intake amid individuals with chronic diseases could be proven in this study (Egert et al., 2025). The research offers an excellent framework of the diet application in determining the impacts of nutritional intake and health outcome using conventional statistical procedures as well as innovative machine learning algorithms. These findings indicate the relevance of the individual food interventions especially the high-protein diets in enhance the nutritional conditions of the people who have chronic illnesses. The further studies ought to be geared towards further extension of the findings by introducing longitudinal studies, examination of other constituents of a diet and a deeper study of the role of personalized nutrition in treating chronic disease.
Code Availability Statement
The code used for data preprocessing, statistical analysis, and machine learning model development is not publicly available but can be furnished upon reasonable request to the author. The Python and R scripts include detailed instructions for reproducing the analysis, including data loading, preprocessing, statistical testing, and model training procedures. All required libraries and dependencies are documented to ensure reproducibility.

Data Availability Statement

The dataset itself that was used in this paper and the name of the dataset is Personalized Medical Diet Recommendations which is publicly available on the Kaggle located at the following URL: https://www.kaggle.com/datasets/ziya07/personalized-medical-diet-recommendations-dataset. The information includes the information on meat intake, food diets, nutrition programs, and protein intake of individuals who are diagnosed with chronic illnesses (Egert et al., 2025). It was possible to download the dataset itself and analyse it further and recreate the study. The access to the data is provided according to the Kaggle terms and conditions that a user is supposed to agree in order to access the data.

Appendix

Data Preprocessing
Data Cleaning
Preprints 180538 g005
Comparative analysis grid search vs. optuna
Preprints 180538 g006
Generating Random Seed Using MD5 Hash
Preprints 180538 g007
Comparison
Preprints 180538 g008

References

  1. Alyafei, A., & Daley, S. F. (2025). The Role of Dietary Lifestyle Modification in Chronic Disease Prevention and Management. In StatPearls [Internet]. StatPearls Publishing. https://www.ncbi.nlm.nih.gov/books/NBK587401/.
  2. Carballo-Casla, A., Avesani, C. M., Beridze, G., Ortolá, R., García-Esquinas, E., Lopez-Garcia, E., ... & Calderón-Larrañaga, A. (2024). Protein intake and mortality in older adults with chronic kidney disease. JAMA Network Open, 7(8), e2426577-e2426577.
  3. Carbone, J. W., Phillips, S. M., Weaver, C. M., Hughes, J. M., & Pasiakos, S. M. (2025). Exploring opportunities to better characterize the effects of dietary protein on health across the lifespan. Advances in Nutrition, 16(1), 100347. [CrossRef]
  4. Egert, S., Amini, A. M., Klug, L., Kalotai, N., Haardt, J., Boeing, H., ... & Ellinger, S. (2025). Protein intake and cardiovascular diseases: an umbrella review of systematic reviews for the evidence-based guideline on protein intake of the German Nutrition Society. European Journal of Nutrition, 64(6), 1-14. [CrossRef]
  5. Fouillet, H., Huneau, J. F., Perraud, E., Dussiot, A., Wang, J., Kesse-Guyot, E., & Mariotti, F. (2025). Plant to animal protein ratio in the diet of the elderly: potential for increase and impacts on nutrient adequacy and long-term health–a diet optimization study. The American Journal of Clinical Nutrition. [CrossRef]
  6. French, S. J., Kanter, M., Maki, K. C., Rust, B. M., & Allison, D. B. (2025). The harms of high protein intake: conjectured, postulated, claimed, and presumed, but shown?. The American Journal of Clinical Nutrition. [CrossRef]
  7. Ko, G. J., Rhee, C. M., Kalantar-Zadeh, K., & Joshi, S. (2020). The effects of high-protein diets on kidney health and longevity. Journal of the American Society of Nephrology, 31(8), 1667-1679.
  8. Korat, A. V. A., Shea, M. K., Jacques, P. F., Sebastiani, P., Wang, M., Eliassen, A. H., ... & Sun, Q. (2024). Dietary protein intake in midlife in relation to healthy aging–results from the prospective Nurses’ Health Study cohort. The American Journal of Clinical Nutrition, 119(2), 271-282. [CrossRef]
  9. Kwon, Y. J., Lee, H. S., Park, G. E., Kim, H. M., Lee, J. J., Kim, W. J., & Lee, J. W. (2022). The association between total protein intake and all-cause mortality in middle aged and older Korean adults with chronic kidney disease. Frontiers in Nutrition, 9, 850109. [CrossRef]
  10. Li, T., Guan, L., Wang, X., Li, X., Zhou, C., Wang, X., ... & Xi, Y. (2022). Relationship between dietary patterns and chronic diseases in rural population: management plays an important role in the link. Frontiers in Nutrition, 9, 866400. [CrossRef]
  11. Lichtenstein, A. H., Appel, L. J., Vadiveloo, M., Hu, F. B., Kris-Etherton, P. M., Rebholz, C. M., ... & American Heart Association Council on Lifestyle and Cardiometabolic Health; Council on Arteriosclerosis, Thrombosis and Vascular Biology; Council on Cardiovascular Radiology and Intervention; Council on Clinical Cardiology; and Stroke Council. (2021). 2021 dietary guidance to improve cardiovascular health: a scientific statement from the American Heart Association. Circulation, 144(23), e472-e487. [CrossRef]
  12. Liu, D., Li, Q., Jia, R., He, W., Zhao, X., Pan, M., ... & Wang, W. (2025). Type 2 diabetes mellitus with chronic kidney disease benefits from long-term restriction of dietary protein intake: a 10-year retrospective cohort study. BMC nutrition, 11, 131. [CrossRef]
  13. Morgan, P. T., Carson, B. P., & Witard, O. C. (2024). Dietary protein considerations in a sustainable and ageing world: a narrative review with a focus on greenhouse gas emissions and skeletal muscle remodelling and maintenance. BMC Musculoskeletal Disorders, 25(1), 1030. [CrossRef]
  14. Ravi, S., Fahrner, A., Rühli, F., & Bender, N. (2025). Current Guidelines on Dietary Protein Intake for Patients with Diabetic Kidney Disease: A Scoping Review. Current Developments in Nutrition, 107551. [CrossRef]
  15. Shahnaz, T., Fawole, A. O., Adeyanju, A. A., & Onuh, J. O. (2024). Food proteins as functional ingredients in the management of chronic diseases: a concise review. Nutrients, 16(14), 2323. [CrossRef]
  16. Workeneh, B. T., Moore, L. W., & Mitch, W. E. (2025). Revisiting Protein Restriction in Early CKD: Did We Get it Wrong?. American Journal of Kidney Diseases, 85(5), 654-657.
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.