Skip to content

Commit 11b81b3

Browse files
committed
rename json tutorial and update readme file (MLTOOLS-2289)
ref:aa912a7b5328df499d18af07440210fb35ab0b8a
1 parent 3c98a2a commit 11b81b3

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ It's better to start CatBoost exploring from this basic tutorials.
5858
* [Export CatBoost Model as Python code Tutorial](apply_model/model_export_as_python_code_tutorial.md)
5959
* Catboost model could be saved as standalone Python code.
6060

61+
* [Export CatBoost Model in JSON format Tutorial](apply_model/model_export_as_json_tutorial.ipynb)
62+
* Catboost model could be saved in JSON format and applied.
63+
6164
## Competition examples
6265

6366
* [Kaggle Paribas Competition Tutorial](competition_examples/kaggle_paribas.ipynb)

apply_model/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
* [Export CatBoost Model as Python code Tutorial](apply_model/model_export_as_python_code_tutorial.md)
1010
* Catboost model could be saved as standalone Python code.
1111

12-
* [Export CatBoost Model in JSON format Tutorial](apply_model/json_model_tutorial.ipynb)
12+
* [Export CatBoost Model in JSON format Tutorial](apply_model/model_export_as_json_tutorial.ipynb)
1313
* Catboost model could be saved in JSON format and applied.

0 commit comments

Comments
 (0)