Hi ,
Thank you for sharing your amazing work! I’m trying to use GGIR with a custom CSV file that contains timestamps and accelerometer data (X, Y, Z axes) as input, and then apply your random forest model for prediction. However, I’ve encountered some issues during the process.
my csv such as:
timestamp,x,y,z
2016-04-24 00:04:00.000000,-0.30628905,0.20782833,-0.9169289
2016-04-24 00:04:00.010000,-0.30628905,0.20782833,-0.9330215
2016-04-24 00:04:00.020000,-0.30628905,0.20782833,-0.9169289
2016-04-24 00:04:00.030000,-0.30628905,0.19211191,-0.9330215
Could you kindly provide some guidance or examples on how to properly format the CSV file and integrate it with GGIR to work with your random forest model? I’d be happy to share more details about the error or my setup if needed.
Looking forward to your advice—thanks so much for your time and help!
Best regards
Hi ,
Thank you for sharing your amazing work! I’m trying to use GGIR with a custom CSV file that contains timestamps and accelerometer data (X, Y, Z axes) as input, and then apply your random forest model for prediction. However, I’ve encountered some issues during the process.
my csv such as:
timestamp,x,y,z
2016-04-24 00:04:00.000000,-0.30628905,0.20782833,-0.9169289
2016-04-24 00:04:00.010000,-0.30628905,0.20782833,-0.9330215
2016-04-24 00:04:00.020000,-0.30628905,0.20782833,-0.9169289
2016-04-24 00:04:00.030000,-0.30628905,0.19211191,-0.9330215
Could you kindly provide some guidance or examples on how to properly format the CSV file and integrate it with GGIR to work with your random forest model? I’d be happy to share more details about the error or my setup if needed.
Looking forward to your advice—thanks so much for your time and help!
Best regards