From 978ebfba21adb040cbc635585cd06f768ad9b56e Mon Sep 17 00:00:00 2001 From: h-aze Date: Sat, 2 Dec 2023 14:45:26 +0000 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d4387c..f0b25e8 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ params, value = csv_saver.read(params = [], metric_name = 'mse', select_by ='min print(f'Best hyperparameters: {params}') print(f'Their MSE: {value}') ``` -Amazing! 🥳 We have successfully used slune to train our model. I hope this gives you a good flavour of how you can use slune and how easy it is to use! +Amazing! 🥳 We have successfully used slune to train our model. I hope this gives you a good idea of how you can use slune and how easy it is to use! Please check out the examples folder for notebooks detailing in more depth some potential ways you can use slune and of course please check out the docs!