Skip to content

Commit 1e38146

Browse files
authored
Merge branch 'regression_test' into GML-1406
2 parents f6521c5 + 417c109 commit 1e38146

File tree

10 files changed

+4611
-1642
lines changed

10 files changed

+4611
-1642
lines changed

algos/centrality.ipynb

Lines changed: 904 additions & 559 deletions
Large diffs are not rendered by default.

algos/classification.ipynb

Lines changed: 455 additions & 78 deletions
Large diffs are not rendered by default.

algos/community.ipynb

Lines changed: 1092 additions & 735 deletions
Large diffs are not rendered by default.

algos/embedding.ipynb

Lines changed: 244 additions & 162 deletions
Large diffs are not rendered by default.

algos/pathfinding.ipynb

Lines changed: 226 additions & 55 deletions
Large diffs are not rendered by default.

algos/similarity.ipynb

Lines changed: 258 additions & 30 deletions
Large diffs are not rendered by default.

algos/topologicalLinkPrediction.ipynb

Lines changed: 393 additions & 19 deletions
Large diffs are not rendered by default.

config.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
2-
"host": "https://subdomain.i.tgcloud.io",
3-
"username": "user_1",
4-
"password": "MyPassword1!",
5-
"getToken": true
2+
"host": "https://xxxxxx.i.tgcloud.io",
3+
"username": "xxxxxx",
4+
"password": "xxxxxxx",
5+
"job_id": "xxxx",
6+
"monitor_host": "https:/xxxxxx.i.tgcloud.io",
7+
"monitor_username": "xxxxxxxxxx",
8+
"monitor_password": "xxxxxxxxxxxx",
9+
"monitor_graph": "xxxxxx",
10+
"getToken": true
611
}

regression/regression.ipynb

Lines changed: 1029 additions & 0 deletions
Large diffs are not rendered by default.

regression/token.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Authorization: Bearer ###################

0 commit comments

Comments
 (0)