google-research

Форк
0
48 строк · 1.2 Кб
1
Fair Correlation Clustring
2
===============================
3

4
This is the implementation accompanying the AISTATS 2020 paper,
5
[_Fair Correlation Clustering_](https://arxiv.org/abs/2002.02274).
6

7

8
Example Usage:
9
--------------
10
First, create a fresh virtual environment and install the requirements.
11

12
    # From google-research/
13
    virtualenv -p python3 .
14
    source ./bin/activate
15

16
    python3 -m pip install -r graph_embedding/fair_correlation_clustering/requirements.txt
17

18

19
How to run:
20
-------
21

22
You can run our experiments with the following:
23

24
    python3 -m fair_correlation_clustering.correlation_clustering \
25
      --input_graph=GRAPH.edgelist \
26
      --output_results=RESULTS.json
27

28

29
Citing
30
------
31
If you find _Fair Correlation Clustering_ useful in your research, we ask that
32
you cite the following paper:
33

34
> Ahmadian, S., Epasto, A., Mahdian, M., Kumar, R. (2020).
35
> Fair Correlation Clustering.
36
> In _AISTATS_.
37

38
    @inproceedings{ahmadian2020fair,
39
     author={Ahmadian, Epasto, Mahdian, Kumar}
40
     title={Fair Correlation Clustering},
41
     booktitle = {AISTATS},
42
     year = {2020},
43
    }
44

45
Contact Us
46
----------
47
For questions or comments about the implementation, please contact
48
<aepasto@google.com>.
49

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.