Skip to content

Commit 3b70c3c

Browse files
committed
Update document
1 parent 33f8eb3 commit 3b70c3c

14 files changed

+460
-102
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
author = 'Thanh Tung Khuat and Bogdan Gabrys'
4848

4949
# The full version, including alpha/beta/rc tags
50-
release = '0.1'
50+
release = '0.1.1'
5151

5252
# The name of the Pygments (syntax highlighting) style to use.
5353
pygments_style = 'sphinx'

docs/tutorials/accel_agglo_gfmm_general_use.ipynb

Lines changed: 12 additions & 20 deletions
Large diffs are not rendered by default.

docs/tutorials/agglo_gfmm_general_use.ipynb

Lines changed: 44 additions & 8 deletions
Large diffs are not rendered by default.

docs/tutorials/efmnn_general_use.ipynb

Lines changed: 43 additions & 7 deletions
Large diffs are not rendered by default.

docs/tutorials/fmnn_general_use.ipynb

Lines changed: 43 additions & 7 deletions
Large diffs are not rendered by default.

docs/tutorials/hyperparameter_search.ipynb

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,11 +393,47 @@
393393
},
394394
{
395395
"cell_type": "code",
396-
"execution_count": null,
396+
"execution_count": 25,
397397
"metadata": {},
398398
"outputs": [],
399399
"source": [
400-
"best_gfmm_rd_search.show_sample_explanation(X_test[sample_need_explain], X_test[sample_need_explain], min_points_classes, max_points_classes, y_pred_input_0)"
400+
"# Create a parallel coordinates graph\n",
401+
"best_gfmm_rd_search.show_sample_explanation(X_test[sample_need_explain], X_test[sample_need_explain], min_points_classes, max_points_classes, y_pred_input_0, file_path=\"par_cord/iris_par_cord.html\")"
402+
]
403+
},
404+
{
405+
"cell_type": "code",
406+
"execution_count": 26,
407+
"metadata": {},
408+
"outputs": [
409+
{
410+
"data": {
411+
"text/html": [
412+
"\n",
413+
" <iframe\n",
414+
" width=\"820\"\n",
415+
" height=\"520\"\n",
416+
" src=\"https://uts-caslab.github.io/hyperbox-brain/docs/tutorials/par_cord/iris_par_cord.html\"\n",
417+
" frameborder=\"0\"\n",
418+
" allowfullscreen\n",
419+
" ></iframe>\n",
420+
" "
421+
],
422+
"text/plain": [
423+
"<IPython.lib.display.IFrame at 0x202278d7d68>"
424+
]
425+
},
426+
"execution_count": 26,
427+
"metadata": {},
428+
"output_type": "execute_result"
429+
}
430+
],
431+
"source": [
432+
"# Load parallel coordinates to display on the notebook\n",
433+
"from IPython.display import IFrame\n",
434+
"# We load the parallel coordinates from GitHub here for demostration in readthedocs\n",
435+
"# On the local notebook, we only need to load from the graph storing at 'par_cord/iris_par_cord.html'\n",
436+
"IFrame('https://uts-caslab.github.io/hyperbox-brain/docs/tutorials/par_cord/iris_par_cord.html', width=820, height=520)"
401437
]
402438
}
403439
],

docs/tutorials/iol_gfmm_general_use.ipynb

Lines changed: 43 additions & 7 deletions
Large diffs are not rendered by default.

docs/tutorials/knefmnn_general_use.ipynb

Lines changed: 43 additions & 7 deletions
Large diffs are not rendered by default.

docs/tutorials/multi_resolution_gfmm_general_use.ipynb

Lines changed: 60 additions & 18 deletions
Large diffs are not rendered by default.

docs/tutorials/onln_gfmm_general_use.ipynb

Lines changed: 86 additions & 14 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)