From ab6e3e3132318ad790b339ef250d42f9aaa5f425 Mon Sep 17 00:00:00 2001 From: myui Date: Thu, 5 Dec 2024 13:47:32 +0900 Subject: [PATCH] Added optuna for experiment --- dockerfiles/Dockerfile-experiment | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile-experiment b/dockerfiles/Dockerfile-experiment index 9f7b394..12a8d9d 100644 --- a/dockerfiles/Dockerfile-experiment +++ b/dockerfiles/Dockerfile-experiment @@ -53,7 +53,7 @@ RUN pip install --user --no-cache-dir --upgrade pip setuptools wheel && \ notebook==6.5.4 ipywidgets>=8.0.6 traitlets==5.9.0 \ widgetsnbextension pygraphviz black jupyter_contrib_nbextensions \ matplotlib plotly tqdm memory_profiler \ - daisyrec rectools[lightfm] implicit flurs \ + daisyrec rectools[lightfm] implicit flurs optuna \ # see https://github.com/lyst/lightfm/issues/709 git+https://github.com/daviddavo/lightfm && \ CFLAGS="-march=native" pip install git+https://github.com/tohtsky/irspack.git