Skip to content

Commit

Permalink
Export catboost
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Okhitin committed Jul 18, 2017
0 parents commit 37378d2
Show file tree
Hide file tree
Showing 12,768 changed files with 5,465,153 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Empty file added .arcadia.root
Empty file.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
*.a
*.dSYM
*.orig
*.pyc
*.rej
*.so
*.swp
*_pb2.py
.bzr
.gdb_history
.hg
.hglf
.idea
.om.cache
.ropeproject
.svn
.ycm
/.gcc-compiler
/.gxx-compiler
/local.cmake
/local.ymake
om.conf.local
test-results
.vscode
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
The following authors have created the source code of «CatBoost» published and distributed by YANDEX LLC as the owner:

Anna Veronika Dorogush annaveronika@
35 changes: 35 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Notice to external contributors


## General info

Hello! In order for us (YANDEX LLC) to accept patches and other contributions from you, you will have to adopt our Yandex Contributor License Agreement (the “**CLA**”). The current version of the CLA you may find here:
1) https://yandex.ru/legal/cla/?lang=en (in English) and
2) https://yandex.ru/legal/cla/?lang=ru (in Russian).

By adopting the CLA, you state the following:

* You obviously wish and are willingly licensing your contributions to us for our open source projects under the terms of the CLA,
* You has read the terms and conditions of the CLA and agree with them in full,
* You are legally able to provide and license your contributions as stated,
* We may use your contributions for our open source projects and for any other our project too,
* We rely on your assurances concerning the rights of third parties in relation to your contributes.

If you agree with these principles, please read and adopt our CLA. By providing us your contributions, you hereby declare that you has already read and adopt our CLA, and we may freely merge your contributions with our corresponding open source project and use it in further in accordance with terms and conditions of the CLA.

## Provide contributions

If you have already adopted terms and conditions of the CLA, you are able to provide your contributes. When you submit your pull request, please add the following information into it:

```
I hereby agree to the terms of the CLA available at: [link].
```

Replace the bracketed text as follows:
* [link] is the link at the current version of the CLA (you may add here a link https://yandex.ru/legal/cla/?lang=en (in English) or a link https://yandex.ru/legal/cla/?lang=ru (in Russian).

It is enough to provide us such notification at once.

## Other questions

If you have any questions, please mail us at [email protected].
Loading

0 comments on commit 37378d2

Please sign in to comment.