From 8e116cfaf6411d169f5efe2128565e0a5c61b0fc Mon Sep 17 00:00:00 2001 From: Sebastian Raschka Date: Fri, 22 Apr 2022 10:18:52 -0500 Subject: [PATCH] Typo fixes some typos I saw when reading through the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60eee60..f3a5b87 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ BartPy is a pure python implementation of the Bayesian additive regressions tree ### Reasons to use BART - * Much less parameter optimization required that GBT + * Much less parameter optimization required than GBT * Provides confidence intervals in addition to point estimates * Extremely flexible through use of priors and embedding in bigger models @@ -26,7 +26,7 @@ BartPy is a pure python implementation of the Bayesian additive regressions tree ### How to use: -There are two main APIs for BaryPy: +There are two main APIs for BartPy: 1. High level sklearn API 2. Low level access for implementing custom conditions