From 44bd13c67f066276d1dbdd1ca2b86d45df54bdc2 Mon Sep 17 00:00:00 2001 From: fmfn Date: Sat, 9 Dec 2017 10:19:16 -0600 Subject: [PATCH] Fix typo in README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67c0650f..c370c9ba 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ folder you can get a grip of how the method and this package work by: with a step by step visualization of how this method works. - Going over this [script](https://github.com/fmfn/BayesianOptimization/blob/master/examples/usage.py) -to become familiar with this packages basic functionalities. +to become familiar with this package's basic functionalities. - Exploring this [notebook](https://github.com/fmfn/BayesianOptimization/blob/master/examples/exploitation%20vs%20exploration.ipynb) exemplifying the balance between exploration and exploitation and how to control it.