From 4b46a735cf2c1db513b4e0300a1ecdda1ea1cae8 Mon Sep 17 00:00:00 2001 From: scuti Date: Thu, 24 Apr 2025 00:30:21 -0700 Subject: [PATCH] Added dependent clause detailing base of logarithm --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbccd36..e105840 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ The transformation is typically y = m * log(x) + b +where the base is a parameter. + Each model has had different changes of base applied to the log function. ### C @@ -98,5 +100,4 @@ Entry or junior level professionals generally have an income of $82,957 or $123, ## Acknowledgements * "Udacity AI" (ChatGPT), the idea to transform x values to appropriate a linear regression into a logarithmic regression. -* ChatGPT, clarification on logarithmic regression results and interpretation.