←back to thread

1303 points serjester | 3 comments | | HN request time: 1.044s | source
1. fecal_henge ◴[] No.42953456[source]
Is there an AI platform where I can paste a snip of a graph and it will generate a n th order polynomial regression for me of the trace?
replies(2): >>42953653 #>>42953982 #
2. CamperBob2 ◴[] No.42953653[source]
Either ChatGPT o4 or one of the newer Google models should handle that, since it's a pretty common task. Actually there have been online curve fitters for several years that work pretty well without AI, such as https://curve.fit/ and https://www.standardsapplied.com/nonlinear-curve-fitting-cal... .

I'd probably try those first, since otherwise you're depending on the language model to do the right thing automagically.

3. potatoman22 ◴[] No.42953982[source]
I've had decent luck using some of the reasoning models for this. It helps if you task them with identifying where the points on the graph are first.