Using Anthropic Claude 4.6 Extended for data analysis #230
Replies: 1 comment 3 replies
|
Give it the code too, it will help it understand how things are calculated. just be specific when you prompt it. A few months ago when i was working on the calibration faq for ESPRM I have done a test to see if it can actually calibrate in agent mode for ESPRM since it is able to run the simulation and parse the output. It looked at the code, the docs, the config (i also told it to see ORM) of previous rowers profiles. Before it started its real work as part of reviewing what is what it asked me what kind of rower do i have on its own!!!! then in about 30 minutes of running the simulation and parsing the data, chamgimg the settings seeing what is improving and what not, it made it like 80% there. It made stroke to get detected distance power there it even realised that we are looking at a water rower and ESPRM has only air rowers and that that the max drag factor needs to be set much higher (it took it some runs to figure out why there are no distance). at some point it inserted print statements to see where it goes wrong, what branch the logic os taken. I was really impressed. What i am saying is that if it sees the full picture it understands better what the metrics are and mean. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I experimented a bit with Claude 4.6 to analyze rowing data. I used the RowingData csv, and I needed to provide it with a base overview of the fields used before analysis could start. I provided Claude with the following data structure:
From my experience, based on this data and a training schedule, Claude could provide insights about drive times, stroke distances, HR drift, leg fatigue, etc.
All reactions