You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a PhD student and I have found a great interest in the paper: Sounds of COVID-19: exploring the realistic performance of audio-based digital testing. I have decided to contact you regarding the methodology used in the article, specificaly about the calculation of confidence intervals (CIs) for various metrics.
In the paper, it is stated that a total of 800 samples were used for training and 200 samples for testing (with balanced covid participants). If I understand correctly, the model was only trained once. Then the bootstrapping resampling was used to evaluate the model on the testing samples. Furthermore, the CIs were calculated based on bootstrapped samples extracted from only test data. I discern the stated from the paper and from source code (function that calculates CIs):
In other words, the model is usually refitted for each bootstrapped example and only then tested on the remaining data. However, in this article, the bootstrapping is only made on the already produced classification results. I hope you can elaborate on that, since I would like to know the details. Thank you!
I hope I did not miss anything crucial, otherwise, I am giving my sincerest apologies ahead of time.
The text was updated successfully, but these errors were encountered:
Hello!
I am a PhD student and I have found a great interest in the paper: Sounds of COVID-19: exploring the realistic performance of audio-based digital testing. I have decided to contact you regarding the methodology used in the article, specificaly about the calculation of confidence intervals (CIs) for various metrics.
In the paper, it is stated that a total of 800 samples were used for training and 200 samples for testing (with balanced covid participants). If I understand correctly, the model was only trained once. Then the bootstrapping resampling was used to evaluate the model on the testing samples. Furthermore, the CIs were calculated based on bootstrapped samples extracted from only test data. I discern the stated from the paper and from source code (function that calculates CIs):
covid19-sounds-npjDM/COVID19_prediction/COVID_model/model_util.py
Line 379 in 4ae96ef
In other words, the model is usually refitted for each bootstrapped example and only then tested on the remaining data. However, in this article, the bootstrapping is only made on the already produced classification results. I hope you can elaborate on that, since I would like to know the details. Thank you!
I hope I did not miss anything crucial, otherwise, I am giving my sincerest apologies ahead of time.
The text was updated successfully, but these errors were encountered: