Articles | Volume 18, issue 18
https://doi.org/10.5194/gmd-18-6275-2025
© Author(s) 2025. This work is distributed under
the Creative Commons Attribution 4.0 License.A dynamic informed deep-learning method for future estimation of laboratory stick–slip
Download
- Final revised paper (published on 24 Sep 2025)
- Supplement to the final revised paper
- Preprint (discussion started on 22 Mar 2024)
Interactive discussion
Status: closed
Comment types: AC – author | RC – referee | CC – community | EC – editor | CEC – chief editor
| : Report abuse
-
RC1: 'Comment on gmd-2024-46', Anonymous Referee #1, 25 Apr 2024
- AC3: 'Reply on RC1', Zhen Hong Du, 02 Jul 2024
-
RC2: 'Comment on gmd-2024-46', Anonymous Referee #2, 28 Jun 2024
- AC1: 'Reply on RC2', Zhen Hong Du, 02 Jul 2024
- AC2: 'Reply on RC2', Zhen Hong Du, 02 Jul 2024
Peer review completion
AR: Author's response | RR: Referee report | ED: Editor decision | EF: Editorial file upload
AR by Zhen Hong Du on behalf of the Authors (29 Jul 2024)
Author's response
Author's tracked changes
Manuscript
ED: Referee Nomination & Report Request started (22 Aug 2024) by Mauro Cacace
RR by Anonymous Referee #3 (27 Mar 2025)

ED: Publish subject to minor revisions (review by editor) (31 Mar 2025) by Mauro Cacace

AR by Zhen Hong Du on behalf of the Authors (09 Apr 2025)
Author's response
Author's tracked changes
Manuscript
ED: Publish as is (03 Jun 2025) by Mauro Cacace

AR by Zhen Hong Du on behalf of the Authors (04 Jun 2025)
Manuscript
Yue et al. developed an algorithm (HKAE) to perform time series forecasting. The algorithm exploits concepts derived from dynamical systems theory and Koopman theory, and it uses an autoencoder architecture to realise the link between the two. They decided to apply the algorithm to laboratory earthquakes data, and in particular to shear stress time series.
I think that the idea and the results are interesting. Nonetheless, there are several points that need to be better explained and/or further developed.
I have two major concerns about the manuscript.
1) The first problem that I see comes from your interpretations. You state that your algorithm outperforms the existing ones (e.g., you tested LSTM, TCN and MLP). But in many occasions this is not true. Your Figures 8 and 10 show that, especially for the immediate next future, LSTM performs better than HKAE. I would recommend you to not oversell the HKAE algorithm.
2) The second problem comes from the pre-processing of the data. Reading the code, I noted that there is a pre-processing step to smooth the data. In the manuscript you do not mention any filtering or smoothing step. The smoothing function that you use is taken from the statsmodels package, and it takes the closest data to perform a local linear regression. The closest data in a 1-dim time series can come from both the past and the future. This means that when you smooth the data you are introducing information from the future. This is a problem if you want to evaluate forecasting performances. You need to clarify how many data from the future are used to smooth the data.
Other two, less critical but still important, problems are the following.
One concerns the reproducibility. In order to reproduce the results, it is important that you add a README.txt file in your repository. Furthermore, you should add a requirements.txt file with the details of the packages that you used. It is a good practice to do it so that people can create a local virtual environment and reproduce your results. Some comments in your code are not in English, and you should translate them.
Finally, it is not easy to follow the reasoning and the various steps mainly because of the overall poor English structure. I was trying to write down the correction myself, but after line 70 I gave up because there were too many corrections to suggest. In the Acknowledgments section you mention that the manuscript was polished with GPT-4. Sometimes the feeling is that entire paragraphs were written automatically, without a proper logical connection with the next part. I highly recommend you ask a native English speaker to review and edit the manuscript.
For detailed comments, please see the attached file.