see that you have commented out these two lines of code
"pd_csv=CyLSTM. merge_file_data (f" {toolConfiguration. ARDUPILOT-LOG-PATH}/logs/bin_ga/csv ")
CyLSTM. fit_trans (pd_csv) "
I need to run these two lines of code during the replication process to proceed with the subsequent work. What is the purpose of these two lines of code? And how do I allocate the number of CSV files in the bin_ga and bin_regular folders?
see that you have commented out these two lines of code "pd_csv=CyLSTM. merge_file_data (f" {toolConfiguration. ARDUPILOT-LOG-PATH}/logs/bin_ga/csv ") CyLSTM. fit_trans (pd_csv) " I need to run these two lines of code during the replication process to proceed with the subsequent work. What is the purpose of these two lines of code? And how do I allocate the number of CSV files in the bin_ga and bin_regular folders?