feature: add workshop 2 jupyter notebook

This commit is contained in:
2026-05-21 15:44:41 +02:00
parent 414c248549
commit 4768232a96
4 changed files with 20483 additions and 3 deletions
+4 -3
View File
@@ -6,15 +6,16 @@
version = "3.12";
venv.enable = true;
venv.requirements = ''
imbalanced-learn
ipython
jupyter
jupyterlab
matplotlib
numpy
pandas
matplotlib
seaborn
scikit-learn
imbalanced-learn
seaborn
setuptools<81
statsmodels
ydata-profiling
'';