From 8cfa92295a386bc19dd067a13099a02b2219c7cd Mon Sep 17 00:00:00 2001 From: MatthieuGilson <matthieu.gilson@univ-amu.fr> Date: Sun, 2 Jul 2023 17:59:14 +0200 Subject: [PATCH] add yaml env file --- environment.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 environment.yml diff --git a/environment.yml b/environment.yml new file mode 100644 index 0000000..4ca3bd5 --- /dev/null +++ b/environment.yml @@ -0,0 +1,13 @@ +name: courseML_phd2023 +channels: + - conda-forge +dependencies: + - jupyterlab + - numpy + - pandas + - scikit-learn + - optuna + - matplotlib + - plotly + - ipywidgets + - seaborn -- GitLab