From 4df34efd5d2d9944352ca5aba7da419825dd646e Mon Sep 17 00:00:00 2001 From: Jill Cates Date: Sat, 10 Feb 2018 19:46:26 -0800 Subject: [PATCH] Make very small update to function description in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55bf322..9aa3dab 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ We will be implementing two stepwise feature selection techniques: We will also be implementing metrics that evaluate model performance: -- `aic()`: computes the Akaike information criterion [Akaike information criterion](https://en.wikipedia.org/wiki/Akaike_information_criterion) +- `aic()`: computes the [Akaike information criterion](https://en.wikipedia.org/wiki/Akaike_information_criterion) - `bic()`: computes the [Bayesian information criterion](https://en.wikipedia.org/wiki/Bayesian_information_criterion)