Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion classical-ml/jupyter-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
jupyterlab==4.2.3
jupyterlab==4.2.4
jupyterhub==5.0.0
notebook==7.2.1
jupyter-server-proxy>=4.1.2
2 changes: 1 addition & 1 deletion classical-ml/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
daal4py==2024.5.0
matplotlib==3.9.0
matplotlib==3.9.1
numpy==1.26.4
scikit-learn-intelex==2024.5.0
threadpoolctl==3.5.0
Expand Down
32 changes: 0 additions & 32 deletions classical-ml/tests/sklearn.sh

This file was deleted.

12 changes: 0 additions & 12 deletions classical-ml/tests/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@ classical-ml-import-${PACKAGE_OPTION:-pip}:
classical-ml-import-${PACKAGE_OPTION:-pip}-jupyter:
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-${PACKAGE_OPTION:-pip}-py${PYTHON_VERSION:-3.10}-scikit-learn-${SCIKIT_VERSION:-2024.5.0}-xgboost-${XGBOOST_VERSION:-2.1.0}-jupyter
cmd: sh -c "python -m jupyter --version"
classical-ml-base-${PACKAGE_OPTION:-pip}-sklearn:
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-${PACKAGE_OPTION:-pip}-py${PYTHON_VERSION:-3.10}-scikit-learn-${SCIKIT_VERSION:-2024.5.0}-xgboost-${XGBOOST_VERSION:-2.1.0}-base
cmd: bash /tests/sklearn.sh
volumes:
- src: $PWD/classical-ml/tests
dst: /tests
classical-ml-base-${PACKAGE_OPTION:-pip}-xgboost:
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-${PACKAGE_OPTION:-pip}-py${PYTHON_VERSION:-3.10}-scikit-learn-${SCIKIT_VERSION:-2024.5.0}-xgboost-${XGBOOST_VERSION:-2.1.0}-base
cmd: bash /tests/xgboost.sh
volumes:
- src: $PWD/classical-ml/tests
dst: /tests
classical-ml-performance-${PACKAGE_OPTION:-pip}:
img: ${REGISTRY}/${REPO}:b-${GITHUB_RUN_NUMBER:-0}-${BASE_IMAGE_NAME:-ubuntu}-${BASE_IMAGE_TAG:-22.04}-${PACKAGE_OPTION:-pip}-py${PYTHON_VERSION:-3.10}-scikit-learn-${SCIKIT_VERSION:-2024.5.0}-xgboost-${XGBOOST_VERSION:-2.1.0}-base
cmd: python /tests/performance.py
Expand Down
39 changes: 0 additions & 39 deletions classical-ml/tests/xgboost.sh

This file was deleted.