Skip to content

Commit

Permalink
adjust tutorials for new plotting function
Browse files Browse the repository at this point in the history
  • Loading branch information
lisa-sousa committed Sep 10, 2024
1 parent 75008e2 commit 974bf53
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 174 deletions.
48 changes: 25 additions & 23 deletions tutorials/introduction_to_FGC_comparing_FGC_to_FI.ipynb

Large diffs are not rendered by default.

188 changes: 70 additions & 118 deletions tutorials/introduction_to_FGC_use_cases.ipynb

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions tutorials/special_case_big_data_with_FGC.ipynb

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions tutorials/special_case_impact_of_model_complexity_on_FGC.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
" 17%|█▋ | 1/6 [00:03<00:15, 3.06s/it]"
" 17%|█▋ | 1/6 [00:02<00:13, 2.66s/it]"
]
},
{
Expand Down Expand Up @@ -140,7 +140,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
" 50%|█████ | 3/6 [00:13<00:15, 5.06s/it]"
" 50%|█████ | 3/6 [00:15<00:18, 6.02s/it]"
]
},
{
Expand All @@ -155,7 +155,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
" 67%|██████▋ | 4/6 [00:24<00:14, 7.41s/it]"
" 67%|██████▋ | 4/6 [00:26<00:15, 7.78s/it]"
]
},
{
Expand All @@ -170,7 +170,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
" 83%|████████▎ | 5/6 [00:43<00:11, 11.52s/it]"
" 83%|████████▎ | 5/6 [00:43<00:11, 11.22s/it]"
]
},
{
Expand All @@ -185,7 +185,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"100%|██████████| 6/6 [01:06<00:00, 11.01s/it]"
"100%|██████████| 6/6 [01:06<00:00, 11.02s/it]"
]
},
{
Expand All @@ -201,7 +201,7 @@
"output_type": "stream",
"text": [
"\n",
"/Users/lisa.barros/Desktop/fg-clustering/fgclustering/forest_guided_clustering.py:165: UserWarning: No stable clusters were found!\n",
"/Users/lisa.barros/Desktop/fg-clustering/fgclustering/forest_guided_clustering.py:175: UserWarning: No stable clusters were found!\n",
" warnings.warn(\"No stable clusters were found!\")\n"
]
}
Expand Down Expand Up @@ -236,7 +236,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
" 17%|█▋ | 1/6 [00:05<00:27, 5.58s/it]"
" 17%|█▋ | 1/6 [00:03<00:18, 3.80s/it]"
]
},
{
Expand All @@ -251,7 +251,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
" 33%|███▎ | 2/6 [00:13<00:26, 6.70s/it]"
" 33%|███▎ | 2/6 [00:10<00:21, 5.28s/it]"
]
},
{
Expand All @@ -266,7 +266,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
" 50%|█████ | 3/6 [00:22<00:24, 8.08s/it]"
" 50%|█████ | 3/6 [00:20<00:23, 7.72s/it]"
]
},
{
Expand All @@ -281,7 +281,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
" 67%|██████▋ | 4/6 [00:37<00:21, 10.85s/it]"
" 67%|██████▋ | 4/6 [00:34<00:19, 9.98s/it]"
]
},
{
Expand All @@ -296,7 +296,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
" 83%|████████▎ | 5/6 [00:56<00:13, 13.80s/it]"
" 83%|████████▎ | 5/6 [00:51<00:12, 12.49s/it]"
]
},
{
Expand All @@ -311,7 +311,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"100%|██████████| 6/6 [01:18<00:00, 13.15s/it]"
"100%|██████████| 6/6 [01:09<00:00, 11.56s/it]"
]
},
{
Expand Down

0 comments on commit 974bf53

Please sign in to comment.