statsmodels icon indicating copy to clipboard operation
statsmodels copied to clipboard

DOC: Some function links in 'Regression diagnostics' are broken

Open luke396 opened this issue 10 months ago • 3 comments

image

Regression diagnostics - statsmodels 0.15.0 (+270)

Regression diagnostics - statsmodels 0.14.1

Some links in both stable and development versions are broken.

luke396 avatar Apr 23 '24 11:04 luke396

which links? I don't see any links on that page that are broken.

josef-pkt avatar Apr 23 '24 13:04 josef-pkt

which links? I don't see any links on that page that are broken.

Sorry for my mistake, the correct URL should be Regression Diagnostics and Specification Tests - statsmodels 0.14.1. Some links can't jump to function's document page, like acorr_linear_rainbow below.

image

And if needed, I could open a pr to fix them.

luke396 avatar Apr 24 '24 09:04 luke396

Thanks, yes, please add those links.

I wrote that a long time ago, and most likely it never had links. (In the old times it wasn't easy to add links between notebooks and code docs)

Also, that page might require review because it has not been updated in a long time, AFAIR. For example, it does not include reset test https://www.statsmodels.org/dev/generated/statsmodels.stats.diagnostic.linear_reset.html It might include functions that are obsolete, and never made it into statsmodels or out of sandbox or have been superseded by newer function.

josef-pkt avatar Apr 24 '24 14:04 josef-pkt