1. Introduction
Research on metal-organic frameworks (MOFs) has drawn widespread attention, as evidenced by the significant increase in related publications [1]. MOFs are a novel class of hybrid functional materials, self-assembled from various organic linkers and metal ions/clusters [2,3] (as shown in Figure 1). MOFs usually possess desirable physicochemical properties, such as porous structures, stability, low toxicity, and modification possibilities. Hence, their popularizing applications include the storage of materials [4,5], gas separation [6,7], sensing [8], catalysis [9,10], purification [11], bio-imaging [12], and drug delivery [13,14,15]. Since MIL-101 was explored for the first time in 2006 by Ferey et al., MOFs have exhibited tremendous potentials as drug delivery systems [16].
The extraordinary properties and characteristics of MOFs mentioned above give them a significant role in drug delivery. Their strengths are apparent: firstly, their versatile structures endow them with multiple functionalities and stimuli-responsive drug-controlled release [17,18]. Secondly, their weak coordination bonds result in the biodegradability of MOFs [19]. Thirdly, the large specific surface areas and high porosity are beneficial for high loading capacity [19,20]. Fourthly, and most importantly, is that MOFs can be used as drug nano-vehicles for the treatment of various diseases, including cancer [21,22].
The number of new MOFs in private and public databases is growing exponentially [23], and conducting experiments is the most time-consuming and costly process in investigating the drug loading capacity of MOFs [24,25]. Furthermore, the achieved efficiency in batch-wise studies of MOFs’ drug loading capacity using artificial synthesis cannot be scaled up for industrial applications [25]. Thus, increasingly more efficient ways have been established to predict the drug loading capacity of MOFs. Notably, machine learning (ML) has been developed to solve these knotty problems. Compared with traditional methods, ML can decrease the calculation time significantly by utilizing the cloud disk workstations and servers [26]. ML has been employed to predict the methane adsorption capacity [27,28,29], water stability [30], toxicity [31,32], and hydrogen storage ability [33,34,35] of MOFs. To the best of our knowledge, no study has been conducted in which ML methods are employed to predict the drug loading capacity of MOFs. As a drug model, ibuprofen has been widely employed in the research regarding drug delivery systems. Furthermore, the data on ibuprofen loading capacity accounts for the majority of the data on the drug loading capacity of MOFs. In our study, we aimed to predict the drug loading capacity of MOFs using machine learning. Ibuprofen has been chosen as a model drug. We believe that ML can also be employed to predict the anticancer drug loading capacity of nanocarriers, with an adequate dataset.
Herein, the main contributions and novelty of the investigation consisted in employing the integration algorithm to predict the nonlinear IBU loading capacity of MOFs. First, we gathered 40 data points, which included the organic linkers, metal ions, and the functional groups, as well as the surface area, pore volume, and IBU loading capacity of different MOFs from more than 100 different publications. Then, we developed different powerful models for predicting IBU loading capacity, such as categorical boosting (CatBoost) [36], support vector regression (SVR) [37], random forest (RF) [38], and adaptive boosting (AdaBoost) [39]. Internally, these supervised learning methods are robust to outliers, have a low risk of overfitting, and are straightforward to use [17]. Finally, we employed the CatBoost algorithm to predict the IBU loading capacity of MOFs by means of a comprehensive assessment among all the methods. In parallel, it has a better performance estimation of the good R Squared (R2) and the root mean square error (RMSE) than other models and more conveniently regulates the most distinguished parameters. Furthermore, the importance of the feature effects was analyzed in terms of IBU loading capacity using the Shapley additive explanations (SHAP). This revealed that some features can influence prospective targets.
Figure 2 shows the flow chart and investigational approach of IBU loading capacity analyses. The testing dataset (hold-out data) is the input to the model, and the RMSE and R2 are used for the performance assessment of the model.
2. Materials and Methods
2.1. Data Acquisition
Relevant publications were thoroughly searched using authoritative institutions such as the Web of Science, Google Scholar, PubMed, Scopus, and others. We screened and extracted literature regarding MOF ibuprofen loading capacity studies from these search sites. The keywords for our literature search were: “metal organic framework”, and “drug loading”. Then, more than 100 records were retrieved from all the different search sites and narrowed down to 40 documents involving metal-centered ions, atomic clusters, organic material-linked ligands, functional groups, and IBU loading capacity of different MOFs. A matrix was used in which a row represented the category of MOFs, and the column represented the structural feature (as shown in Table 1; the complete dataset can be found in Supplementary Materials).
2.2. Data Processing
The collected data should be preprocessed before being input into the model to minimize the errors in model prediction, including missing value patching [46,47], feature scaling/selection [27,48], and discretization [33,49]. More specifically, to reduce the effect of the smallest and largest values on the model (for instance, the code ‘sur-area’ covers a range of surface area from 51.78 to 5510 m2/g), these values should be normalized [48,50] according to Equation (1).
(1)
where is the original eigenvalue or the encoded assigned value, and and are the maximum and minimum values in the eigenvalue dataset [27,49].The data was preprocessed to deliver the eigenvector corresponding to the MOFs, which constituted the dataset for the model computation. The encoding was used in terms of the variables/features, indicating their presence or absence in a specific MOF. At the same time, this operation can convert the variables into a binary form that is quickly recognized by machine learning algorithms [33,36], and it can avoid a large number of decimals leading to a lengthy computation. In addition, the missing data must be filled and normalized for the next training model when analyzing the pore volume and specific surface area information. In this study, the interpolation polynomial was used to complement the missing data of pore volume and specific surface area with the original data regarding IBU loading capacity to create the new dataset. Then, the dataset was coded and input into the algorithm. The dataset was split into training and testing datasets using an allocation ratio of 0.8 and 0.2. It should be noted that the testing dataset was not used for model training, but rather as a final model verification.
2.3. Methodology
The CatBoost algorithm is Categorical Features+Gradient Boosting [51], based on the GBDT algorithm. It is an improved gradient boosting decision tree algorithm and an open-source and modern gradient boosting library [49,52]. It uses multiple weak learners, which are then combined into an assembled algorithm of solid learners [53]. Furthermore, it cannot only deal with intrinsically heterogeneous problems, but it can also handle categorical features [47]. This method avoids the dependence on data sorting, and is known as greedy target-based statistics, abbreviated as Greedy TS [51], and it is formulated as Equation (2).
(2)
where is the indicator function and is the i-th subtype features of the k-th training sample.To reduce the differences in data structure and distribution between the training and testing dataset for feature averages and to reduce conditional bias, this algorithm randomly sorts all samples and then takes the values of particular categorical features. The preferred features and the priority weight coefficients are added as prior distribution terms [47,54]. The CatBoost algorithm uses a Greedy TS to consider combinations. It utilizes a relatively novel method of computing leaf node values in such a way (oblivious trees, symmetric trees) that it avoids the problem of overfitting that can occur with direct computation in multiple dataset arrangements [25]. The improved Greedy TS is shown in Equation (3), which reduces the effect of noisy and low-frequency category data on the data distribution [55].
(3)
where is the added prior, and is the weight of the primary, and its value is usually a coefficient greater than 0 [36]. Adding the initial probability term in the equation is a common practice for the small number of feature classes, reducing noisy data, and in the regression analysis, the initial term can be taken as the average of the dataset labels [54].Assessing the algorithm requires quantifying the prediction errors, and it is critical to observe its uncertainty in a practical versus theoretical context. Many evaluation metrics exist for machine learning to quantify the magnitude of errors in the predictions of experimental data and intelligent models [54]. According to the algorithm, R Squared (R2), root mean squared error (RMSE), and mean absolute error (MAE) are the most trusted criteria. This time, R2 and RMSE are set as the evaluation metrics of the performance of IBU loading capacity; the smallest RMSE and largest R2 indicate better prediction performance of the model.
Equations (4) and (5) define the mathematical formulation of these measurement criteria [25]. They determine the mechanisms of errors in the predictive correlation of MOFs’ attributes based on machine learning and estimated IBU loading capacity performance.
(4)
The R2 determines the model prediction accuracy results. is the experimental value, and is the actual predicted value. As the predicted target gets closer to the experimental value, the R2 tends to be close to 1, indicating the better performance of the model prediction. Meanwhile, the RMSE statistically analyzes the error dispersion of the predictions.
(5)
2.4. Computational Modeling
We utilized the learner model trees and iterations parameters with the smallest RMSE as the hyperparameters used in the model by comparing the RMSE of the training and testing dataset. Then, the R2 was obtained after the testing dataset as input into the model. This was conducted to evaluate the accuracy of the algorithm, which was used for the validation process. Lastly, the RMSE and R2 were compared for each testing dataset, and the correlative hyperparameters were used in the model.
The approach to the model evaluation and operation is illustrated in Figure 3. The chart determines a series of combinations of tuning hyperparameters, called N configurations, based on the type and size of the data. Hyperparameters are described as adjusting sliders. The dataset is partitioned into K-folds, and the model is trained for each fold and configuration with cross-validation (CV). Each configuration’s average performance is judged by means of the testing dataset. The preferred model is generated on the entire dataset based on the best configuration. Using the grid search, the implementation and evaluation of the best configuration are optimistic, and the optimal parameters are preserved as much as possible [46].
3. Results and Discussion
3.1. The Screening of Correlation Parameters
The applicability of the model is optimized to deliver as much important information as possible from the limited dataset. The error can be further reduced by comparing the goodness-of-fit of the training and testing scores. Then different combinations of parameters are set using K-fold cross-validation, including the number of decision trees, the learning rate, and the iterations. For instance, when the learning rate is a constant, it can match and tune different decision trees and different iterations separately. The various iterations and decision trees, combined with the grid search, are cycled to compare the RMSE until the smallest error corresponding to the parameter combinations is obtained. Finally, these parameter combinations are utilized as the model deterministic parameter of callback.
3.2. The Comparison of Different Machine Learning Algorithms
The prediction results obtained from the CatBoost, SVR, RF, and AdaBoost algorithms are shown in Figure 4, Figure 5, Figure 6 and Figure 7, respectively, where the red line is the ideal prediction line which can visually evaluate the performance of the predictions. It reflects that the results are densely distributed on both sides of the ideal line. Moreover, the analysis of the results of the CatBoost algorithm show that the RMSE is around 9.81%. The R Squared (R2) of the testing dataset is 0.76.
Table 2 shows the R2 and RMSE of the different algorithms mentioned above, indicating that the CatBoost algorithm had the best performance among the four algorithms.
The interpretability of the model is becoming an important research trend in machine learning. SHAP “
In this study, the model was well trained to show a satisfactory predictive performance. It offered the SHAP value of the top 10 variables that had the most significant influence on the model predictions, as shown in Figure 8, along with its calculated values in a descending order. In Figure 8, the row represents a feature with the value of SHAP on the bottom horizontal coordinate. We analyzed the distribution of SHAP values for each feature according to different features at the vertical coordinate. The overlapping points fluctuate on the vertical coordinates, and many samples are clustered around the zero centerlines when the features are less important to the model. Additionally, the outstanding features are ranked according to their importance and prioritization, such as specific surface area (sur-area), pore volume (P-volume), 1,4-Benzenedicarboxylate (BDC), etc. More prominently, specific surface area and pore volume influence the model’s outputs more than the other features, based on the SHAP.
Figure 9 reveals the top two feature combinations of the specific surface area (sur-area) and pore volume (P-volume). The values of SHAP gradually increase along the main diagonal. This indicates that the interaction coefficient between them is positive, and this combined feature effect is similar to the extrapolation of a single feature effect, which means that their effect becomes significant in the model.
Notably, some dots on the bottom are not crucial for most of the dataset. However, they may be necessary for a small fraction of the dataset for the reason that the results in the formation represent the global variables, not the local variables.
3.3. Discussion
Herein, we used different ML algorithms to predict the IBU loading capacity of MOFs based on their structural properties parameters. This method is called “supervised” learning in the field of machine learning. Specifically, the SVR, RF, Adaboost, and Catboost algorithms were involved in supervised learning. In “supervised learning”, the algorithm learns from the labeled examples with the known outcome and generalizes predictions on future data where the result is unknown.
Training and comparing different algorithms is critical for developing preferred results and adopting suitable predicted algorithms. We noted that different algorithms had multiple performances on various issues; thus, better-suited algorithms exist for the problems considered in this work. More specifically, the performance estimation revealed that CatBoost had greater superiority in the sparse matrices and could match other advanced machine learning methods among the four algorithms. Its most unique strength is that it processes the categorical features during the training rather than during the features preprocessing stage. In other words, it reduces the need for significant hyperparameter tuning, minimizes the possibility of over-fitting, and makes the model more universal.
In the traditional GBDT algorithm, the most straightforward approach is to replace the categorical features with the average of the corresponding labels [52]. In the decision tree, the average value of the label will be used as the criterion for node splitting [51]. This approach has a disadvantage: features usually contain more information than labels, and if the average of the labels is forced to represent the features, the problem of conditional bias will occur when the data structures of the training and testing dataset are distributed differently [54,55]. Herein, the CatBoost algorithm cannot only solve the above problem, but it can also improve the performance of the model regarding prediction bias.
Finally, the data of MOFs collected from the structure library “
In the future, we can collect more data and develop our own database. In the database, we will utilize ML algorithms to train more MOFs on structural data. Then, we can predict additional physicochemical properties. Furthermore, the model’s performance is expected to further improve if more datasets of MOFs are included, which is consistent with the properties of machine learning. At the same time, we also hope that these predictions will be experimentally validated in future studies.
4. Conclusions
In this study, we have demonstrated that the Catboost algorithm, incorporating both training and testing data, could serve as an efficient preliminary tool for predicting the IBU loading capacity of MOFs. The good performance of the model suggests that the prediction of the screening of MOFs with high IBU loading capacity has been obtained and evaluated, with the expected effects. Meanwhile, the combined effects between two features were visualized by SHAP dependence plots. The results reveal the strength of feature interactions in the used dataset, which are essential in the IBU loading capacity of MOFs. Moreover, we used the AL algorithm to fill the gap in machine learning to predict the IBU loading capacity of MOFs. The improvement in the model also provides a valuable reference for predicting other MOFs’ structural properties. In future studies, we can include more datasets or databases and access even better ensemble algorithms and deep learning networks. We will use these AI methods to fully train the physicochemical properties of bionanomaterials to predict their structures more widely and accurately. With these efforts, it is believed that additional researchers can cooperate more effectively to push for the next frontier of AI combined with the structure of MOFs, accelerating further biomaterial development.
Conceptualization, X.L. (Xujie Liu); investigation, J.Y., Y.B., Z.F. and F.O.; software, Y.W.; supervision, Y.H.; writing—original draft, Y.W.; writing—review and editing, X.L. (Xujie Liu), Y.W., X.L. (Xiaojing Li) and S.W. All authors have read and agreed to the published version of the manuscript.
Not applicable.
Informed consent was obtained from all subjects involved in the study.
Datasets and original images are available from the corresponding author on request, or can be downloaded in the
The authors declare no conflict of interest.
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Figure 1. The schematic diagram of metal-organic frameworks (MOFs). The combination of various available clusters or inorganic metal ions (Fe, Cr, Zn, and so on) and organic linkers (1,4-Benzenedicarboxylate, Benzene-1,3,5-tricarboxylate, gamma−Cyclodextrin (γ-CD), and so on), which are suitable with a framework topology, can contribute to differently designed porous MOFs.
Figure 2. The flow chart of the research approach for the prediction of the IBU loading capacity of MOFs.
Figure 3. The schematic figure of the analysis pipeline showing the integrated algorithmic regression and evaluation mechanism.
Figure 4. Performance of the CatBoost algorithm for the prediction of IBU loading capacity of MOFs associated with the experimental values. The values were predicted by the model, (a) with the entire dataset, and (b) with the testing dataset.
Figure 5. Performance of the SVR algorithm for the prediction of the IBU loading capacity of MOFs associated with the experimental values. (a) The predictions are calculated on the entire dataset. (b) The predictions are exclusively calculated on the testing dataset.
Figure 6. Performance of the RF algorithm for the prediction of the IBU loading capacity of MOFs associated with the experimental values. (a) The predictions are calculated on the entire dataset. (b) The predictions are exclusively calculated on the testing dataset.
Figure 7. Performance of the AdaBoost algorithm for the prediction of the IBU loading capacity of MOFs associated with the experimental values. (a) The predictions are calculated on the entire dataset. (b) The predictions are exclusively calculated on the testing dataset.
Figure 8. The SHAP plot for the visualization of the main effects of the features.
Figure 9. SHAP dependence plot for visualization of the interaction between sur-area and P-volume.
Sample of partial data and the predicted target (IBU loading capacity) list.
MOFs | Metal Ions | Organic Linkers | Surface Area m2/g | Pore Volume cm3/g | IBU Loading Capacity g/g | Reference |
---|---|---|---|---|---|---|
MIL-100 | Cr | BDC | 3340 | 1.160 | 0.350 | [ |
MIL-101 | Cr | BDC | 5510 | 2.020 | 0.140 | [ |
MIL-53(Cr) | Cr | BDC | 1500 | 1.600 | 0.220 | [ |
UMCM-1 | Zn | BDC, BTC | 4764 | 2.280 | 1.360 | [ |
MIL-100(Fe) | Fe | BDC | 1900 | 0.590 | 0.330 | [ |
[Zn(BDC)(H2O)2]n | Zn | BDC, DABCO | 1545 | 0.669 | 0.445 | [ |
MIL-53 | Fe | BDC | 954 | 0.479 | 0.231 | [ |
… | … | … | ... | ... | ... | … |
CD-MOF-1 | K | γ-CD | 1220 | 0.493 | 0.274 | [ |
MIL-47 | V | BDC | 729 | 0.270 | 0.120 | [ |
MIL-53 | Cr | BDC | 864 | 0.290 | 0.190 | [ |
Abbreviations: 1,4-Benzenedicarboxylate (BDC), Benzene-1,3,5-tricarboxylate (BTC), 1,4-Diazabicyclo [2.2.2]octane (DABCO), gamma-Cyclodextrin (γ-CD).
Comparison of R2 and RMSE of different algorithms.
Algorithm | R2 | RMSE (%) |
---|---|---|
AdaBoost | 0.66 | 12.10 |
SVR | 0.70 | 10.53 |
RF | 0.72 | 9.62 |
CatBoost | 0.76 | 9.81 |
The predictions of IBU loading capacity are based on the improved model and the structural library.
MOFs | Metal Ions | Organic Linkers | The Predictions of IBU Loading Capacity (g/g) |
---|---|---|---|
NH2-MIL-101(Fe) | Fe | BDC | 0.4999 |
UIO-66-F4 | Zr | BDC | 0.3091 |
UIO-66-(SH)2 | Zr | BDC | 0.3176 |
NO2-UIO-66 | Zr | BDC | 0.3361 |
MOF-74(Ni) | Ni | BDC | 0.3160 |
NH2-MIL-101(Cr) | Cr | BDC | 0.4965 |
MIL-101(Cr) | Cr | BDC | 0.5408 |
UIO-66 | Ni | BDC | 0.3285 |
NH2-UIO-66 | Ni | BDC | 0.3197 |
Abbreviation: 1,4-Benzenedicarboxylate (BDC).
Supplementary Materials
The following supporting information can be downloaded at:
References
1. Lestari, W.W.; Arvinawati, M.; Martien, R.; Kusumaningsih, T. Green and facile synthesis of MOF and nano MOF containing zinc(II) and benzen 1,3,5-tri carboxylate and its study in ibuprofen slow-release. Mater. Chem. Phys.; 2018; 204, pp. 141-146. [DOI: https://dx.doi.org/10.1016/j.matchemphys.2017.10.034]
2. Jiang, K.; Ni, W.; Cao, X.; Zhang, L.; Lin, S. A nanosized anionic MOF with rich thiadiazole groups for controlled oral drug delivery. Mater. Today Bio; 2022; 13, 100180. [DOI: https://dx.doi.org/10.1016/j.mtbio.2021.100180] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/34927044]
3. Ma, P.; Zhang, J.; Liu, P.; Wang, Q.; Zhang, Y.; Song, K.; Li, R.; Shen, L. Computer-assisted design for stable and porous metal-organic framework (MOF) as a carrier for curcumin delivery. LWT; 2020; 120, 108949. [DOI: https://dx.doi.org/10.1016/j.lwt.2019.108949]
4. Phatharapeetranun, N.; Ksapabutr, B.; Marani, D.; Bowen, J.R.; Esposito, V. 3D-printed barium titanate/poly-(vinylidene fluoride) nano-hybrids with anisotropic dielectric properties. J. Mater. Chem. C; 2017; 5, pp. 12430-12440. [DOI: https://dx.doi.org/10.1039/C7TC03697C]
5. Wang, G.; Huang, X.; Jiang, P. Tailoring Dielectric Properties and Energy Density of Ferroelectric Polymer Nanocomposites by High-k Nanowires. ACS Appl. Mater. Interface; 2015; 7, pp. 18017-18027. [DOI: https://dx.doi.org/10.1021/acsami.5b06480]
6. Yang, Y.; Li, L.; Lin, R.; Ye, Y.; Yao, Z.; Yang, L.; Xiang, F.; Chen, S.; Zhang, Z.; Xiang, S. et al. Ethylene/ethane separation in a stable hydrogen-bonded organic framework through a gating mechanism. Nat. Chem.; 2021; 13, pp. 933-939. [DOI: https://dx.doi.org/10.1038/s41557-021-00740-z]
7. Zhang, L.; Li, L.; Hu, E.; Yang, L.; Shao, K.; Yao, L.; Jiang, K.; Cui, Y.; Yang, Y.; Li, B. et al. Boosting Ethylene/Ethane Separation within Copper(I)-Chelated Metal–Organic Frameworks through Tailor-Made Aperture and Specific π-Complexation. Adv. Sci.; 2020; 7, 1901918. [DOI: https://dx.doi.org/10.1002/advs.201901918]
8. Cui, Y.; Zhang, J.; He, H.; Qian, G. Photonic functional metal-organic frameworks. Chem. Soc. Rev.; 2018; 47, pp. 5740-5785. [DOI: https://dx.doi.org/10.1039/C7CS00879A]
9. Dhakshinamoorthy, A.; Asiri, A.M.; Garcia, H. 2D Metal–Organic Frameworks as Multifunctional Materials in Heterogeneous Catalysis and Electro/Photocatalysis. Adv. Mater.; 2019; 31, 1900617. [DOI: https://dx.doi.org/10.1002/adma.201900617]
10. Rivera-Torrente, M.; Mandemaker, L.D.B.; Filez, M.; Delen, G.; Seoane, B.; Meirer, F.; Weckhuysen, B.M. Spectroscopy, microscopy, diffraction and scattering of archetypal MOFs: Formation, metal sites in catalysis and thin films. Chem. Soc. Rev.; 2020; 49, pp. 6694-6732. [DOI: https://dx.doi.org/10.1039/D0CS00635A]
11. Liu, G.; Cadiau, A.; Liu, Y.; Adil, K.; Chernikova, V.; Carja, I.; Belmabkhout, Y.; Karunakaran, M.; Shekhah, O.; Zhang, C. et al. Enabling Fluorinated MOF-Based Membranes for Simultaneous Removal of H2S and CO2 from Natural Gas. Angew. Chem. Int. Ed.; 2018; 57, pp. 14811-14816. [DOI: https://dx.doi.org/10.1002/anie.201808991] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/30230128]
12. Robison, L.; Zhang, L.; Drout, R.J.; Li, P.; Haney, C.R.; Brikha, A.; Noh, H.; Mehdi, B.L.; Browning, N.D.; Dravid, V.P. et al. A Bismuth Metal–Organic Framework as a Contrast Agent for X-ray Computed Tomography. ACS Appl. Bio Mater.; 2019; 2, pp. 1197-1203. [DOI: https://dx.doi.org/10.1021/acsabm.8b00778] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/35021368]
13. Wang, S.; Chen, Y.; Wang, S.; Li, P.; Mirkin, C.A.; Farha, O.K. DNA-Functionalized Metal–Organic Framework Nanoparticles for Intracellular Delivery of Proteins. J. Am. Chem. Soc.; 2019; 141, pp. 2215-2219. [DOI: https://dx.doi.org/10.1021/jacs.8b12705] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/30669839]
14. Zhao, H.; Hou, S.; Zhao, X.; Liu, D. Adsorption and pH-Responsive Release of Tinidazole on Metal–Organic Framework CAU-1. J. Chem. Eng. Data; 2019; 64, pp. 1851-1858. [DOI: https://dx.doi.org/10.1021/acs.jced.9b00106]
15. Baino, F.; Kargozar, S. Regulation of the Ocular Cell/Tissue Response by Implantable Biomaterials and Drug Delivery Systems. Bioengineering; 2020; 7, 65. [DOI: https://dx.doi.org/10.3390/bioengineering7030065]
16. Horcajada, P.; Serre, C.; Vallet-Regí, M.; Sebban, M.; Taulelle, F.; Férey, G. Metal–Organic Frameworks as Efficient Materials for Drug Delivery. Angew. Chem. Int. Ed.; 2006; 45, pp. 5974-5978. [DOI: https://dx.doi.org/10.1002/anie.200601878]
17. Suwardi, A.; Wang, F.; Xue, K.; Han, M.Y.; Teo, P.; Wang, P.; Wang, S.; Liu, Y.; Ye, E.; Li, Z. et al. Machine Learning-Driven Biomaterials Evolution. Adv. Mater.; 2022; 34, 2102703. [DOI: https://dx.doi.org/10.1002/adma.202102703]
18. Wang, Y.; Yan, J.; Wen, N.; Xiong, H.; Cai, S.; He, Q.; Hu, Y.; Peng, D.; Liu, Z.; Liu, Y. Metal-organic frameworks for stimuli-responsive drug delivery. Biomaterials; 2020; 230, 119619. [DOI: https://dx.doi.org/10.1016/j.biomaterials.2019.119619]
19. Wu, M.; Yang, Y. Metal-Organic Framework (MOF)-Based Drug/Cargo Delivery and Cancer Therapy. Adv. Mater.; 2017; 29, 1606134. [DOI: https://dx.doi.org/10.1002/adma.201606134]
20. Ye, Q.; Wang, Y.; Shen, S.; Xu, C.; Wang, J. Biomaterials-Based Delivery of Therapeutic Antibodies for Cancer Therapy. Adv. Healthc. Mater.; 2021; 10, 2002139. [DOI: https://dx.doi.org/10.1002/adhm.202002139]
21. Ashrafizadeh, M.; Hushmandi, K.; Rahmani Moghadam, E.; Zarrin, V.; Hosseinzadeh Kashani, S.; Bokaie, S.; Najafi, M.; Tavakol, S.; Mohammadinejad, R.; Nabavi, N. et al. Progress in Delivery of siRNA-Based Therapeutics Employing Nano-Vehicles for Treatment of Prostate Cancer. Bioengineering; 2020; 7, 91. [DOI: https://dx.doi.org/10.3390/bioengineering7030091] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/32784981]
22. Bjerk, T.R.; Severino, P.; Jain, S.; Marques, C.; Silva, A.M.; Pashirova, T.; Souto, E.B. Biosurfactants: Properties and Applications in Drug Delivery, Biotechnology and Ecotoxicology. Bioengineering; 2021; 8, 115. [DOI: https://dx.doi.org/10.3390/bioengineering8080115] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/34436118]
23. Medina-Franco, J.L.; López-López, E.; Andrade, E.; Ruiz-Azuara, L.; Frei, A.; Guan, D.; Zuegg, J.; Blaskovich, M.A.T. Bridging informatics and medicinal inorganic chemistry: Toward a database of metallodrugs and metallodrug candidates. Drug Discov. Today; 2022; 27, pp. 1420-1430. [DOI: https://dx.doi.org/10.1016/j.drudis.2022.02.021] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/35227887]
24. Sikander, R.; Wang, Y.; Ghulam, A.; Wu, X. Identification of Enzymes-specific Protein Domain Based on DDE, and Convolutional Neural Network. Front. Genet.; 2021; 12, 759384. [DOI: https://dx.doi.org/10.3389/fgene.2021.759384] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/34917128]
25. Abdi, J.; Hadipoor, M.; Hadavimoghaddam, F.; Hemmati-Sarapardeh, A. Estimation of tetracycline antibiotic photodegradation from wastewater by heterogeneous metal-organic frameworks photocatalysts. Chemosphere; 2022; 287, 132135. [DOI: https://dx.doi.org/10.1016/j.chemosphere.2021.132135] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/34492416]
26. Javanbakht, S.; Pooresmaeil, M.; Namazi, H.; Heydari, A. Facile synthesis of Zn-based metal-organic framework in the presence of carboxymethyl cellulose: A safe carrier for ibuprofen. Int. J. Biol. Macromol.; 2021; 191, pp. 531-539. [DOI: https://dx.doi.org/10.1016/j.ijbiomac.2021.09.033]
27. Pardakhti, M.; Moharreri, E.; Wanik, D.; Suib, S.L.; Srivastava, R. Machine Learning Using Combined Structural and Chemical Descriptors for Prediction of Methane Adsorption Performance of Metal Organic Frameworks (MOFs). ACS Comb. Sci.; 2017; 19, pp. 640-645. [DOI: https://dx.doi.org/10.1021/acscombsci.7b00056] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/28800219]
28. Gurnani, R.; Yu, Z.; Kim, C.; Sholl, D.S.; Ramprasad, R. Interpretable Machine Learning-Based Predictions of Methane Uptake Isotherms in Metal–Organic Frameworks. Chem. Mater.; 2021; 33, pp. 3543-3552. [DOI: https://dx.doi.org/10.1021/acs.chemmater.0c04729]
29. Suyetin, M. The application of machine learning for predicting the methane uptake and working capacity of MOFs. Faraday Discuss.; 2021; 231, pp. 224-234. [DOI: https://dx.doi.org/10.1039/D1FD00011J]
30. Batra, R.; Chen, C.; Evans, T.G.; Walton, K.S.; Ramprasad, R. Prediction of water stability of metal–organic frameworks using machine learning. Nat. Mach. Intell.; 2020; 2, pp. 704-710. [DOI: https://dx.doi.org/10.1038/s42256-020-00249-z]
31. Gul, G.; Yildirim, R.; Ileri-Ercan, N. Cytotoxicity analysis of nanoparticles by association rule mining. Environ. Sci. Nano; 2021; 8, pp. 937-949. [DOI: https://dx.doi.org/10.1039/D0EN01240H]
32. Ji, Z.; Guo, W.; Wood, E.L.; Liu, J.; Sakkiah, S.; Xu, X.; Patterson, T.A.; Hong, H. Machine Learning Models for Predicting Cytotoxicity of Nanomaterials. Chem. Res. Toxicol.; 2022; 35, pp. 125-139. [DOI: https://dx.doi.org/10.1021/acs.chemrestox.1c00310] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/35029374]
33. Ahmed, A.; Siegel, D.J. Predicting hydrogen storage in MOFs via machine learning. Patterns; 2021; 2, 100291. [DOI: https://dx.doi.org/10.1016/j.patter.2021.100291]
34. Giappa, R.M.; Tylianakis, E.; Di Gennaro, M.; Gkagkas, K.; Froudakis, G.E. A combination of multi-scale calculations with machine learning for investigating hydrogen storage in metal organic frameworks. Int. J. Hydrogen Energy; 2021; 46, pp. 27612-27621. [DOI: https://dx.doi.org/10.1016/j.ijhydene.2021.06.021]
35. Bucior, B.J.; Bobbitt, N.S.; Islamoglu, T.; Goswami, S.; Gopalan, A.; Yildirim, T.; Farha, O.K.; Bagheri, N.; Snurr, R.Q. Energy-based descriptors to rapidly predict hydrogen storage in metal–organic frameworks. Mol. Syst. Des. Eng.; 2019; 4, pp. 162-174. [DOI: https://dx.doi.org/10.1039/C8ME00050F]
36. Prokhorenkova, L.; Gusev, G.; Vorobev, A.; Dorogush, A.V.; Gulin, A. CatBoost: Unbiased boosting with categorical features. Proceedings of the 32nd Conference on Neural Information Processing Systems (NeurIPS 2018); Montreal, QC, Canada, 3–8 December 2018; Volume 31, [DOI: https://dx.doi.org/10.48550/arXiv.1706.09516]
37. Smola, A.J.; Schölkopf, B. A tutorial on support vector regression. Stat. Comput.; 2004; 14, pp. 199-222. [DOI: https://dx.doi.org/10.1023/B:STCO.0000035301.49549.88]
38. Breiman, L. Random forests. Mach. Learn.; 2001; 45, pp. 5-32. [DOI: https://dx.doi.org/10.1023/A:1010933404324]
39. Hastie, T.; Rosset, S.; Zhu, J.; Zou, H. Multi-class adaboost. Stat. Interface; 2009; 2, pp. 349-360. [DOI: https://dx.doi.org/10.4310/SII.2009.v2.n3.a8]
40. Horcajada, P.; Serre, C.; Maurin, G.; Ramsahye, N.A.; Balas, F.; Vallet-Regí, M.; Sebban, M.; Taulelle, F.; Férey, G. Flexible Porous Metal-Organic Frameworks for a Controlled Drug Delivery. J. Am. Chem. Soc.; 2008; 130, pp. 6774-6780. [DOI: https://dx.doi.org/10.1021/ja710973k]
41. Babarao, R.; Jiang, J. Unraveling the Energetics and Dynamics of Ibuprofen in Mesoporous Metal−Organic Frameworks. J. Phys. Chem. C; 2009; 113, pp. 18287-18291. [DOI: https://dx.doi.org/10.1021/jp906429s]
42. Horcajada, P.; Chalati, T.; Serre, C.; Gillet, B.; Sebrie, C.; Baati, T.; Eubank, J.F.; Heurtaux, D.; Clayette, P.; Kreuz, C. et al. Porous metal–organic-framework nanoscale carriers as a potential platform for drug delivery and imaging. Nat. Mater.; 2010; 9, pp. 172-178. [DOI: https://dx.doi.org/10.1038/nmat2608] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/20010827]
43. Rodrigues, M.O.; de Paula, M.V.; Wanderley, K.A.; Vasconcelos, I.B.; Alves, S., Jr.; Soares, T.A. Metal organic frameworks for drug delivery and environmental remediation: A molecular docking approach. Int. J. Quantum Chem.; 2012; 112, pp. 3346-3355. [DOI: https://dx.doi.org/10.1002/qua.24211]
44. Bernini, M.C.; Fairen-Jimenez, D.; Pasinetti, M.; Ramirez-Pastor, A.J.; Snurr, R.Q. Screening of bio-compatible metal–organic frameworks as potential drug carriers using Monte Carlo simulations. J. Mater. Chem. B; 2014; 2, pp. 766-774. [DOI: https://dx.doi.org/10.1039/C3TB21328E] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/32261308]
45. Bueno-Perez, R.; Martin-Calvo, A.; Gómez-Álvarez, P.; Gutiérrez-Sevillano, J.J.; Merkling, P.J.; Vlugt, T.J.H.; van Erp, T.S.; Dubbeldam, D.; Calero, S. Enantioselective adsorption of ibuprofen and lysine in metal–organic frameworks. Chem. Commun.; 2014; 50, pp. 10849-10852. [DOI: https://dx.doi.org/10.1039/C4CC03745F]
46. Borboudakis, G.; Stergiannakos, T.; Frysali, M.; Klontzas, E.; Tsamardinos, I.; Froudakis, G.E. Chemically intuited, large-scale screening of MOFs by machine learning techniques. npj Comput. Mater.; 2017; 3, 40. [DOI: https://dx.doi.org/10.1038/s41524-017-0045-8]
47. Mohammadi, M.; Hadavimoghaddam, F.; Pourmahdi, M.; Atashrouz, S.; Munir, M.T.; Hemmati-Sarapardeh, A.; Mosavi, A.H.; Mohaddespour, A. Modeling hydrogen solubility in hydrocarbons using extreme gradient boosting and equations of state. Sci. Rep.; 2021; 11, 17911. [DOI: https://dx.doi.org/10.1038/s41598-021-97131-8]
48. Choi, J.; Trinh, T.X.; Yoon, T.; Kim, J.; Byun, H. Quasi-QSAR for predicting the cell viability of human lung and skin cells exposed to different metal oxide nanomaterials. Chemosphere; 2019; 217, pp. 243-249. [DOI: https://dx.doi.org/10.1016/j.chemosphere.2018.11.014]
49. Shen, Z.; Wang, S.; Shen, Z.; Tang, Y.; Xu, J.; Lin, C.; Chen, X.; Huang, Q. Deciphering controversial results of cell proliferation on TiO2 nanotubes using machine learning. Regen. Biomater.; 2021; 8. [DOI: https://dx.doi.org/10.1093/rb/rbab025]
50. Abdi, J.; Hadavimoghaddam, F.; Hadipoor, M.; Hemmati-Sarapardeh, A. Modeling of CO2 adsorption capacity by porous metal organic frameworks using advanced decision tree-based models. Sci. Rep.; 2021; 11, 24468. [DOI: https://dx.doi.org/10.1038/s41598-021-04168-w]
51. Bauder, R.; Khoshgoftaar, T. Medicare Fraud Detection using CatBoost. Proceedings of the 2020 IEEE 21st International Conference on Information Reuse and Integration for Data Science (IRI); Las Vegas, NV, USA, 11–13 August 2020; pp. 97-103. [DOI: https://dx.doi.org/10.1109/IRI49571.2020.00022]
52. Cao, Y.; Karimi, M.; Kamrani, E.; Nourani, P.; Mohammadi Manesh, A.; Momenieskandari, H.; Anqi, A.E. Machine learning methods help accurate estimation of the hydrogen solubility in biomaterials. Int. J. Hydrogen Energy; 2022; 47, pp. 3611-3624. [DOI: https://dx.doi.org/10.1016/j.ijhydene.2021.10.259]
53. Santana, R.; Zuluaga, R.; Gañán, P.; Arrasate, S.; Onieva, E.; González-Díaz, H. Predicting coated-nanoparticle drug release systems with perturbation-theory machine learning (PTML) models. Nanoscale; 2020; 12, pp. 13471-13483. [DOI: https://dx.doi.org/10.1039/D0NR01849J] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/32613998]
54. Hancock, J.T.; Khoshgoftaar, T.M. CatBoost for big data: An interdisciplinary review. J. Big Data; 2020; 7, 94. [DOI: https://dx.doi.org/10.1186/s40537-020-00369-8] [PubMed: https://www.ncbi.nlm.nih.gov/pubmed/33169094]
55. Bentéjac, C.; Csörgő, A.; Martínez-Muñoz, G. A comparative analysis of gradient boosting algorithms. Artif. Intell. Rev.; 2021; 54, pp. 1937-1967. [DOI: https://dx.doi.org/10.1007/s10462-020-09896-5]
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer
© 2022 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
Abstract
Metal-organic frameworks (MOFs) have been widely researched as drug delivery systems due to their intrinsic porous structures. Herein, machine learning (ML) technologies were applied for the screening of MOFs with high drug loading capacity. To achieve this, first, a comprehensive dataset was gathered, including 40 data points from more than 100 different publications. The organic linkers, metal ions, and the functional groups, as well as the surface area and the pore volume of the investigated MOFs, were chosen as the model’s inputs, and the output was the ibuprofen (IBU) loading capacity. Thereafter, various advanced and powerful machine learning algorithms, such as support vector regression (SVR), random forest (RF), adaptive boosting (AdaBoost), and categorical boosting (CatBoost), were employed to predict the ibuprofen loading capacity of MOFs. The coefficient of determination (R2) of 0.70, 0.72, 0.66, and 0.76 were obtained for the SVR, RF, AdaBoost, and CatBoost approaches, respectively. Among all the algorithms, CatBoost was the most reliable, exhibiting superior performance regarding the sparse matrices and categorical features. Shapley additive explanations (SHAP) analysis was employed to explore the impact of the eigenvalues of the model’s outputs. Our initial results indicate that this methodology is a well generalized, straightforward, and cost-effective method that can be applied not only for the prediction of IBU loading capacity, but also in many other biomaterials projects.
You have requested "on-the-fly" machine translation of selected content from our databases. This functionality is provided solely for your convenience and is in no way intended to replace human translation. Show full disclaimer
Neither ProQuest nor its licensors make any representations or warranties with respect to the translations. The translations are automatically generated "AS IS" and "AS AVAILABLE" and are not retained in our systems. PROQUEST AND ITS LICENSORS SPECIFICALLY DISCLAIM ANY AND ALL EXPRESS OR IMPLIED WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES FOR AVAILABILITY, ACCURACY, TIMELINESS, COMPLETENESS, NON-INFRINGMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Your use of the translations is subject to all use restrictions contained in your Electronic Products License Agreement and by using the translation functionality you agree to forgo any and all claims against ProQuest or its licensors for your use of the translation functionality and any output derived there from. Hide full disclaimer