Loading src/config.py +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ max_weight = 0.9 Choose minimum number of neighbors and maximum median weight of the most frequent neighbors of a node for root hubs. - the threshold is calculated using the media of the same number of neighbors declared in min_neighbors. ''' min_neighbors = 'log' min_neighbors = 5 threshold = 0.8 ''' Loading src/setup.sh +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ mkdir ../output mkdir ../baseline mkdir ../baseline/output mkdir ../figures mkdir final python3 -m venv absinth_env Loading @@ -13,5 +14,6 @@ pip3 install networkx pip3 install numpy pip3 install scipy pip3 install spacy pip3 install matplotlib python3 -m spacy download en Loading
src/config.py +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ max_weight = 0.9 Choose minimum number of neighbors and maximum median weight of the most frequent neighbors of a node for root hubs. - the threshold is calculated using the media of the same number of neighbors declared in min_neighbors. ''' min_neighbors = 'log' min_neighbors = 5 threshold = 0.8 ''' Loading
src/setup.sh +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ mkdir ../output mkdir ../baseline mkdir ../baseline/output mkdir ../figures mkdir final python3 -m venv absinth_env Loading @@ -13,5 +14,6 @@ pip3 install networkx pip3 install numpy pip3 install scipy pip3 install spacy pip3 install matplotlib python3 -m spacy download en