Skip to content

Commit 5225fe7

Browse files
author
guitarman
committed
MLTOOLS-2685 (sending for review just in case some other links were meant to be in this place)
ref:8fd48566e047d30add00386dd9b85d6fe7668762
1 parent 11b81b3 commit 5225fe7

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

apply_model/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Apply model
22

3-
* [CatBoost CoreML Tutorial](apply_model/coreml_export_tutorial.ipynb)
3+
* [CatBoost CoreML Tutorial](coreml_export_tutorial.ipynb)
44
* Explore this tutorial to learn how to convert CatBoost model to CoreML format and use it on any iOS device.
55

6-
* [Export CatBoost Model as C++ code Tutorial](apply_model/model_export_as_cpp_code_tutorial.md)
6+
* [Export CatBoost Model as C++ code Tutorial](model_export_as_cpp_code_tutorial.md)
77
* Catboost model could be saved as standalone C++ code.
88

9-
* [Export CatBoost Model as Python code Tutorial](apply_model/model_export_as_python_code_tutorial.md)
9+
* [Export CatBoost Model as Python code Tutorial](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/model_export_as_json_tutorial.ipynb)
12+
* [Export CatBoost Model in JSON format Tutorial](model_export_as_json_tutorial.ipynb)
1313
* Catboost model could be saved in JSON format and applied.

classification/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Classification
22

3-
* [Classification Tutorial](classification/classification_tutorial.ipynb)
3+
* [Classification Tutorial](classification_tutorial.ipynb)
44
* Here is an example for CatBoost to solve binary classification and multi-classification problems.

competition_examples/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Competition examples
22

3-
* [Kaggle Paribas Competition Tutorial](competition_examples/kaggle_paribas.ipynb)
3+
* [Kaggle Paribas Competition Tutorial](kaggle_paribas.ipynb)
44
* This tutorial shows how to get to a 9th place on Kaggle Paribas competition with only few lines of code and training a CatBoost model.
55

6-
* [ML Boot Camp V Competition Tutorial](competition_examples/mlbootcamp_v_tutorial.ipynb)
6+
* [ML Boot Camp V Competition Tutorial](mlbootcamp_v_tutorial.ipynb)
77
* This is an actual 7th place solution by Mikhail Pershin. Solution is very simple and is based on CatBoost.
88

9-
* [CatBoost & TensorFlow Tutorial](competition_examples/quora_w2v.ipynb)
9+
* [CatBoost & TensorFlow Tutorial](quora_w2v.ipynb)
1010
* This tutorial shows how to use CatBoost together with TensorFlow on Kaggle Quora Question Pairs competition if you have text as input data.

0 commit comments

Comments
 (0)