Skip to main content

ORIGINAL RESEARCH article

Front. Pharmacol., 18 March 2024
Sec. Drug Metabolism and Transport

Application of machine learning combined with population pharmacokinetics to improve individual prediction of vancomycin clearance in simulated adult patients

  • 1Department of Mathematics, Guilin University of Electronic Technology, Guilin, China
  • 2Department of Mathematics, Changji University, Xinjiang, China

Background and aim: Vancomycin, a glycopeptide antimicrobial drug. PPK has problems such as difficulty in accurately reflecting inter-individual differences, and the PPK model may not be accurate enough to predict individual pharmacokinetic parameters. Therefore, the aim of this study is to investigate whether the application of machine learning combined with the PPK method can improve the prediction of vancomycin CL in adult Chinese patients.

Methods: In the first step, a vancomycin CL prediction model for Chinese adult patients is given by PPK and Hamilton Monte Carlo sampling is used to obtain the reference CL of 1,000 patients; the second step is to obtain the final prediction model by machine learning using an appropriate model for the predictive factor and the reference CL; and the third step is to randomly select, in the simulated data, a total of 250 patients for prediction effect evaluation.

Results: XGBoost model is selected as final machine learning model. More than four-fifths of the subjects’ predictive values regarding vancomycin CL are improved by machine learning combined with PPK. Machine learning combined with PPK models is more stable in performance than the PPK method alone for predicting models.

Conclusion: The first combination of PPK and machine learning for predictive modeling of vancomycin clearance in adult patients. It provides a reference for clinical pharmacists or clinicians to optimize the initial dosage given to ensure the effectiveness and safety of drug therapy for each patient.

1 Introduction

Vancomycin, a glycopeptide antimicrobial drug, has a good therapeutic effect on Gram-positive bacteria such as methicillin-resistant Staphylococcus aureus (MRSA). It is characterized by a narrow therapeutic window and large individual differences, so it needs to be administered individually, and blood concentration monitoring (TDM) is often required in the clinic to improve the therapeutic efficacy and the incidence of adverse reactions (Ye et al., 2016). However, the selection of vancomycin pharmacokinetic parameters remains controversial, including trough concentration, clearance, etc (Ghasemiyeh et al., 2023).

Population pharmacokinetics (PPK), which combines classical pharmacokinetic modeling with population statistical modeling. Vancomycin has been the subject of a number of PPK studies in adults (Aljutayli et al., 2020; Lindley et al., 2023). It has been shown that population pharmacokinetic modeling of vancomycin in Chinese adult patients can be established (He et al., 2014; Gao et al., 2018). PPK study of vancomycin is important for guiding clinical dosing. However, PPK model may not be accurate enough to predict individual pharmacokinetic parameters.

Machine learning (ML) is a data-driven approach that uses training data to learn how to accomplish tasks through various algorithms and then make decisions and predictions about specific events. In pharmacokinetics, machine learning allows for analysis and prediction (Ota and Yamashita, 2022; Wang et al., 2023). The combination of machine learning and population pharmacokinetics is a new tool for drug research and development (Zhu et al., 2022; Damnjanovic et al., 2023). It has been reported that machine learning combined with PPK method can improve the prediction of individual clearance of six drugs in neonates (Tang et al., 2021). However, there are few similar studies in adult patients.

Nowadays, in the field of machine learning, many models are produced. Decision Tree Regression Model (Kaminski et al., 2018), is a regression algorithm that uses decision tree as the basic model, which fits the data by dividing the input variables into multiple features and constructing a decision tree based on these features. Gradient Boosting Decision Tree (Si et al., 2017), is an algorithm based on integration learning, which fits the data by integrating multiple decision tree models together. Extreme Gradient Boosting (Chen and Guestrin, 2016), is an efficient gradient boosting algorithm which minimizes the loss function by using a greedy algorithm to select the optimal features for splitting. Extra Tree Regression Model (Geurts et al., 2006), is an integrated learning algorithm that mitigates the variance of the model by averaging the predictions of multiple decision trees to improve the robustness of the model.

The aim of this study is to investigate whether the application of machine learning combined with the PPK method could improve the prediction of vancomycin CL in Chinese adult patients and provide a reference for the individualized dosing of vancomycin in Chinese adult patients.

2 Methods

2.1 Flow of the study

The flow chart of this study is shown in Figure 1. First, the reference CL of 1,000 patients is obtained using PPK and Hamilton Monte Carlo (HMC) sampling. Then, machine learning is performed on the predictors (basic patient information) and the reference CL using an appropriate model to obtain the ML combined with PPK prediction model. Finally, in the simulated data, 250 patients are randomly selected for prediction effect assessment.

FIGURE 1
www.frontiersin.org

FIGURE 1. Flow chart of the study.

2.2 Patients data

The simulated data are provided by Guangzhou Jingyuan Pharmaceutical Company and contained sex, age, weight, serum creatinine (Scr) and simulated vancomycin CL.

The number of patients is set at 250 in the machine learning test group and the evaluation. Also, since the ratio of the training group to the test group in machine learning is 1:3, the number of patients participating in machine learning is set at 1,000, which are randomly selected from the simulated data. The patients participating in the evaluation are also randomly selected from the simulated data.

2.3 Population pharmacokinetics

This study is conducted to explore whether machine learning combined with the PPK method could improve the prediction of vancomycin CL in adult patients. For the PPK model, the vancomycin PPK model for adult patients from the literature (He et al., 2014) is used, in which the CL prediction equation is used to calculate the vancomycin CL for each simulated patient. The values of each variable in the simulated data satisfy the requirements of the model. The CL prediction equation is shown in Eq. 1. The vancomycin CL calculated for each patient by this equation was defined as the reference CL for each patient.

CL=1.71×eη1+8.31×1e0.0113×eη2×CLcr×0.475Age72(1)
η1N0,0.4152,η2N0,0.3812

(Where CLcr denotes creatinine clearance, η1 and η2 denote Variability between patients).

2.4 Machine learning

To fit the obtained reference CL, four machine learning models are selected for exploratory analysis based on rules of thumb and literature review, namely, Decision Tree Regression (DTR), Gradient Boosted Decision Tree (GBDT), eXtreme Gradient Boosting (XGBoost), and Extra Tree Regression (ETR). Each machine learning model is implemented through computer simulation.

In machine learning, the input predictive factors are age, weight, serum creatinine, and gender. To get reliable and stable models, Cross-validation is done for all the four machine learning models. Based on cross-validation, the dataset of 1,000 simulated patients are randomly divided into a test set and a training set in a ratio of 1:3. That is, in the machine learning of this paper, the training set contains 750 patients and the test set contains 250 patients.

2.5 Selection of machine learning models

Four statistical metrics are chosen to select the most suitable machine learning model for prediction: the coefficient of determination (R2 score), the mean square error (MSE), the root mean square error (RMSE), and the mean absolute error (MAE).

The coefficient of determination (R2 score), which reflects the proportion of the total variation in the dependent variable that can be explained by the independent variable through the regression relationship, is a kind of evaluation index for the assessment of linear models. The maximum value is one and the minimum value is 0. When the value of the coefficient of determination is closer to 1, it means that the model fits better; when the value is closer to 0, it means . The equations for calculating the coefficient of determination are shown in Eqs 25.

R2=1SSESST(2)
SSR=i=1ny^iy¯2(3)
SSE=i=1nyiy^i2(4)
SST=SSR+SSE=i=1nyiy¯2(5)

(Where SSR denotes the sum of squared regressions, SSE denotes the sum of squared residuals, SST denotes the sum of squared total deviations. yi denotes the reference clearance for the ith patient, y¯ denotes the mean of the reference clearance for 1,000 patients, and y^i denotes the predicted clearance for the ith patient).

The mean square error (MSE), which is the average of the deviations between the theoretical and the actual observed values, is a measure of the degree of difference between the estimated and the estimated quantity. It is the most general criterion for evaluating point estimates. Root Mean Square Error (RMSE), the square root of the mean square error, is used for the same computational purpose, but with more emphasis on the magnitude of the error. The Mean Absolute Error (MAE), which is the average of the absolute values of the deviations of all individual observations from the arithmetic mean, avoids the problem of canceling out errors and thus accurately reflects the magnitude of the actual prediction error. The smaller the value of mean square error, root mean square error and average absolute error, the better the prediction effect of the model. The larger the value, the worse the prediction effect of the model. The equations for the mean square error, root mean square error, and mean absolute error are shown in Eqs 68.

MSE=1ni=1ny^iyi2(6)
RMSE=1ni=1ny^iyi2(7)
MAE=1ni=1ny^iyi(8)

2.6 Evaluation

To evaluate the predictive performance of the final model, 250 patients are randomly selected from the simulated data. The combination prediction model and the original PPK model are used to predict the clearance of vancomycin in these patients, respectively. Two types of prediction results are obtained and compared with the simulated actual clearance rate for evaluation. The absolute and relative errors between the actual and predicted clearance rates are calculated for these patients.

Absolute errors, refers to the absolute value of the difference between the true value and the measured value, can indicate the reliability of a measurement result. Relative error, is the value obtained by the ratio of absolute error to true value, and it can compare the reliability of different measurement results. The equations for absolute and relative errors are shown in Eqs 9, 10.

Absoluteerrors=CLpredictionCLtrue(9)
Relativeerrors=CLpredictionCLtrueCLtrue(10)

(Where CLprediction denotes the vancomycin CL of the individual obtained from the prediction, CLtrue denotes the actual vancomycin CL of the individua).

Residual plots for each patient regarding actual CL and predicted CL, scatter plots of CL predicted by the PPK method and machine learning combined with the PPK method, and scatter plots with predicted CL as the x-axis and actual CL as the y-axis.

3 Results

3.1 Simulated patients’ information

Information on the variables for the 1,000 simulated patients in machine learning is shown in Table 1. The values of the numerical variables (age, weight, serum creatinine) of the simulated patients are within the selected PPK model variable intervals. In the simulated data, the ratio of male to female patients is 1:1.

TABLE 1
www.frontiersin.org

TABLE 1. Information on simulated patients.

3.2 Performance metrics for machine learning models

The results of the performance metrics derived from the four selected machine learning models are shown in Table 2. It should be noted that the MSE, RMSE, and MAE here cannot be used for the final evaluation because the vancomycin clearance rates of the 1,000 patients included in the machine learning are only the reference CL and do not have a direct relationship with the actual CL.

TABLE 2
www.frontiersin.org

TABLE 2. Performance metrics for machine learning.

As can be seen from Table 2, among the four machine learning models, the model fitted by XGBoost has the highest R-squared of 0.9123 and the lowest MSE and RMSE of 0.5151 and 0.7177, respectively, which indicate that the model fitted by XGBoost is the most effective. Considering that XGBoost do not perform badly in the test set and that the test set here is not used for final evaluation, the XGBoost model is selected as the final machine learning model.

3.3 Performance metrics for machine learning models

We compare the machine learning combined with PPK method CL prediction model in this paper with the original PPK model. The residual plots of the two prediction methods regarding the actual CL and the predicted CL are shown in Figure 2.

FIGURE 2
www.frontiersin.org

FIGURE 2. Residual plots of CL predictions from PPK and combined models. The horizontal coordinate indicates ID of the 250 patients; The vertical coordinates indicate the residuals of the two models.

Statistically, among the 250 subjects, a total of 204 subjects predicted the CL value through the combination model, which is closer to the actual CL value than the CL value predicted by the PPK model, accounting for 81.6%. That is, more than four-fifths of the subjects are improved by the combined model.

The scatter plots of the predicted CL values for the two methods are shown in Figure 3. It can be found that most of the scatter points are approximately distributed around the y = x auxiliary line, which indicates that the CL values predicted by the PPK method and machine learning combined with the PPK method are relatively close to each other. It reflects that the fitting effect of the prediction model of machine learning combined with the PPK method is better from the side.

FIGURE 3
www.frontiersin.org

FIGURE 3. Scatter plot of CL predictions for the two models The red line indicates the y = x polyline.

The scatter plot of actual-predicted CL values for vancomycin in subjects is shown in Figure 4. Comparing Figures 4A, B, the scatters of both plots hover around the neighborhood of the y = x auxiliary line. But the scatters in (B) are more uniformly distributed near the y = x auxiliary line, and the deviation is not as large as in (A). This shows that the machine learning combined with PPK method prediction model is more stable in performance than the PPK prediction model.

FIGURE 4
www.frontiersin.org

FIGURE 4. Scatter plot of actual-predicted CL values. (A) Real CL vs. PPK model CL Prediction. (B) Real CL vs. Combination model CL Prediction.

The mean and range of intervals of absolute and relative errors of the two prediction models are shown in Table 3. It can be found that the upper quartile of the absolute or relative error of the prediction model of the machine learning combined with PPK method is even smaller than the mean of the absolute or relative error of the prediction model of the PPK method among 250 subjects. This shows that the combined model is superior to the PPK model. Both in absolute and relative errors, the combined model is much smaller than the PPK model.

TABLE 3
www.frontiersin.org

TABLE 3. Absolute and relative errors of the two models.

4 Discussion

In this study, the original PPK method CL prediction equation is used to obtain the reference CL of adult patients, and then the XGBoost model is selected for machine learning to finally obtain the machine learning combined PPK method CL prediction model in this paper. Compared with the original PPK model, the combined model performs better in prediction effect.

In the simulated data, the values of each variable are within the variable range of the PPK model, and it can be seen in Figure 4A that the CL predicted by the PPK model is relatively close to the real CL. In Table 3, the PPK model has a mean absolute error of 0.4567 and a relative error of 0.2183, which is already a good result. In terms of the selection of machine learning models, we choose XGBoost as the final model. By introducing XGBoost based on PPK, the combined model formed is not much different from the CL calculated by the PPK model (Figure 3). However, it is pleasantly surprised that the combined model produced better results. As can be seen in Figure 2, out of 250 patients, the combined model has most lower errors than the PPK model. A total of 204 patients were statistically improved in CL prediction. Comparing Figures 4A, B, it can also be seen that the combined model is closer to the CL in the simulated data. In Table 3, the combined model is better than the PPK model in terms of both absolute and relative errors.

Since the introduction of population pharmacokinetics in the 1970s (Sheiner et al., 1977), PPK has been widely used to guide new drug development. Individual pharmacokinetics can be characterized, and the pharmacokinetic behavior of many individuals can be expressed by quantifying covariates with known sources of variability (Koch et al., 2020). Despite the continuous developmental advances in PPK, predicting parameters using PPK models is still challenging in terms of accuracy. Due to various limitations, only sparse samples can be collected from individuals, which makes the accuracy of pharmacokinetic parameter estimation notoriously compromised.

Machine learning can handle many predictors and allows the use of new types of data (Obermeyer and Emanuel, 2016). It is a data-driven approach and is not based on the results of programming. In recent years, machine learning methods have become increasingly popular in various fields. In fuel cell research, machine learning algorithms can be successfully used for performance prediction, lifetime prediction, and fault diagnosis of fuel cells, with good accuracy in solving nonlinear problems (Su et al., 2023); machine learning has become one of the most promising research methods in novel material screening and material performance prediction (Huang et al., 2023); and in healthcare, machine learning has been used to examine health-related data, and medical professionals can enhance diagnosis and treatment through machine learning applications (An et al., 2023).

Currently, machine learning performs well in the prediction of pharmacokinetic parameters. For example, it can be used to predict drug the area under the curve (AUC) (Bououda et al., 2022; Destere et al., 2023). Recently, it is found that machine learning can individualize vancomycin dose in neonates (Tang et al., 2023). PPK can take advantage of the basic knowledge of physiology and pharmacology development, while machine learning models can improve the accuracy of prediction, and combining the two can produce very impressive results. The use of machine learning combined with population pharmacokinetic methods has been reported to improve the estimation of individual iohexol clearance (Destere et al., 2022). Recently, a study developed a prediction model for Tacrolimus CL in children with Nephrotic Syndrome using machine learning combined with PPK method, which provides a powerful tool for individualized treatment of TAC in pediatric Nephrotic Syndrome patients (Huang et al., 2022).

Machine learning approaches have been widely adopted within the early stages of the drug discovery process, particularly within the context of small-molecule drug candidates. Despite this, the use of ML is still limited in the pharmacokinetic/pharmacodynamic (PK/PD) application space (Pillai et al., 2022). PK/PD analysis using Pharmacometrics provides mechanistic insight into biological processes but is time- and labor-intensive. In contrast, ML models are much quicker trained, but offer less mechanistic insights. The opportunity of using ML predictions of drug PK as input for a PK/PD model can strongly accelerate analysis efforts (Keutzer et al., 2022). The future application of machine learning in predicting drug PK/PD is very promising, and it is expected to bring more efficient solutions to the field of drug development.

Based on the above developments and challenges, this paper explores whether the prediction of vancomycin CL can be improved by machine learning combined with the PPK method in adult patients. This method has not been similarly studied in adult patients. The results of the study show that the machine learning combined with PPK method has a smaller error than the PPK method alone (Figure 2), and the machine learning combined with PPK method performed better in both absolute and relative errors (Table 3), reflecting that the machine learning combined with PPK method can improve the prediction of vancomycin CL in adult patients in China.

This study does have some limitations as well. First, since the study data is simulated, this may lead to some deviations from real patients. Second, we choose four machine learning models for comparative analysis based on a rule of thumb and literature review, and ultimately choose the XGBoost model, but it is possible that better machine learning models exist that can replace the XGBoost model. In addition, because four covariates are selected in population pharmacokinetics, machine learning is only analyzed for these four covariates to make predictions, and it is possible that there are other covariates that can be subjected to machine learning but have been neglected. Future studies should combine population pharmacokinetics and machine learning analysis methods to find better machine learning models to assess the impact of covariates on predicting individual clearance.

5 Conclusion

In summary, this paper combines machine learning with population pharmacokinetics, and ultimately find that the application of machine learning combined with population pharmacokinetics can improve the prediction of vancomycin clearance in Chinese adult patients. It provides a reference for clinical pharmacists or clinicians to optimize the initial dosage given to ensure the effectiveness and safety of drug therapy for each patient.

Data availability statement

The raw data supporting the conclusion of this article will be made available by the authors, without undue reservation.

Ethics statement

Ethical approval was not required for the study involving humans in accordance with the local legislation and institutional requirements. Written informed consent to participate in this study was not required from the participants or the participants’ legal guardians/next of kin in accordance with the national legislation and the institutional requirements. Written informed consent was not obtained from the individual(s) for the publication of any potentially identifiable images or data included in this article because The data is simulated from patient information characteristics.

Author contributions

GL: Writing–original draft. YS: Writing–original draft. LZ: Writing–review and editing.

Funding

The author(s) declare that financial support was received for the research, authorship, and/or publication of this article. This research was supported by 2021 Xinjiang Uygur Autonomous Region first-class undergraduate major Construction project (Financial Mathematics) (Project ID: 20211056); Funding of Xinjiang Uygur Autonomous Region first-class undergraduate Course construction project (Probability Theory) in 2024 (Project ID: 20240028). This work supported by Center for Applied Mathematics of Guangxi (GUET), Guangxi Colleges and Universities Key Laboratory of Data Analysisand Computation.

Conflict of interest

The authors declare that the research was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.

Publisher’s note

All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article, or claim that may be made by its manufacturer, is not guaranteed or endorsed by the publisher.

References

Aljutayli, A., Marsot, A., and Nekka, F. (2020). An update on population pharmacokinetic analyses of vancomycin, part I: in adults. Clin. Pharmacokinet. 59, 671–698. doi:10.1007/s40262-020-00866-2

PubMed Abstract | CrossRef Full Text | Google Scholar

An, Q., Rahman, S., Zhou, J. W., and Kang, J. J. (2023). A comprehensive review on machine learning in healthcare industry: classification, restrictions, opportunities and challenges. Sensors-basel. 23 (9), 4178. doi:10.3390/s23094178

PubMed Abstract | CrossRef Full Text | Google Scholar

Bououda, M., Uster, D. W., Sidorov, E., Labriffe, M., Marquet, P., Wicha, S. G., et al. (2022). A machine learning approach to predict interdose vancomycin exposure. Pharm. Res-Dordr. 39 (4), 721–731. doi:10.1007/s11095-022-03252-8

CrossRef Full Text | Google Scholar

Chen, T. Q., and Guestrin, C. (2016). “Xgboost: a scalable tree boosting system,” in Proceedings of the 22nd acm sigkdd international conference on knowledge discovery and data mining, 785–794.

Google Scholar

Damnjanovic, I., Tsyplakova, N., Stefanovic, N., Tosic, T., Catic-Dordevic, A., and Karalis, V. (2023). Joint use of population pharmacokinetics and machine learning for optimizing antiepileptic treatment in pediatric population. Ther. Adv. Drug. Saf. 14, 20420986231181337. doi:10.1177/20420986231181337

PubMed Abstract | CrossRef Full Text | Google Scholar

Destere, A., Marquet, P., Gandonnière, C. S., Asberg, A., Loustaud-Ratti, V., Carrier, P., et al. (2022). A hybrid model associating population pharmacokinetics with machine learning: a case study with IohexolClearance estimation. Clin. Pharmacokinet. 61 (8), 1157–1165. doi:10.1007/s40262-022-01138-x

PubMed Abstract | CrossRef Full Text | Google Scholar

Destere, A., Marquet, P., Labriffe, M., Drici, M. D., and Woillard, J. B. (2023). A hybrid algorithm combining population pharmacokinetic and machine learning for isavuconazole exposure prediction. Pharm. Res-Dordr. 40 (4), 951–959. doi:10.1007/s11095-023-03507-y

CrossRef Full Text | Google Scholar

Gao, Y. C., Jiao, Z., Huang, H., Xie, C., Gao, J. J., Zhang, L., et al. (2018). Development of decision system for individualization of vancomycin dosage. Acta. Pharm. Sin. 53 (1), 104–110. doi:10.16438/j.0513-4870.2017-0673

CrossRef Full Text | Google Scholar

Geurts, P., Ernst, D., and Wehenkel, L. (2006). Extremely randomized trees. Mach. Learn. 63, 3–42. doi:10.1007/s10994-006-6226-1

CrossRef Full Text | Google Scholar

Ghasemiyeh, P., Vazin, A., and Mohammadi-Samani, S. (2023). A brief review of pharmacokinetic assessments of vancomycin in special groups of patients with altered pharmacokinetic parameters. Curr. Drug. Saf. 18 (4), 425–439. doi:10.2174/1574886317666220801124718

PubMed Abstract | CrossRef Full Text | Google Scholar

He, X. R., Liu, Z. G., Ji, S. M., Liu, T. T., Li, L., Zhou, T. Y., et al. (2014). Population pharmacokinetics of vancomycin and prediction of pharmacodynamics in the Chinese people. Acta. Pharm. Sin. 49, 1528–1535. doi:10.16438/j.0513-4870.2014.11.015

PubMed Abstract | CrossRef Full Text | Google Scholar

Huang, G. N., Guo, Y. N., Chen, Y., and Nie, Z. W. (2023). Application of machine learning in material synthesis and property prediction. Materials 16 (17), 5977. doi:10.3390/ma16175977

PubMed Abstract | CrossRef Full Text | Google Scholar

Huang, Q. B., Lin, X. B., Wang, Y., Chen, X. J., Zheng, W., Zhong, X. L., et al. (2022). Tacrolimus pharmacokinetics in pediatric nephrotic syndrome: a combination of population pharmacokinetic modelling andmachine learning approaches to improve individual prediction. Front. Pharmacol. 13, 942129. doi:10.3389/fphar.2022.942129

PubMed Abstract | CrossRef Full Text | Google Scholar

Kaminski, B., Jakubczyk, M., and Szufel, P. (2018). A framework for sensitivity analysis of decision trees. Cent. Eur. J. Oper. Res. 26, 135–159. doi:10.1007/s10100-017-0479-6

PubMed Abstract | CrossRef Full Text | Google Scholar

Keutzer, L., You, H. F., Farnoud, A., Nyberg, J., Wicha, S. G., Maher-Edwards, G., et al. (2022). Machine learning and Pharmacometrics for prediction of pharmacokinetic data: differences, similarities and challenges illustrated with rifampicin. Pharmaceutics 14 (8), 1530. doi:10.3390/pharmaceutics14081530

PubMed Abstract | CrossRef Full Text | Google Scholar

Koch, G., Pfister, M., Daunhawer, I., Wilbaux, M., Wellmann, S., and Vogt, J. E. (2020). Pharmacometrics and machine learning partner to advance clinical data analysis. Clin. Pharmacol. Ther. 107 (4), 926–933. doi:10.1002/cpt.1774

PubMed Abstract | CrossRef Full Text | Google Scholar

Lindley, B., Bhakta, Z., Leclair, L., and Young, D. C. (2023). The pharmacokinetics and pharmacodynamics of continuous infusion vancomycin in adult people with cystic fibrosis. Pediatr. Pulm. 59, 89–94. doi:10.1002/ppul.26714

CrossRef Full Text | Google Scholar

Obermeyer, Z., and Emanuel, E. J. (2016). Predicting the future—big data, machine learning, and clinical medicine. N. Engl. J. Med. 375 (13), 1216–1219. doi:10.1056/NEJMp1606181

PubMed Abstract | CrossRef Full Text | Google Scholar

Ota, R., and Yamashita, F. (2022). Application of machine learning techniques to the analysis and prediction of drug pharmacokinetics. J. Control. Release. 352, 961–969. doi:10.1016/j.jconrel.2022.11.014

PubMed Abstract | CrossRef Full Text | Google Scholar

Pillai, N., Dasgupta, A., Sudsakorn, S., Fretland, J., and Mavroudis, P. D. (2022). Machine Learning guided early drug discovery of small molecules. Drug Discov. Today 27 (8), 2209–2215. doi:10.1016/j.drudis.2022.03.017

PubMed Abstract | CrossRef Full Text | Google Scholar

Sheiner, L. B., Rosenberg, B., and Marathe, V. V. (1977). Estimation of population characteristics of pharmacokinetic parameters from routine clinical data. J. Pharmacokinet. Biopharm. 5, 445–479. doi:10.1007/BF01061728

PubMed Abstract | CrossRef Full Text | Google Scholar

Si, S., Zhang, H., Keerthi, S. S., Mahajan, D., Dhillon, I. S., and Hsieh, C. J. (2017). “Gradient boosted decision trees for high dimensional sparse output,” in International conference on machine learning, (Sydney, Australia PMLR Press.), 3182–3190.

Google Scholar

Su, D. Q., Zheng, J. Y., Ma, J. J., DongChen, Z. Z. Z. J., and Qin, Y. Z. (2023). Application of machine learning in fuel cell research. Energies 16 (11), 4390. doi:10.3390/en16114390

CrossRef Full Text | Google Scholar

Tang, B. H., Guan, Z., Allegaert, K., Wu, Y. E., Manolis, E., Leroux, S., et al. (2021). Drug clearance in neonates: a combination of population pharmacokinetic modelling and machine learning approaches to improve individual prediction. Clin. Pharmacokinet. 60, 1435–1448. doi:10.1007/s40262-021-01033-x

PubMed Abstract | CrossRef Full Text | Google Scholar

Tang, B. H., Zhang, J. Y., Allegaert, K., Hao, G. X., Yao, B. F., Leroux, S., et al. (2023). Use of machine learning for dosage individualization of vancomycin in neonates. Clin. Pharmacokinet. 62, 1105–1116. doi:10.1007/s40262-023-01265-z

PubMed Abstract | CrossRef Full Text | Google Scholar

Wang, Y., Zhan, Y. H., Liu, C. H., and Zhan, W. H. (2023). Application of machine learning technology in the prediction of ADME-related pharmacokinetic parameters. Curr. Med. Chem. 30 (17), 1945–1962. doi:10.2174/0929867329666220819122205

PubMed Abstract | CrossRef Full Text | Google Scholar

Ye, Z. K., Chen, Y. L., Chen, K., Zhang, X. L., Du, G. H., He, B., et al. (2016). Therapeutic drug monitoring of vancomycin: a guideline of the division of therapeutic drug monitoring, Chinese pharmacological society. J. Antimicrob. Chemoth. 71 (11), 3020–3025. doi:10.1093/jac/dkw254

PubMed Abstract | CrossRef Full Text | Google Scholar

Zhu, X. Q., Zhang, M., Wen, Y. G., and Shang, D. W. (2022). Machine learning advances the integration of covariates in population pharmacokinetic models: valproic acid as an example. Front. Pharmacol. 13, 994665. doi:10.3389/fphar.2022.994665

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: vancomycin, population pharmacokinetics, machine learning, clearance, prediction

Citation: Li G, Sun Y and Zhu L (2024) Application of machine learning combined with population pharmacokinetics to improve individual prediction of vancomycin clearance in simulated adult patients. Front. Pharmacol. 15:1352113. doi: 10.3389/fphar.2024.1352113

Received: 12 December 2023; Accepted: 07 March 2024;
Published: 18 March 2024.

Edited by:

Rodrigo Cristofoletti, University of Florida, United States

Reviewed by:

Muhammad Usman, University of Veterinary and Animal Sciences, Pakistan
Devam A. Desai, University of Florida, United States

Copyright © 2024 Li, Sun and Zhu. This is an open-access article distributed under the terms of the Creative Commons Attribution License (CC BY). The use, distribution or reproduction in other forums is permitted, provided the original author(s) and the copyright owner(s) are credited and that the original publication in this journal is cited, in accordance with accepted academic practice. No use, distribution or reproduction is permitted which does not comply with these terms.

*Correspondence: Liping Zhu, zlp_cjxy@163.com

Disclaimer: All claims expressed in this article are solely those of the authors and do not necessarily represent those of their affiliated organizations, or those of the publisher, the editors and the reviewers. Any product that may be evaluated in this article or claim that may be made by its manufacturer is not guaranteed or endorsed by the publisher.