From 6280d9408e53937a385e0eddb191e81c902851b0 Mon Sep 17 00:00:00 2001 From: MoonGem <34537029+MoonGem@users.noreply.github.com> Date: Thu, 22 Mar 2018 23:05:37 -0500 Subject: [PATCH] Create hyperoptNote.md --- hyperoptNote.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hyperoptNote.md diff --git a/hyperoptNote.md b/hyperoptNote.md new file mode 100644 index 000000000..d3ae83862 --- /dev/null +++ b/hyperoptNote.md @@ -0,0 +1,9 @@ +You will need to add: + +import dill as pickle + +INTO: + +/usr/local/lib/python3.6/dist-packages/hyperopt/fmin.py + +At the very top.