File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Apply model
2
2
3
- * [ CatBoost CoreML Tutorial] ( apply_model/ coreml_export_tutorial.ipynb)
3
+ * [ CatBoost CoreML Tutorial] ( coreml_export_tutorial.ipynb )
4
4
* Explore this tutorial to learn how to convert CatBoost model to CoreML format and use it on any iOS device.
5
5
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 )
7
7
* Catboost model could be saved as standalone C++ code.
8
8
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 )
10
10
* Catboost model could be saved as standalone Python code.
11
11
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 )
13
13
* Catboost model could be saved in JSON format and applied.
Original file line number Diff line number Diff line change 1
1
# Classification
2
2
3
- * [ Classification Tutorial] ( classification/ classification_tutorial.ipynb)
3
+ * [ Classification Tutorial] ( classification_tutorial.ipynb )
4
4
* Here is an example for CatBoost to solve binary classification and multi-classification problems.
Original file line number Diff line number Diff line change 1
1
# Competition examples
2
2
3
- * [ Kaggle Paribas Competition Tutorial] ( competition_examples/ kaggle_paribas.ipynb)
3
+ * [ Kaggle Paribas Competition Tutorial] ( kaggle_paribas.ipynb )
4
4
* 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.
5
5
6
- * [ ML Boot Camp V Competition Tutorial] ( competition_examples/ mlbootcamp_v_tutorial.ipynb)
6
+ * [ ML Boot Camp V Competition Tutorial] ( mlbootcamp_v_tutorial.ipynb )
7
7
* This is an actual 7th place solution by Mikhail Pershin. Solution is very simple and is based on CatBoost.
8
8
9
- * [ CatBoost & TensorFlow Tutorial] ( competition_examples/ quora_w2v.ipynb)
9
+ * [ CatBoost & TensorFlow Tutorial] ( quora_w2v.ipynb )
10
10
* This tutorial shows how to use CatBoost together with TensorFlow on Kaggle Quora Question Pairs competition if you have text as input data.
You can’t perform that action at this time.
0 commit comments