Skip to content

Commit

Permalink
rerun notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
lisa-sousa committed Sep 4, 2024
1 parent 819ebe2 commit bc820e8
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 129 deletions.
23 changes: 9 additions & 14 deletions tutorials/introduction_to_FGC_comparing_FGC_to_FI.ipynb

Large diffs are not rendered by default.

148 changes: 61 additions & 87 deletions tutorials/introduction_to_FGC_use_cases.ipynb

Large diffs are not rendered by default.

30 changes: 19 additions & 11 deletions tutorials/special_case_big_data_with_FGC.ipynb

Large diffs are not rendered by default.

28 changes: 14 additions & 14 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:02<00:13, 2.68s/it]"
" 17%|█▋ | 1/6 [00:03<00:15, 3.06s/it]"
]
},
{
Expand All @@ -125,7 +125,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
" 33%|███▎ | 2/6 [00:07<00:14, 3.68s/it]"
" 33%|███▎ | 2/6 [00:07<00:15, 3.84s/it]"
]
},
{
Expand All @@ -140,7 +140,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
" 50%|█████ | 3/6 [00:14<00:15, 5.30s/it]"
" 50%|█████ | 3/6 [00:13<00:15, 5.06s/it]"
]
},
{
Expand All @@ -155,7 +155,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
" 67%|██████▋ | 4/6 [00:24<00:14, 7.16s/it]"
" 67%|██████▋ | 4/6 [00:24<00:14, 7.41s/it]"
]
},
{
Expand All @@ -170,7 +170,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
" 83%|████████▎ | 5/6 [00:37<00:09, 9.47s/it]"
" 83%|████████▎ | 5/6 [00:43<00:11, 11.52s/it]"
]
},
{
Expand All @@ -185,7 +185,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"100%|██████████| 6/6 [00:55<00:00, 9.25s/it]"
"100%|██████████| 6/6 [01:06<00:00, 11.01s/it]"
]
},
{
Expand All @@ -201,7 +201,7 @@
"output_type": "stream",
"text": [
"\n",
"/Users/lisa.barros/tools/anaconda3/envs/FGC/lib/python3.10/site-packages/fgclustering/forest_guided_clustering.py:109: UserWarning: No stable clusters were found!\n",
"/Users/lisa.barros/Desktop/fg-clustering/fgclustering/forest_guided_clustering.py:165: 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:02<00:12, 2.52s/it]"
" 17%|█▋ | 1/6 [00:05<00:27, 5.58s/it]"
]
},
{
Expand All @@ -251,7 +251,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
" 33%|███▎ | 2/6 [00:07<00:15, 3.87s/it]"
" 33%|███▎ | 2/6 [00:13<00:26, 6.70s/it]"
]
},
{
Expand All @@ -266,7 +266,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
" 50%|█████ | 3/6 [00:14<00:16, 5.52s/it]"
" 50%|█████ | 3/6 [00:22<00:24, 8.08s/it]"
]
},
{
Expand All @@ -281,7 +281,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
" 67%|██████▋ | 4/6 [00:25<00:15, 7.67s/it]"
" 67%|██████▋ | 4/6 [00:37<00:21, 10.85s/it]"
]
},
{
Expand All @@ -296,7 +296,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
" 83%|████████▎ | 5/6 [00:40<00:10, 10.18s/it]"
" 83%|████████▎ | 5/6 [00:56<00:13, 13.80s/it]"
]
},
{
Expand All @@ -311,7 +311,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"100%|██████████| 6/6 [00:59<00:00, 9.99s/it]"
"100%|██████████| 6/6 [01:18<00:00, 13.15s/it]"
]
},
{
Expand Down Expand Up @@ -364,7 +364,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.8 | packaged by conda-forge | (main, Nov 22 2022, 08:27:35) [Clang 14.0.6 ]"
"version": "3.12.5"
},
"orig_nbformat": 4,
"vscode": {
Expand Down
6 changes: 3 additions & 3 deletions tutorials/special_case_inference_with_FGC.ipynb

Large diffs are not rendered by default.

0 comments on commit bc820e8

Please sign in to comment.