←back to thread

1303 points serjester | 1 comments | | HN request time: 0.215s | source
Show context
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 #
1. 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.