Skip to content

Commit dedcdc3

Browse files
authored
Update Kwarg optimization wrapper.ipynb
1 parent e8f221c commit dedcdc3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ipython/Kwarg optimization wrapper.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# This ia a method to implement optimization for functions taking keywords instead of a vector (python 3 only since 2 doesn't support multiple dictionnary unpacking simultaneously)\n",
7+
"# Kwargs optimization wrapper",
8+
"\n",
9+
"## This ia a method to implement optimization for functions taking keywords instead of a vector (python 3 only since 2 doesn't support multiple dictionnary unpacking simultaneously)\n",
810
"This was mostly implemented out of the need to optimize a ml algorythm's hyper-parameters, by using factory function and dictionnary packing and unpacking it is possible to achieve this.\n",
911
"\n",
10-
"###This is a prototype, some minimal tweaking may be necessary though the functions should be modular enough and have enough safety nets to work as is.\n"
12+
"###This is a prototype, some minimal tweaking may be necessary though the functions should be modular enough and have enough safety nets to work as is.\n",
13+
"\n",
14+
"TAGS: Optimization and fitting"
1115
]
1216
},
1317
{

0 commit comments

Comments
 (0)