-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Добавлены новые примеры библиотек (#71)
* non-profit organizations list update * added commercial repositories * Minor changes * hotfixes
- Loading branch information
1 parent
039dac3
commit d65d611
Showing
2 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Открытый код в коммерческих компаниях - примеры | ||
|
||
В этом списке мы решили собрать перечень коммерческих организаций, представляющих свои проекты в виде открытого кода. | ||
|
||
Назначение этого списка - обмен опытом, поиск контрибьюторов и проектов для участия, | ||
а также повышение открытости коммерческих разработок в целом. | ||
|
||
## Yandex | ||
|
||
- [catboost](https://github.com/catboost/catboost) - | ||
Библиотека для градиентного бустинга на древах решений | ||
|
||
- [ytsaurus](https://github.com/ytsaurus/ytsaurus) - | ||
Платформа для больших данных с открытым исходным кодом | ||
|
||
- [ClickHouse](https://github.com/ClickHouse/ClickHouse) - | ||
База данных с открытым исходным кодом | ||
|
||
## Tinkoff | ||
|
||
- [etna](https://github.com/etna-team/etna) - | ||
Библиотека для time-series прогнозов | ||
|
||
- [CORL](https://github.com/corl-team/CORL) - | ||
Библиотека с SOTA алгоритмами для обучения с подкрепленем | ||
|
||
- [reBRAC](https://github.com/DT6A/ReBRAC) - | ||
Фреймворк с алгоритмом для обучения с подкреплением | ||
|
||
## SBER | ||
|
||
- [LightAutoML](https://github.com/sb-ai-lab/LightAutoML) - | ||
Фреймфорк для автоматического машинного обучения | ||
|
||
- [AutoWoE](https://github.com/sb-ai-lab/AutoMLWhitebox) - | ||
Фреймворк для построения интерпретируемых моделей машинного обучения | ||
|
||
- [Eco2AI](https://github.com/sb-ai-lab/Eco2AI) - | ||
Библиотека для мониторинга эмиссии $CO_2$ и энергопотребления CPU и GPU во время расчетов | ||
|
||
Ecли вы хотите добавить информацию об открытых разработках своей компании, то создавайте PR и дополняйте список. |