Skip to content

Commit

Permalink
Add info about what to do if catboost.ai cannot be open, link to open…
Browse files Browse the repository at this point in the history
… problems to readme. Remove old survey link.

ref:41c49d4118240d91460338ce6aa88e8c5e7a0586
  • Loading branch information
Anna Veronika Dorogush committed Jan 18, 2022
1 parent 08c2047 commit 367de5e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ Main advantages of CatBoost:
- Fast GPU and multi-GPU support for training out of the box.
- Visualization tools [included](https://catboost.ai/docs/features/visualization.html).

Gradient Boosting Survey
--------------
We want to make the best Gradient Boosting library in the world. Please, help us to do so! Complete our [survey](https://forms.yandex.ru/surveys/10011699/?lang=en) to help us understand what is important for GBDT users.

Get Started and Documentation
--------------
All CatBoost documentation is available [here](https://catboost.ai/docs/concepts/about.html).
Expand All @@ -42,6 +38,8 @@ Next you may want to investigate:
* [Feature importance calculation](https://catboost.ai/docs/features/feature-importances-calculation.html)
* [Regular](https://catboost.ai/docs/features/prediction.html#prediction) and [staged](https://catboost.ai/docs/features/staged-prediction.html#staged-prediction) predictions

If you cannot open documentation in your browser try adding yastatic.net and yastat.net to the list of allowed domains in your privacy badger.

Catboost models in production
--------------
If you want to evaluate Catboost model in your application read [model api documentation](https://github.com/catboost/catboost/tree/master/catboost/CatboostModelAPI.md).
Expand All @@ -54,7 +52,7 @@ Questions and bug reports

Help to Make CatBoost Better
----------------------------
* Check out [help wanted](https://github.com/catboost/catboost/labels/help%20wanted) issues to see what can be improved, or open an issue if you want something.
* Check out [open problems](https://github.com/catboost/catboost/blob/master/open_problems/open_problems.md) and [help wanted issues](https://github.com/catboost/catboost/labels/help%20wanted) to see what can be improved, or open an issue if you want something.
* Add your stories and experience to [Awesome CatBoost](AWESOME.md).
* To contribute to CatBoost you need to first read CLA text and add to your pull request, that you agree to the terms of the CLA. More information can be found
in [CONTRIBUTING.md](https://github.com/catboost/catboost/blob/master/CONTRIBUTING.md)
Expand Down

0 comments on commit 367de5e

Please sign in to comment.