Hi,
I’m new on Plotly.
With Plotly Express we can easy have trend line with limited algorithms
https://plotly.com/python-api-reference/generated/plotly.express.scatter.html
can we add projection/prediction based on the same algorithms (currently only Ordinary Least Squares regression and Locally Weighted Scatterplot Smoothing) ?
Thanks