Skip to main content

ORIGINAL RESEARCH article

Front. Immunol., 27 June 2022
Sec. Autoimmune and Autoinflammatory Disorders

A Machine Learning Approach to Predict Remission in Patients With Psoriatic Arthritis on Treatment With Secukinumab

Vincenzo Venerito&#x;Vincenzo Venerito1†Giuseppe Lopalco&#x;Giuseppe Lopalco1†Anna AbbruzzeseAnna Abbruzzese1Sergio ColellaSergio Colella1Maria MorroneMaria Morrone1Sabina Tangaro,Sabina Tangaro2,3Florenzo Iannone*Florenzo Iannone1*
  • 1Rheumatology Unit, Department of Emergency and Organ Transplantations, University of Bari “Aldo Moro”, Bari, Italy
  • 2Dipartimento di Scienze del Suolo, della Pianta e degli Alimenti, University of Bari “Aldo Moro”, Bari, Italy
  • 3Istituto Nazionale di Fisica Nucleare - Sezione di Bari, Bari, Italy

Background: Psoriatic Arthritis (PsA) is a multifactorial disease, and predicting remission is challenging. Machine learning (ML) is a promising tool for building multi-parametric models to predict clinical outcomes. We aimed at developing a ML algorithm to predict the probability of remission in PsA patients on treatment with Secukinumab (SEC).

Methods: PsA patients undergoing SEC treatment between September 2017 and September 2020 were retrospectively analyzed. At baseline and 12-month follow-up, we retrieved demographic and clinical characteristics, including Body Mass Index (BMI), disease phenotypes, Disease Activity in PsA (DAPSA), Leeds Enthesitis Index (LEI) and presence/absence of comorbidities, including fibromyalgia and metabolic syndrome. Two random feature elimination wrappers, based on an eXtreme Gradient Boosting (XGBoost) and Logistic Regression (LR), were trained and validated with 10-fold cross-validation for predicting 12-month DAPSA remission with an attribute core set with the least number of predictors. The performance of each algorithm was assessed in terms of accuracy, precision, recall and area under receiver operating characteristic curve (AUROC).

Results: One-hundred-nineteen patients were selected. At 12 months, 20 out of 119 patients (25.21%) achieved DAPSA remission. Accuracy and AUROC of XGBoost was of 0.97 ± 0.06 and 0.97 ± 0.07, overtaking LR (accuracy 0.73 ± 0.09, AUROC 0.78 ± 0.14). Baseline DAPSA, fibromyalgia and axial disease were the most important attributes for the algorithm and were negatively associated with 12-month DAPSA remission.

Conclusions: A ML approach may identify SEC good responders. Patients with a high disease burden and axial disease with comorbid fibromyalgia seem challenging to treat.

Introduction

Psoriatic Arthritis (PsA) is a heterogeneous condition in its clinical presentation and disease course. Immune dysregulation, with altered cytokines expression and cellular phenotypes, is responsible for the typical clinical features of PsA, which involve both peripheral joints and the axial skeleton (1, 2). In addition to such manifestations, patients with PsA can often suffer from extra-articular manifestations, which are genetically and immunologically correlated to these features and include psoriasis, inflammatory bowel diseases, and uveitis (3, 4). PsA pathogenesis is complex, with nonlinear interaction between genetic and environmental factors, such as obesity and trauma, triggering the preclinical activation of the immune system in patients with psoriasis, mainly involving the activation of the interleukin (IL-)23–IL-17 axis, (2). By interfering with such a pathway, novel therapies with biotechnological agents enable the complete clearing of psoriasis in most patients but a PsA good control in only half the patients (2). Hence, profiling PsA patients more likely to benefit from IL-17 blockade is an unmet clinical need.

Secukinumab (SEC), a human monoclonal antibody that directly inhibits interleukin-17A, has demonstrated efficacy in patients with PsA in phase III FUTURE studies (5), but only sparse data exist about predictors of disease remission in PsA patients in real-life settings (6, 7). While logistic regression (LR) was the algorithm of choice to find independent predictors in multivariable models, it must be noted that in previous real-life studies, the hypotheses were usually based on the unreal assumption that the association between the prognostic factors and PsA remission is direct and isolated (810).On the contrary, LR is not suitable for modelling non-independent variables (6), being inadequate to explicitly describe the complex relationship between prognostic factors and remission for complex multifactorial diseases such as PsA. Additionally, previous multivariable models often lacked rigorous internal and external validation (11, 12), leaving internal consistency unchecked and raising doubts on model validity in the general PsA population.

Machine learning (ML) is emerging as a promising tool for implementing complex multi-parametric decision algorithms. Supervised ML algorithms have proven effective in predicting treatment responses and disease progression in patients with rheumatic diseases and can handle complex, non-linear relationships between patient attributes that are difficult to model with traditional statistical methods (13, 14). Therefore, this study aimed to assess whether a ML approach may be useful to identify those patients more likely to achieve disease remission on SEC.

Materials and Methods

Data Gathering

Patients with classified PsA according to CASPAR criteria referred to a tertiary centre who underwent Secukinumab therapy from September 2017 to December 2020 with at least 12 months of continuous treatment were included in the analysis. Demographic (age and gender), laboratory (Erythrocyte Sedimentation Rate (ESR), C Reactive Protein (CRP) serum level) and clinical characteristics were retrospectively gathered either at baseline, and 12-month follow up. We recorded the presence/absence of comorbidities [fibromyalgia (FMS) and metabolic syndrome (MetSyn)], Body Mass Index (BMI), disease duration, treatment line, disease domain (oligoarthritis VS polyarthritis, axial involvement), Disease Activity Index in Psoriatic Arthritis (DAPSA), Leeds Enthesitis Index (LEI). Bath Ankylosing Spondylitis Activity index (BASDAI), Psoriasis Area Severity Index (PASI), concomitant conventional synthetic anti-rheumatic drug (csDMARDs) and Health Assessment Questionnaire Disability Index (HAQ-DI). Axial involvement was defined as the presence of radiographic sacroiliitis (as for clinician and/or radiologist judgement) and/or MRI inflammatory changes to the spine and/or sacroiliac joints, both in the presence of inflammatory pain. The study was approved and reviewed by the local Ethical Committee (Biopure registry, IRB Approval n.5940, Azienda Ospedaliera Universitaria di Bari). This study followed STARD guidelines and the TRIPOD statement. All patients provided written informed consent.

Outcome of Interest

The predictive modelling analysis aimed at forecasting the probability of DAPSA remission at 12 months from Secukinumab onset, represented as a Boolean variable.

Traditional Statistics

Student’s t-test or Mann Whitney U test was used as appropriate to identify differences among continuous variables between groups. χ2 test was used to determine the difference among Boolean variables in a contingency table. The significance level at α=0.05 was used.

Attributes Selection

For classification with small training samples and high dimensionality, feature selection plays an essential role in avoiding overfitting and improving classification performance. One commonly used feature selection method for small samples problems is the wrapper feature selection using the recursive feature elimination (RFE) algorithm (1). RFE needs an algorithm to be embedded. Provided with a model with feature coefficients (e.g. regression) or importance factors (e.g. tree algorithms), RFE starts from all features and gradually eliminates the least important feature. Once all features are removed, the algorithm returns the subset that gives the best performance (backward selection). RFE can generate different subsets of features based on various criteria. The subgroup generated in each step will be used to build a model and train the learning algorithm iteratively.

This is achieved by fitting the given machine learning algorithm used in the RFE core, ranking features by importance, discarding the least important features, and re-fitting the model (Supplementary Material). We point out that, by design, the RFE algorithm never relies on validation data to achieve this result. We repeated this process five times using different random seeds to check feature stability for each algorithm. Most often selected attributes were considered part of the final attribute core set (Supplementary Material). The analysis was implemented in a Python 3.9 environment using scikit-learn (ver. 0.22.1) and XGBoost (ver. 1.1.0) libraries (12). Two different linear and nonlinear classifiers were used to train and validate the RFE with 10-fold cross-validation for predicting DAPSA remission. For further details regarding cross-validation, see Supplementary Material. For linear modelling, an LR was used; for nonlinear modelling, a decision tree-based algorithm, namely extreme gradient boosting (XGBoost) (15), was tested. A repeated grid search with cross-validation was used for optimal hyperparameter tuning to maximize the classifiers’ performance (Supplementary Material) (16). For each classifier, we plotted ROC curves, and then AUROC was determined. Then, based on the optimal probability cut-off [Youden’s Index (17)], classifiers’ performance was compared with the following metrics:

Accuracy=truepositives+truenegativestruepositives+truenegatives+falsepositives+falsenegatives
Recall  =truepositivestruepositives+falsenegatives
Precision=truepositivestruepositives+falsepositives

Most ML methods are often referred to as black boxes for the complexity of the underlying mechanism. In recent years efforts to improve ML explainability have been made. XGboost methods allow us to obtain the relative importance of tshe prediction of each attribute. For explainability, we plotted the relative importance of each feature, including the training core set. We also determined the odds ratio (OR) for predictors included in the LR model.

Probability Calibration

A classification model generally forecasts a binary outcome for a given observation and class. In predicting, a model may output the probability of an observation belonging to each possible class (13). This case provides some flexibility in the way predictions are interpreted and presented, allowing the choice of a threshold, as mentioned above, Youden’s index. For a model to be reliable, the estimated class probabilities should reflect the actual underlying probability of the sample. A diagnostic calibration curve for the candidate best classifier was also plotted to check these assumptions, and, consequently, 10-fold isotonic calibration was carried out.

Results

One-hundred-nineteen patients (female 66/119, 55.46%) with mean age ( ± SD) of 52.74 ± 10.37 and a mean disease duration of 7.41 ± 4.44 years underwent SEC treatment during the observation period. Most of them were a 3rd treatment line or beyond. In 91.60% of them (109/119), SEC was prescribed at 300 mg/4 weeks. Combined therapy with csDMARDs was prescribed in 74 out of 119 patients (62.18%); 54 out of 119 (45.38%) were on concomitant steroid therapy. The most prevalent clinical phenotype was oligoarticular disease (74.79%, 89/119), whereas 41 out of 119 had the concomitant axial disease (34.45%). Skin psoriasis was evident in 107 patients (89.92%). Mean BMI was 27.61 ± 5.31, with MetSyn diagnosed in more than half of the cohort (69/119, 57.98%). At baseline, comorbid FMS was present in 24 out of 119 of them. For complete patient characteristics, see Table 1.

TABLE 1
www.frontiersin.org

Table 1 Patient Characteristics.

At SEC baseline, DAPSA was 16.80 ± 9.65, whereas mean PASI was 2.22 ± 3.11; median (IQR) LEI was 0 (0–1), whereas patients with axial involvement scored a mean BASDAI of 4.60 ± 2.07. Regarding patient-reported outcomes (PROs), HAQ-DI was 1 ± 0.07.

At 12-month follow-up, most of the clinimetrics significantly improved, with mean DAPSA decreasing to 9.60 ± 7.80 (p<0.0001), median LEI to 0 (0-0) (p<0.0001), mean PASI to 0.84 ± 1.74 (p<0.0001) and mean BASDAI to 3.80 ± 1.97 (p<0.0006). Of note, SEC had a steroid-sparing effect also, as only 25 out of 119 patients (21.01%, p=0.0001) were still on steroids at 12 months. Twenty out of 119 patients (25.21%) achieved DAPSA remission, whereas 22 patients (18.49%) achieved a HAQ-DI improvement ≥ 0.35. For full clinimetrics at 12-month follow up, see Table 1.

In general, SEC was well tolerated, with 4/119 patients (3.36%) complaining of upper respiratory tract infections, not requiring treatment discontinuation and 3/119 patients (2.52%) developed rash and pruritus at the injection site. No patients complained of gastrointestinal symptoms suggestive of active inflammatory bowel disease throughout the observation period.

XGBoost-based RFE attribute core set included DAPSA at baseline, presence/absence of FMS, axial Disease, LEI, CRP (mg/l) and ESR (mm/h) at baseline, presence/absence of dactylitis at baseline, age, treatment line and PASI at baseline, listed form the most to the least important. In Figure 1, attributes were plotted according to their importance for ML prediction. Conversely, LR-based RFE selected DAPSA at baseline (OR 0.85, 95%CI 0.77-0.93), BMI (0.79, 95%CI 0.66-0.95), presence/absence of FMS (0.05, 95%CI 0.004-0.63), axial disease (0.01, 95%CI 0.001- 0.10), HAQ-DI at baseline (0.10, 95% 0.02-0.45) and combotherapy at baseline (0.43, 95%CI 0.19-0.98), all inversely associated with DAPSA remission; only high CRP (mg/l) at baseline (1.08, 95% CI 1.03-1.12) was found to predict 12-month remission. Table 2 resumes the ORs for each attribute with 95%CI. The performance of XGBoost showed accuracy of 0.97 ± 0.06, recall of 0.96 ± 0.006, precision 0.97 ± 0.006 and AUROC 0.97 ± 0.07 (Figure 2). In contrast LR performance was significantly poorer, with accuracy of 0.73 ± 0.09, recall 0.64 ± 0.11, precision 0.85 ± 0.09, AUROC 0.78 ± 0.14 (p<0.0001 for all, Table 3). In Figure 3, a diagnostic calibration has been plotted for XGBoost after 10-fold isotonic calibration; DAPSA remission roughly happened with an observed relative frequency consistent with the forecast value, showing a suitable calibration curve.

FIGURE 1
www.frontiersin.org

Figure 1 Plot of the feature importance of the attribute core set of eXtreme Gradient Boosting. CRP, C Reactive Protein; DAPSA, Disease Activity in Psoriatic Arthritis; ESR, Erythrocyte Sedimentation Rate; FMS, Fibromyalgia; HAQ-DI, Health Assessment Questionnaire- Disability Index; LEI, Leeds Enthesitis Index; PASI, Psoriasis Area Severity Index; XGBoost: eXtreme Gradient Boosting.

TABLE 2
www.frontiersin.org

Table 2 Odds Ratios of Logistic Regression for Multivariable Analysis after Random Feature Elimination.

FIGURE 2
www.frontiersin.org

Figure 2 Area under receiver operating characteristic curve of the algorithms. Left panel, eXtreme Gradient Boosting. Right Panel, Logistic Regression.

TABLE 3
www.frontiersin.org

Table 3 Algorithm performance.

FIGURE 3
www.frontiersin.org

Figure 3 A diagnostic calibration has been plotted for XGBoost after 10-fold isotonic calibration; DAPSA remission roughly happened with an observed relative frequency consistent with the forecast value, showing a suitable calibration curve. DAPSA, Disease Activity in Psoriatic Arthritis; XGBoost, eXtreme Gradient Boosting.

Discussion

PsA is a complex disease. Ideally, while the clinical management of patients with only psoriasis and synovitis may seem to be linear, treatment becomes much less immediate when the clinical phenotype encompasses enthesitis, axial disease, and comorbid conditions such as FMS and MetSyn (18). Indeed, because of the heterogeneous and multifaceted presentation, there is a lack of biomarkers for diagnosis and prognosis (19). Hence, the dearth of clinical and serological predictors remains despite the growing knowledge of PsA pathogenesis. Given that, new approaches such as ML may lead to valuable insights. In this study, we retrospectively evaluated the 12 months DAPSA based remission in PsA patients on treatment with SEC and built different statistical models for predicting the achievement of DAPSA remission.

We found a significant decrease in disease activity at 12-month treatment with SEC and remission occurred with a similar frequency as in other Italian and international cohorts (8, 20). Furthermore, SEC was proven to improve LEI, PASI, and BASDAI at 12 months. Interestingly SEC did show a good steroid-sparing effect. We also observed a decrease in HAQ-DI, albeit non-significant, with about a fifth of our cohort achieving a HAQ-DI improvement ≥ 0.35. Such improvement is slightly less relevant than recently reported in a large multicenter Italian study (6). Our results should be interpreted in the light of our patient characteristics, depicting a sample with a long disease duration and beyond the 2nd treatment line for the largest part, both features negatively impacting the quality of life (1). This is may also explain the high rate of patients on steroids at SEC baseline. Interestingly, considering that most of them were anti-TNF therapy inadequate responders, our data support the recent evidence that, in need of a rapid anti-inflammatory effect or bridging of therapies, a trend towards prescribing glucocorticoids in PsA patients still exists (21). We demonstrated that a nonlinear ML approach might outperform linear methods such as LR in predicting 12-month DAPSA remission in patients on SEC, based on similar attribute core sets.

Among features deemed as necessary for prediction, several attributes representative of disease activity in different domains, such as baseline DAPSA, PASI and serum acute phase reactants levels, were identified by both algorithms as negatively associated with 12-month remission. Conversely, the importance of baseline LEI in predicting DAPSA remission was underlined exclusively from the XGBoost algorithm. Of note, enthesitis may be often overlooked as entheseal assessment is not routinely performed in real-life settings (22). Indeed, the XGBoost choice might be expected, considering that enthesitis was associated with a high overall PsA burden in the DANBIO Register (22).

It is noteworthy that both RFE wrappers recognized FMS as one of the most important comorbidity to take into account in managing PsA patients on SEC. FMS had been recently recognized as one of the main predictors of drug discontinuation in PsA patients on TNF inhibitors (12), with almost no PsA patients with comorbid fibromyalgia achieving clinical disease remission upon anti-TNF therapy (11). The negative impact of FMS on PsA disease measures in patients on SEC had not been thoroughly investigated yet; as noticeable at a glance by the effect size measures, such as XGBoost feature importance or LR OR, patients with FMS were less likely to achieve 12-month remission. These findings were consistent with a recent study on a cohort of Spanish PsA patients on SEC treatment, reporting the negative impact of depression on drug survival (23). However, FMS was not investigated as a predictor of drug discontinuation in such settings.

Our study also provided insights into the effectiveness of SEC in PsA patients with axial disease. Corevitas (formerly Corrona) Registry had shown that patients with axial PsA had higher disease activity, reduced quality of life and more impaired physical function and work productivity than those without axial involvement (24). Such evidence might explain why both algorithms found axial disease as a negative predictor of DAPSA remission. In particular, XGBoost recognized such domain as the third most crucial attribute for prediction, underlining the need to routinely assess spine involvement in PsA patients. In this study, overweight patients or patients with obesity having PsA were less likely to achieve DAPSA remission. For each 1-point increase in BMI, the probability of achieving DAPSA remission decreased by 20.3%. This is consistent with a previous report showing in a large prospective cohort that obesity can hinder the clinical response to SEC (11). On the other hand, two recent reports on Spanish and Italian cohorts (6, 23) showed that obese patients were less likely to discontinue SEC and a better response to SEC could be achieved in obese individuals compared with normal-weight patients. Potential unknown confounders may account for such discrepancy. However, when focusing on predictive modelling, we noticed that XGBoost overperformed LR without even considering PsA patients BMI.

Unlike rheumatoid arthritis, where unidimensional relations are feasible, PsA needs a multidimensional approach to build predicting models. The superiority of ML methods considering nonlinear relationships is essential as it suggests that we should refine our modus cogitandi when dealing with PsA. Far from being a mechanistic chain of cause and effect, rather than simply switching off a specific pathway, it is conceivable that the biologic agents disrupt and modulates the interplay between components of the clinical phenotype resulting in a new balance of interactions. ML approach has the advantage of addressing the clinical issues of PsA management, considering it as a complex system underlying a multifaceted syndrome. Interestingly, the core set of attributes used for training both LR and ML algorithms includes common predictors. However, traditional linear methods such as LR may not be sensitive to perceiving how the attributes interact at baseline and during SEC treatment. When focusing on predictive modelling instead of statistical inference, tree-based algorithms such as XGBoost seem to be a better choice. Another perk of a ML approach with immediate aftermaths into clinical practice is to implement tools readily available on mobile devices and/or desktops capable of providing probability scores, which may help clinicians better identify SEC-good responders, potentially saving indirect costs due to treatment failure.

Some shortcomings must be acknowledged, such as the retrospective design and the relatively small sample size, even if the applied methods have proven robust also for a small-sized dataset. However, an external validation on an independent cohort is required to adopt the XGBoost algorithm in clinical practice and evaluate the attribute core set in an unbiased manner. Nevertheless, we showed that a ML approach has undisclosed potential for guiding the management of PsA patients on SEC and for unravelling the complex interactions between PsA clinical phenotype and IL-17 blockade.

Data Availability Statement

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

Ethics Statement

The study involving human participants were reviewed and approved by the Ethics Committee of the University of Bari (Biopure registry, IRB Approval n.5940, Azienda Ospedaliera Universitaria di Bari). Written informed consent to participate in this study was provided by the participants’ legal guardian/next of kin. The patients/participants provided their written informed consent to participate in this study.

Author Contributions

VV, FI, and GL conceived the study design, drafted the manuscript, and contributed to discussion. VV performed data analysis and drafted the manuscript. ST supervised machine learning methods. AA, SC, and MM collected the data and contributed to discussion. All authors listed have made a substantial, direct, and intellectual contribution to the work and approved it for publication.

Funding

This study received funding from Novartis Farma SPA.​ The funder was not involved in the study design, collection, analysis, interpretation of data, the writing of this article or the decision to submit it for publication.

Conflict of Interest

FI and GL received speaker honoraria from Novartis.

The remaining 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.

Supplementary Material

The Supplementary Material for this article can be found online at: https://www.frontiersin.org/articles/10.3389/fimmu.2022.917939/full#supplementary-material

References

1. Gudu T, Gossec L. Quality of Life in Psoriatic Arthritis. Expert Rev Clin Immunol (2018) 14:405–17. doi: 10.1080/1744666X.2018.1468252

PubMed Abstract | CrossRef Full Text | Google Scholar

2. Scher JU, Ogdie A, Merola JF, Ritchlin C. Preventing Psoriatic Arthritis: Focusing on Patients With Psoriasis at Increased Risk of Transition. Nat Rev Rheumatol (2019) 15:153–66. doi: 10.1038/s41584-019-0175-0

PubMed Abstract | CrossRef Full Text | Google Scholar

3. Lopalco G, Venerito V, Sota J, Rigante D, Guerriero S, Orlando I, et al. Epidemiological Profile of non-Infectious Uveitis From the Rheumatologist’s Perspective: A Survey From Two Tertiary Referral Centres in Italy. Clin Exp Rheumatol (2018) 36:68–73.

PubMed Abstract | Google Scholar

4. Novelli L, Lubrano E, Venerito V, Perrotta FM, Marando F, Curradi G, et al. Extra-Articular Manifestations and Comorbidities in Psoriatic Disease: A Journey Into the Immunologic Crosstalk. Front Med (Lausanne) (2021) 8:737079. doi: 10.3389/fmed.2021.737079

PubMed Abstract | CrossRef Full Text | Google Scholar

5. Mease PJ, Landewé R, Rahman P, Tahir H, Singhal A, Boettcher E, et al. Secukinumab Provides Sustained Improvement in Signs and Symptoms and Low Radiographic Progression in Patients With Psoriatic Arthritis: 2-Year (End-of-Study) Results From the FUTURE 5 Study. RMD Open (2021) 7:e001600. doi: 10.1136/rmdopen-2021-001600

PubMed Abstract | CrossRef Full Text | Google Scholar

6. Ramonda R, Lorenzin M, Carriero A, Chimenti MS, Scarpa R, Marchesoni A, et al. Effectiveness and Safety of Secukinumab in 608 Patients With Psoriatic Arthritis in Real Life: A 24-Month Prospective, Multicentre Study. RMD Open (2021) 7:e001519. doi: 10.1136/rmdopen-2020-001519

PubMed Abstract | CrossRef Full Text | Google Scholar

7. Pantano I, Iacono D, Favalli EG, Scalise G, Costa L, Caso F, et al. Secukinumab Efficacy in Patients With PsA is Not Dependent on Patients’ Body Mass Index. Ann Rheum Dis (2022) 81:e42. doi: 10.1136/annrheumdis-2020-217251

PubMed Abstract | CrossRef Full Text | Google Scholar

8. Perrotta FM, Delle Sedie A, Scriffignano S, Volpe P, Cordisco E, Milano N, et al. Remission, Low Disease Activity and Improvement of Pain and Function in Psoriatic Arthritis Patients Treated With IL-12/23 and IL-17 Inhibitors. A Multicenter Prospective Study. Reumatismo (2020) 72:52–9. doi: 10.4081/reumatismo.2020.1266

PubMed Abstract | CrossRef Full Text | Google Scholar

9. Alharbi S, Ye JY, Lee K-A, Chandran V, Cook RJ, Gladman DD. Remission in Psoriatic Arthritis: Definition and Predictors. Semin Arthritis Rheum (2020) 50:1494–9. doi: 10.1016/j.semarthrit.2020.01.012

PubMed Abstract | CrossRef Full Text | Google Scholar

10. Ortolan A, Lorenzin M, Leo G, Pampaloni F, Messina F, Doria A, et al. Secukinumab Drug Survival in Psoriasis and Psoriatic Arthritis Patients: A 24-Month Real-Life Study. Dermatology (2022), 1–7. doi: 10.1159/000522008

PubMed Abstract | CrossRef Full Text | Google Scholar

11. Iannone F, Nivuori M, Fornaro M, Venerito V, Cacciapaglia F, Lopalco G. Comorbid Fibromyalgia Impairs the Effectiveness of Biologic Drugs in Patients With Psoriatic Arthritis. Rheumatol (Oxford) (2020) 59:1599–606. doi: 10.1093/rheumatology/kez505

CrossRef Full Text | Google Scholar

12. Fornaro M, Righetti G, Abbruzzese A, Lopalco G, Cacciapaglia F, Anelli MG, et al. High Disease Relapse After bDMARD Spacing in Psoriatic Arthritis Compared to Rheumatoid Arthritis and Axial Spondyloarthritis Patients: Real-Life Data From BIOPURE Registry. Clin Rheumatol (2021) 40(9):3659-65. doi: 10.1007/s10067-021-05728-1

PubMed Abstract | CrossRef Full Text | Google Scholar

13. Venerito V, Angelini O, Fornaro M, Cacciapaglia F, Lopalco G, Iannone F. A Machine Learning Approach for Predicting Sustained Remission in Rheumatoid Arthritis Patients on Biologic Agents. JCR: J Clin Rheumatol (2021) 16(6):1457-65. doi: 10.1097/RHU.0000000000001720

CrossRef Full Text | Google Scholar

14. Venerito V, Angelini O, Cazzato G, Lopalco G, Maiorano E, Cimmino A, et al. A Convolutional Neural Network With Transfer Learning for Automatic Discrimination Between Low and High-Grade Synovitis: A Pilot Study. Intern Emerg Med (2021) 16(6):1457-65. doi: 10.1007/s11739-020-02583-x

PubMed Abstract | CrossRef Full Text | Google Scholar

15. Breiman L. Random Forests. Mach Learn (2001) 45:5–32. doi: 10.1023/A:1010933404324

CrossRef Full Text | Google Scholar

16. Buitinck L, Louppe G, Blondel M, Pedregosa F, Mueller A, Grisel O, et al. API Design for Machine Learning Software: Experiences From the Scikit-Learn Project. Arxiv:13090238 [Cs] (2013). Available at: http://arxiv.org/abs/1309.0238 (Accessed April 10, 2021).

Google Scholar

17. Hughes G. Youden’s Index and the Weight of Evidence. Methods Inf Med (2015) 54:198–9. doi: 10.3414/ME14-04-0003

PubMed Abstract | CrossRef Full Text | Google Scholar

18. Lubrano E, Scriffignano S, Perrotta FM. Psoriatic Arthritis, Psoriatic Disease, or Psoriatic Syndrome? J Rheumatol (2019) 46:1428–30. doi: 10.3899/jrheum.190054

PubMed Abstract | CrossRef Full Text | Google Scholar

19. Helliwell P, Coates L, Chandran V, Gladman D, de Wit M, FitzGerald O, et al. Qualifying Unmet Needs and Improving Standards of Care in Psoriatic Arthritis. Arthritis Care Res (2014) 66:1759–66. doi: 10.1002/acr.22404

CrossRef Full Text | Google Scholar

20. Michelsen B, Georgiadis S, Di Giuseppe D, Loft AG, Nissen MJ, Iannone F, et al. Real-World 6 and 12-Month Drug Retention, Remission and Response Rates of Secukinumab in 2,017 Psoriatic Arthritis Patients in 13 European Countries. Arthritis Care Res (Hoboken) (2021). doi: 10.1002/acr.24560

PubMed Abstract | CrossRef Full Text | Google Scholar

21. Vincken NLA, Balak DMW, Knulst AC, Welsing PMJ, van Laar JM. Systemic Glucocorticoid Use and the Occurrence of Flares in Psoriatic Arthritis and Psoriasis: A Systematic Review. Rheumatol (Oxf) (2022) keac129. doi: 10.1093/rheumatology/keac129

CrossRef Full Text | Google Scholar

22. Mathew AJ, Glintborg B, Krogh NS, Hetland ML, Østergaard M. Enthesitis in Patients With Psoriatic Arthritis and Axial Spondyloarthritis - Data From the Danish Nationwide DANBIO Registry. Semin Arthritis Rheum (2022) 52:151948. doi: 10.1016/j.semarthrit.2021.12.012

PubMed Abstract | CrossRef Full Text | Google Scholar

23. Alonso S, Villa I, Fernández S, Martín JL, Charca L, Pino M, et al. Multicenter Study of Secukinumab Survival and Safety in Spondyloarthritis and Psoriatic Arthritis: SEcukinumab in Cantabria and ASTURias Study. Front Med (Lausanne) (2021) 8:679009. doi: 10.3389/fmed.2021.679009

PubMed Abstract | CrossRef Full Text | Google Scholar

24. Ogdie A, Blachley T, Lakin PR, Dube B, McLean RR, Hur P, et al. Evaluation of Clinical Diagnosis of Axial Psoriatic Arthritis (PsA) or Elevated Patient-Reported Spine Pain in Corevitas’ PsA/Spondyloarthritis Registry. J Rheumatol (2022) 49:281–90. doi: 10.3899/jrheum.210662

PubMed Abstract | CrossRef Full Text | Google Scholar

Keywords: psoriatic arthritis (PsA), machine learning, secukinumab, fibromyalgia (FMS), axial

Citation: Venerito V, Lopalco G, Abbruzzese A, Colella S, Morrone M, Tangaro S and Iannone F (2022) A Machine Learning Approach to Predict Remission in Patients With Psoriatic Arthritis on Treatment With Secukinumab. Front. Immunol. 13:917939. doi: 10.3389/fimmu.2022.917939

Received: 11 April 2022; Accepted: 30 May 2022;
Published: 27 June 2022.

Edited by:

Luca Quartuccio, University of Udine, Italy

Reviewed by:

Fabio Massimo Perrotta, Università del Molise, Italy
Augusta Ortolan, University of Padua, Italy

Copyright © 2022 Venerito, Lopalco, Abbruzzese, Colella, Morrone, Tangaro and Iannone. 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: Florenzo Iannone, ZmxvcmVuem8uaWFubm9uZUB1bmliYS5pdA==

These authors have contributed equally to this work

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.