Peer Review History

Original SubmissionAugust 24, 2022
Decision Letter - Abdallah M. Samy, Editor, Mabel Carabali, Editor

Dear Dr Zargari Marandi,

Thank you very much for submitting your manuscript "Development of a machine learning model for early prediction of plasma leakage in suspected dengue patients" for consideration at PLOS Neglected Tropical Diseases. As with all papers reviewed by the journal, your manuscript was reviewed by members of the editorial board and by several independent reviewers. In light of the reviews (below this email), we would like to invite the resubmission of a significantly-revised version that takes into account the reviewers' comments.

Please make sure to respond to each one of the questions or comments made by the reviewers. We cannot make any decision about publication until we have seen the revised manuscript and your response to the reviewers' comments. Your revised manuscript is also likely to be sent to reviewers for further evaluation.

When you are ready to resubmit, please upload the following:

[1] A letter containing a detailed list of your responses to the review comments and a description of the changes you have made in the manuscript. Please note while forming your response, if your article is accepted, you may have the opportunity to make the peer review history publicly available. The record will include editor decision letters (with reviews) and your responses to reviewer comments. If eligible, we will contact you to opt in or out.

[2] Two versions of the revised manuscript: one with either highlights or tracked changes denoting where the text has been changed; the other a clean version (uploaded as the manuscript file).

Important additional instructions are given below your reviewer comments.

Please prepare and submit your revised manuscript within 60 days. If you anticipate any delay, please let us know the expected resubmission date by replying to this email. Please note that revised manuscripts received after the 60-day due date may require evaluation and peer review similar to newly submitted manuscripts.

Thank you again for your submission. We hope that our editorial process has been constructive so far, and we welcome your feedback at any time. Please don't hesitate to contact us if you have any questions or comments.

Sincerely,

Mabel Carabali, M.D., M.Sc., Ph.D.,

Academic Editor

PLOS Neglected Tropical Diseases

Abdallah Samy

Section Editor

PLOS Neglected Tropical Diseases

***********************

Please make sure to respond to each one of the questions or comments made by the reviewers.

Reviewer's Responses to Questions

Key Review Criteria Required for Acceptance?

As you describe the new analyses required for acceptance, please consider the following:

Methods

-Are the objectives of the study clearly articulated with a clear testable hypothesis stated?

-Is the study design appropriate to address the stated objectives?

-Is the population clearly described and appropriate for the hypothesis being tested?

-Is the sample size sufficient to ensure adequate power to address the hypothesis being tested?

-Were correct statistical analysis used to support conclusions?

-Are there concerns about ethical or regulatory requirements being met?

Reviewer #1: Yes

Reviewer #2: There are some points that needs to be clarified,

Regarding the training of the algorithms and the ensemble, how the algorithms parameters were tuned? How were the missing and unknown data handled?

Some variables were excluded due to their high cost such as viral load and data from ultrasonography, I wonder if the authors tried to train the algorithms including these variables to see how their presence in the dataset would affect the created model performance.

Since there is no dataset for external validation, an internal-external validation approach could have been used [DOI: 10.1016/j.jclinepi.2015.04.005].

Reviewer #3: YES.

--------------------

Results

-Does the analysis presented match the analysis plan?

-Are the results clearly and completely presented?

-Are the figures (Tables, Images) of sufficient quality for clarity?

Reviewer #1: Yes

Reviewer #2: Why the authors decided to go with an ensemble of both algorithms? Was the performance of the ensemble significantly better than the algorithms? I recommend comparing the performance of RF, LightGBM, and the ensemble to see if a model is statistically significantly better than the other [DOI: 10.1148/radiology.143.1.7063747]

Reviewer #3: YES.

--------------------

Conclusions

-Are the conclusions supported by the data presented?

-Are the limitations of analysis clearly described?

-Do the authors discuss how these data can be helpful to advance our understanding of the topic under study?

-Is public health relevance addressed?

Reviewer #1: Yes

Reviewer #2: The model performance on the test set shows that the AUC improved when selecting patients by Day of post fever onset. I think this is an important clinical point that needs to be discussed more in the discussion.

Since the aim of the study is creating a model that can help clinicians in developing countries, I think that the model should have been implemented into some kind of a practical tool such as webapp or a nomogram or a stratification flow chart so it can be used in practice.

In the discussion section, the authors mentioned that simpler models such as naïve bayes, OneR, and logistic regression could not handle missingness and thus were not used in this study. Does this mean that their performance were comparable to the used algorithms [RF and LightGBM]?

Reviewer #3: YES.

--------------------

Editorial and Data Presentation Modifications?

Use this section for editorial suggestions as well as relatively minor modifications of existing data that would enhance clarity. If the only modifications needed are minor and/or editorial, you may wish to recommend “Minor Revision” or “Accept”.

Reviewer #1: (No Response)

Reviewer #2: (No Response)

Reviewer #3: (No Response)

--------------------

Summary and General Comments

Use this section to provide overall comments, discuss strengths/weaknesses of the study, novelty, significance, general execution and scholarship. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. If requesting major revision, please articulate the new experiments that are needed.

Reviewer #1: Summary

The paper develops a machine learning model to predict plasma

leakage in suspected dengue patients using data from a prospective cohort

study in Sri Lanka. It is clinically important to identify predictors that

detect plasma leakage in the first few days dengue infection to improve

triage. A rigorous decision curve analysis is performed on the overall sam-

ple and by dengue diagnosis subgroup, and the model is interpreted using

Shapley additive explanations.

The authors may consider new analyses for (1) a multi-label classifica-

tion task (i.e., PL, noPL, not recorded); and (2) retaining variables with

missing values (that are not completely missing in the training set), or im-

puting these values prior to classification. These suggestions are explained

below.

Major comments

1. Why was plasma leakage not recorded in 172 patients? As reported

in Table 1, there is a much higher proportion of missing outcome

values in the non-dengue patients (26%) compared to the dengue

patients (16%), which suggests the missing values are not missing at

random and may indicate information of clinical importance. In this

case, it might be more realistic to treat the prediction problem as a

multi-class problem (i.e., PL, noPL, not recorded).

2. I’m unsure of the claim that removing instances with more than 50%

of the features missing would reduce biased interpretation of feature

contributions. Removing these instances would almost surely bias the

interpretation because the missing values are presumably not missing

at random. There are generally higher proportions of missing feature

values among the non-dengue patients compared to the dengue pa-

tients (Table 1), presumably because the tests are given more to the

sicker patients. I expect that excluding these instances, rather than

let the algorithms handle the missing data internally or impute the

values, would limit the ability of the classifiers to learn the task.

Several papers show that imputing the missing values (e.g., with k-

NN) can outperform the internal methods used by decision tree-based

algorithms to treat missing data (e.g., https://www.tandfonline.

com/doi/pdf/10.1080/08839514.2018.1448143). This paper shows

that adding missing-data perturbation prior to imputation can actu-

ally improve prediction accuracy in supervised classification tasks by

regularizing the classifier.

3. Relatedly, in the discussion two contradictory statements are made:

that the proposed classifier can handle missing data and later, that

many variables had be excluded due to missingness. I can see why

variables that are completely missing in the training set (Dengue

virus serotype and viral load) need to be dropped, but not understand

the intuition for dropping any other variables.

Minor comments

1. Pg. 4, typo: “focusses”

2. Pg. 5: I don’t understand why the viral load and ultrasonography

predictors are removed due to high costs. Is this because the non-

dengue patients don’t get tested? Why are the ultrasound predictors

not summarized in Table 1?

3. Table 2: how is the variance of the performance metrics calculated?

4. Figure 3a.: Should the x-axis be labeled instead “1-Specificity” (the

FPR)?

Reviewer #2: The study aims to create a machine learning based model that can predict the occurrence of plasma leakage in patients with dengue fever based on accessible clinical and lab parameters. The study is well designed and of a huge clinical importance especially when thinking about implying machine learning models in order to decrease costs in developing countries.

There are some points that needs to be clarified,

Regarding the training of the algorithms and the ensemble, how the algorithms parameters were tuned? How were the missing and unknown data handled?

Some variables were excluded due to their high cost such as viral load and data from ultrasonography, I wonder if the authors tried to train the algorithms including these variables to see how their presence in the dataset would affect the created model performance.

Since there is no dataset for external validation, an internal-external validation approach could have been used [DOI: 10.1016/j.jclinepi.2015.04.005].

The reference [18] is focusing on the random survival forests which is mainly used in survival analysis. I would recommend replacing it with a more-focusing reference on random forests in binary classification.

Why there is a difference between the number of instances and number of patients? Does this mean that some patients had multiple instances?

Why the authors decided to go with an ensemble of both algorithms? Was the performance of the ensemble significantly better than the algorithms? I recommend comparing the performance of RF, LightGBM, and the ensemble to see if a model is statistically significantly better than the other [DOI: 10.1148/radiology.143.1.7063747]

The model performance on the test set shows that the AUC improved when selecting patients by Day of post fever onset. I think this is an important clinical point that needs to be discussed more in the discussion.

Since the aim of the study is creating a model that can help clinicians in developing countries, I think that the model should have been implemented into some kind of a practical tool such as webapp or a nomogram or a stratification flow chart so it can be used in practice.

In the discussion section, the authors mentioned that simpler models such as naïve bayes, OneR, and logistic regression could not handle missingness and thus were not used in this study. Does this mean that their performance were comparable to the used algorithms [RF and LightGBM]?

Reviewer #3: In the manuscript entitled "Development of a machine learning model for early prediction of plasma leakage in

suspected dengue patients" by Marandi et al., the authors describe their work to develop a tool for plasma leakage prediction in the setting of dengue fever. This is a well performed study, with an adequate methodology. Unfortunatelly, the tool had not a high sensitivity in the prediction of plasma leakage; however, it showed to have a high specificity for that purpose. Therefore, although this is not a good tool to be taken into consideration alone in the decision of discharging patiens from hospitals, it may be useful to aid health care professionals to detect those patients who demand special vigilance due to the risk of clinical deterioration. Moreover, that tool does not require expensive diagnostic tests. These issues make the machine learning model developed by the authors a very useful tool specially in low-income countries affected by dengue virus, since the prediction of serious complications in patients infected with the virus is a challenging work for health providers.

--------------------

PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files.

If you choose “no”, your identity will remain anonymous but your review may still be made public.

Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy.

Reviewer #1: No

Reviewer #2: No

Reviewer #3: No

Figure Files:

While revising your submission, please upload your figure files to the Preflight Analysis and Conversion Engine (PACE) digital diagnostic tool, https://pacev2.apexcovantage.com. PACE helps ensure that figures meet PLOS requirements. To use PACE, you must first register as a user. Then, login and navigate to the UPLOAD tab, where you will find detailed instructions on how to use the tool. If you encounter any issues or have any questions when using PACE, please email us at figures@plos.org.

Data Requirements:

Please note that, as a condition of publication, PLOS' data policy requires that you make available all data used to draw the conclusions outlined in your manuscript. Data must be deposited in an appropriate repository, included within the body of the manuscript, or uploaded as supporting information. This includes all numerical values that were used to generate graphs, histograms etc.. For an example see here: http://www.plosbiology.org/article/info%3Adoi%2F10.1371%2Fjournal.pbio.1001908#s5.

Reproducibility:

To enhance the reproducibility of your results, we recommend that you deposit your laboratory protocols in protocols.io, where a protocol can be assigned its own identifier (DOI) such that it can be cited independently in the future. Additionally, PLOS ONE offers an option to publish peer-reviewed clinical study protocols. Read more information on sharing protocols at https://plos.org/protocols?utm_medium=editorial-email&utm_source=authorletters&utm_campaign=protocols

Attachments
Attachment
Submitted filename: PNTD-D-22-01084-reviewer-comments.pdf
Revision 1

Attachments
Attachment
Submitted filename: Response_to_reviewers.docx
Decision Letter - Abdallah M. Samy, Editor, Mabel Carabali, Editor

Dear Dr Zargari Marandi,

Thank you very much for submitting your manuscript "Development of a machine learning model for early prediction of plasma leakage in suspected dengue patients" for consideration at PLOS Neglected Tropical Diseases. As with all papers reviewed by the journal, your manuscript was reviewed by members of the editorial board and by several independent reviewers. The reviewers appreciated the attention to an important topic. Based on the reviews, we are likely to accept this manuscript for publication, providing that you modify the manuscript according to the review recommendations.

Thank you so much for providing a revised version of the manuscript. However, some aspects still need to be clarified before considering it for publication.

The document highlights an interesting method and novel approach. Despite the favorable review, the manuscript still needs to tone down some of the conclusions and statements while acknowledging some of the limitations.

For instance, the missing data is an issue, yes it is a "real world" data, but analytically there are several approaches that could be used to address the missing data problem. Authors should indicate how, this would affect the results and their interpretations. Especially, plasma leakage was missing overall 20% but 25% for not dengue and 15% for dengue cases.

- Could you please comment on the effect of the differential missing for the outcome?

- Authors indicated that "DENV5f-AS can handle missing data", could you please provide further details on the MICE implementation and how the S7 table compare to the main results in the main text?

Also, overall results and implications from this ML exercise are not different from standard/traditional regression approaches with predictive approaches. This is, looking at hematological parameters and liver enzimes as predictors of severe dengue and plasma leakage has been the standard for the last several decades. My point, highlighting the effort of the authors, is to acknowledge that although you are contributing to the knowledge by illustrating the use of the novel methods, results are confirming some of the already stablished knowledge on the field. This should be addressed in the abstract, author summary, discussion and conclusion. Especially, because the results do not support that you provide "an artificial intelligence solution to predict plasma leakage in resource limited settings". The results showed that using an artificial intelligence tool, such ML, and with data from a resource limited setting, the authors observed a consistent prediction of plasma leakage by several known factors. These results are still the result from prediction, and in clinical settings, clinicians will only use the results form the literature but not necessarily recalculate these parameters using the data available to decide the course of treatment for a given patient under a given clinical presentation. To improve the quality of the literature we are getting out there for our audience, we must acknowledge and address our limitations accordingly.

Additional points:

- Please provide the % next to the missing data figures in table 1.

- Please indicate how would you interpret the p-values for the False discovery rate correction for multiple testing in this context?

- Also, consider removing the p-values altogether or including them in the supplementary tables.

- Authors summary starts with "We queried PubMed and Google Scholar for any publications between 1990 and 2022 using search terms such as “machine learning” or “artificial intelligence” or “prediction” and “plasma leakage”. which give the impression we are about to read s Systematic review, please consider rephrasing the section.

Please prepare and submit your revised manuscript within 30 days. If you anticipate any delay, please let us know the expected resubmission date by replying to this email.

When you are ready to resubmit, please upload the following:

[1] A letter containing a detailed list of your responses to all review comments, and a description of the changes you have made in the manuscript.

Please note while forming your response, if your article is accepted, you may have the opportunity to make the peer review history publicly available. The record will include editor decision letters (with reviews) and your responses to reviewer comments. If eligible, we will contact you to opt in or out

[2] Two versions of the revised manuscript: one with either highlights or tracked changes denoting where the text has been changed; the other a clean version (uploaded as the manuscript file).

Important additional instructions are given below your reviewer comments.

Thank you again for your submission to our journal. We hope that our editorial process has been constructive so far, and we welcome your feedback at any time. Please don't hesitate to contact us if you have any questions or comments.

Sincerely,

Mabel Carabali, M.D., M.Sc., Ph.D.,

Academic Editor

PLOS Neglected Tropical Diseases

Abdallah Samy

Section Editor

PLOS Neglected Tropical Diseases

***********************

Thank you so much for providing a revised version of the manuscript. However, some aspects still need to be clarified before considering it for publication.

The document highlights an interesting method and novel approach. Despite the favorable review, the manuscript still needs to tone down some of the conclusions and statements while acknowledging some of the limitations.

For instance, the missing data is an issue, yes it is a "real world" data, but analytically there are several approaches that could be used to address the missing data problem. Authors should indicate how, this would affect the results and their interpretations. Especially, plasma leakage was missing overall 20% but 25% for not dengue and 15% for dengue cases.

- Could you please comment on the effect of the differential missing for the outcome?

- Authors indicated that "DENV5f-AS can handle missing data", could you please provide further details on the MICE implementation and how the S7 table compare to the main results in the main text?

Also, overall results and implications from this ML exercise are not different from standard/traditional regression approaches with predictive approaches. This is, looking at hematological parameters and liver enzimes as predictors of severe dengue and plasma leakage has been the standard for the last several decades. My point, highlighting the effort of the authors, is to acknowledge that although you are contributing to the knowledge by illustrating the use of the novel methods, results are confirming some of the already stablished knowledge on the field. This should be addressed in the abstract, author summary, discussion and conclusion. Especially, because the results do not support that you provide "an artificial intelligence solution to predict plasma leakage in resource limited settings". The results showed that using an artificial intelligence tool, such ML, and with data from a resource limited setting, the authors observed a consistent prediction of plasma leakage by several known factors. These results are still the result from prediction, and in clinical settings, clinicians will only use the results form the literature but not necessarily recalculate these parameters using the data available to decide the course of treatment for a given patient under a given clinical presentation. To improve the quality of the literature we are getting out there for our audience, we must acknowledge and address our limitations accordingly.

Additional points:

- Please provide the % next to the missing data figures in table 1.

- Please indicate how would you interpret the p-values for the False discovery rate correction for multiple testing in this context?

- Also, consider removing the p-values altogether or including them in the supplementary tables.

- Authors summary starts with "We queried PubMed and Google Scholar for any publications between 1990 and 2022 using search terms such as “machine learning” or “artificial intelligence” or “prediction” and “plasma leakage”. which give the impression we are about to read s Systematic review, please consider rephrasing the section.

Reviewer's Responses to Questions

Key Review Criteria Required for Acceptance?

As you describe the new analyses required for acceptance, please consider the following:

Methods

-Are the objectives of the study clearly articulated with a clear testable hypothesis stated?

-Is the study design appropriate to address the stated objectives?

-Is the population clearly described and appropriate for the hypothesis being tested?

-Is the sample size sufficient to ensure adequate power to address the hypothesis being tested?

-Were correct statistical analysis used to support conclusions?

-Are there concerns about ethical or regulatory requirements being met?

Reviewer #1: (No Response)

Reviewer #2: Yes

--------------------

Results

-Does the analysis presented match the analysis plan?

-Are the results clearly and completely presented?

-Are the figures (Tables, Images) of sufficient quality for clarity?

Reviewer #1: (No Response)

Reviewer #2: Yes

--------------------

Conclusions

-Are the conclusions supported by the data presented?

-Are the limitations of analysis clearly described?

-Do the authors discuss how these data can be helpful to advance our understanding of the topic under study?

-Is public health relevance addressed?

Reviewer #1: (No Response)

Reviewer #2: Yes

--------------------

Editorial and Data Presentation Modifications?

Use this section for editorial suggestions as well as relatively minor modifications of existing data that would enhance clarity. If the only modifications needed are minor and/or editorial, you may wish to recommend “Minor Revision” or “Accept”.

Reviewer #1: (No Response)

Reviewer #2: (No Response)

--------------------

Summary and General Comments

Use this section to provide overall comments, discuss strengths/weaknesses of the study, novelty, significance, general execution and scholarship. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. If requesting major revision, please articulate the new experiments that are needed.

Reviewer #1: I am satisfied with the authors' responses. In particular, the addition of analyses on a multiply imputed dataset (S7 Table) and the inclusion of a link to the API for the final model greatly improves the paper.

Reviewer #2: The authors have addressed all comments

--------------------

PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files.

If you choose “no”, your identity will remain anonymous but your review may still be made public.

Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy.

Reviewer #1: No

Reviewer #2: No

Figure Files:

While revising your submission, please upload your figure files to the Preflight Analysis and Conversion Engine (PACE) digital diagnostic tool, https://pacev2.apexcovantage.com. PACE helps ensure that figures meet PLOS requirements. To use PACE, you must first register as a user. Then, login and navigate to the UPLOAD tab, where you will find detailed instructions on how to use the tool. If you encounter any issues or have any questions when using PACE, please email us at figures@plos.org.

Data Requirements:

Please note that, as a condition of publication, PLOS' data policy requires that you make available all data used to draw the conclusions outlined in your manuscript. Data must be deposited in an appropriate repository, included within the body of the manuscript, or uploaded as supporting information. This includes all numerical values that were used to generate graphs, histograms etc.. For an example see here: http://www.plosbiology.org/article/info%3Adoi%2F10.1371%2Fjournal.pbio.1001908#s5.

Reproducibility:

To enhance the reproducibility of your results, we recommend that you deposit your laboratory protocols in protocols.io, where a protocol can be assigned its own identifier (DOI) such that it can be cited independently in the future. Additionally, PLOS ONE offers an option to publish peer-reviewed clinical study protocols. Read more information on sharing protocols at https://plos.org/protocols?utm_medium=editorial-email&utm_source=authorletters&utm_campaign=protocols

References

Please review your reference list to ensure that it is complete and correct. If you have cited papers that have been retracted, please include the rationale for doing so in the manuscript text, or remove these references and replace them with relevant current references. Any changes to the reference list should be mentioned in the rebuttal letter that accompanies your revised manuscript. If you need to cite a retracted article, indicate the article's retracted status in the References list and also include a citation and full reference for the retraction notice.

Revision 2

Attachments
Attachment
Submitted filename: comments_r2.docx
Decision Letter - Abdallah M. Samy, Editor, Mabel Carabali, Editor

Dear Dr Zargari Marandi,

We are pleased to inform you that your manuscript 'Development of a machine learning model for early prediction of plasma leakage in suspected dengue patients' has been provisionally accepted for publication in PLOS Neglected Tropical Diseases.

Before your manuscript can be formally accepted you will need to complete some formatting changes, which you will receive in a follow up email. A member of our team will be in touch with a set of requests.

Please note that your manuscript will not be scheduled for publication until you have made the required changes, so a swift response is appreciated.

IMPORTANT: The editorial review process is now complete. PLOS will only permit corrections to spelling, formatting or significant scientific errors from this point onwards. Requests for major changes, or any which affect the scientific understanding of your work, will cause delays to the publication date of your manuscript.

Should you, your institution's press office or the journal office choose to press release your paper, you will automatically be opted out of early publication. We ask that you notify us now if you or your institution is planning to press release the article. All press must be co-ordinated with PLOS.

Thank you again for supporting Open Access publishing; we are looking forward to publishing your work in PLOS Neglected Tropical Diseases.

Best regards,

Mabel Carabali, M.D., M.Sc., Ph.D.,

Academic Editor

PLOS Neglected Tropical Diseases

Abdallah Samy

Section Editor

PLOS Neglected Tropical Diseases

***********************************************************

Reviewer's Responses to Questions

Key Review Criteria Required for Acceptance?

As you describe the new analyses required for acceptance, please consider the following:

Methods

-Are the objectives of the study clearly articulated with a clear testable hypothesis stated?

-Is the study design appropriate to address the stated objectives?

-Is the population clearly described and appropriate for the hypothesis being tested?

-Is the sample size sufficient to ensure adequate power to address the hypothesis being tested?

-Were correct statistical analysis used to support conclusions?

-Are there concerns about ethical or regulatory requirements being met?

Reviewer #1: (No Response)

Reviewer #2: (No Response)

**********

Results

-Does the analysis presented match the analysis plan?

-Are the results clearly and completely presented?

-Are the figures (Tables, Images) of sufficient quality for clarity?

Reviewer #1: (No Response)

Reviewer #2: (No Response)

**********

Conclusions

-Are the conclusions supported by the data presented?

-Are the limitations of analysis clearly described?

-Do the authors discuss how these data can be helpful to advance our understanding of the topic under study?

-Is public health relevance addressed?

Reviewer #1: (No Response)

Reviewer #2: (No Response)

**********

Editorial and Data Presentation Modifications?

Use this section for editorial suggestions as well as relatively minor modifications of existing data that would enhance clarity. If the only modifications needed are minor and/or editorial, you may wish to recommend “Minor Revision” or “Accept”.

Reviewer #1: (No Response)

Reviewer #2: (No Response)

**********

Summary and General Comments

Use this section to provide overall comments, discuss strengths/weaknesses of the study, novelty, significance, general execution and scholarship. You may also include additional comments for the author, including concerns about dual publication, research ethics, or publication ethics. If requesting major revision, please articulate the new experiments that are needed.

Reviewer #1: I've reviewed the authors' responses to the Editor's comments and changes made to the paper and am satisfied with the paper in its current form.

Reviewer #2: (No Response)

**********

PLOS authors have the option to publish the peer review history of their article (what does this mean?). If published, this will include your full peer review and any attached files.

If you choose “no”, your identity will remain anonymous but your review may still be made public.

Do you want your identity to be public for this peer review? For information about this choice, including consent withdrawal, please see our Privacy Policy.

Reviewer #1: No

Reviewer #2: No

Formally Accepted
Acceptance Letter - Abdallah M. Samy, Editor, Mabel Carabali, Editor

Dear Dr Zargari Marandi,

We are delighted to inform you that your manuscript, "Development of a machine learning model for early prediction of plasma leakage in suspected dengue patients," has been formally accepted for publication in PLOS Neglected Tropical Diseases.

We have now passed your article onto the PLOS Production Department who will complete the rest of the publication process. All authors will receive a confirmation email upon publication.

The corresponding author will soon be receiving a typeset proof for review, to ensure errors have not been introduced during production. Please review the PDF proof of your manuscript carefully, as this is the last chance to correct any scientific or type-setting errors. Please note that major changes, or those which affect the scientific understanding of the work, will likely cause delays to the publication date of your manuscript. Note: Proofs for Front Matter articles (Editorial, Viewpoint, Symposium, Review, etc...) are generated on a different schedule and may not be made available as quickly.

Soon after your final files are uploaded, the early version of your manuscript will be published online unless you opted out of this process. The date of the early version will be your article's publication date. The final article will be published to the same URL, and all versions of the paper will be accessible to readers.

Thank you again for supporting open-access publishing; we are looking forward to publishing your work in PLOS Neglected Tropical Diseases.

Best regards,

Shaden Kamhawi

co-Editor-in-Chief

PLOS Neglected Tropical Diseases

Paul Brindley

co-Editor-in-Chief

PLOS Neglected Tropical Diseases

Open letter on the publication of peer review reports

PLOS recognizes the benefits of transparency in the peer review process. Therefore, we enable the publication of all of the content of peer review and author responses alongside final, published articles. Reviewers remain anonymous, unless they choose to reveal their names.

We encourage other journals to join us in this initiative. We hope that our action inspires the community, including researchers, research funders, and research institutions, to recognize the benefits of published peer review reports for all parts of the research system.

Learn more at ASAPbio .