From 38bdf107977ee05d200add419db29c1161a2a545 Mon Sep 17 00:00:00 2001 From: Alexey Michurin Date: Fri, 19 Jun 2020 00:34:07 +0300 Subject: [PATCH] Minor cosmetics It's better to use [zero conditional](https://www.perfect-english-grammar.com/zero-conditional.html) here because it is strict law, the result is inevitable. Anyway, you can't use "will" in if-clause. --- model_analysis/model_export_as_json_tutorial.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model_analysis/model_export_as_json_tutorial.ipynb b/model_analysis/model_export_as_json_tutorial.ipynb index a652917..753d9a5 100644 --- a/model_analysis/model_export_as_json_tutorial.ipynb +++ b/model_analysis/model_export_as_json_tutorial.ipynb @@ -363,7 +363,7 @@ "metadata": {}, "source": [ "This description should enable you to analyze the model.\n", - "But if you will want to change the model, you will have to change \"split_index\" in a right way.\n", + "However if you want to change the model, you have to change \"split_index\" in a right way.\n", "To to do that let's explain, how this feature is built. Look one more time at features info:\n" ] },