This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients rhettinger, steven.daprano
Date 2021-11-11.18:25:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636655145.54.0.81558353914.issue45766@roundup.psfhosted.org>
In-reply-to
Content
It usually isn't wise to be preachy in the docs, but we could add a suggestion that proportional=True be used only when (0, 0) is known to be in the dataset and when it is in the same neighborhood as the other data points.  A reasonable cross-check would be to verify than a plain OLS regression would produce an intercept near zero.

    linear_regression(hours_since_poll_started, number_of_respondents, proportional=True)
History
Date User Action Args
2021-11-11 18:25:45rhettingersetrecipients: + rhettinger, steven.daprano
2021-11-11 18:25:45rhettingersetmessageid: <1636655145.54.0.81558353914.issue45766@roundup.psfhosted.org>
2021-11-11 18:25:45rhettingerlinkissue45766 messages
2021-11-11 18:25:45rhettingercreate