Skip to content

Commit 24a0b6c

Browse files
Tyler Titsworthsramakintel
Tyler Titsworth
andauthored
Update Optimized ML Docs for 2024.7.0 (#408)
Signed-off-by: tylertitsworth <tyler.titsworth@intel.com> Co-authored-by: Srikanth Ramakrishna <srikanth.ramakrishna@intel.com>
1 parent 9f1bd60 commit 24a0b6c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

classical-ml/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ The images below include [Intel® Extension for Scikit-learn*] and [XGBoost*].
1010

1111
| Tag(s) | Intel SKLearn | Scikit-learn | XGBoost | Dockerfile |
1212
| ------------------------------------------------- | -------------- | ------------ | -------- | --------------- |
13-
| `2024.6.0-pip-base`, `latest` | [v2024.6.0] | [v1.5.0] | [v2.1.0] | [v0.4.0] |
13+
| `2024.7.0-pip-base`, `latest` | [v2024.7.0] | [v1.5.2] | [v2.1.1] | [v0.4.0] |
14+
| `2024.6.0-pip-base` | [v2024.6.0] | [v1.5.0] | [v2.1.0] | [v0.4.0] |
1415
| `2024.5.0-pip-base` | [v2024.5.0] | [v1.5.0] | [v2.1.0] | [v0.4.0] |
1516
| `2024.3.0-pip-base` | [v2024.3.0] | [v1.4.2] | [v2.0.3] | [v0.4.0-Beta] |
1617
| `2024.2.0-xgboost-2.0.3-pip-base` | [v2024.2.0] | [v1.4.1] | [v2.0.3] | [v0.4.0-Beta] |
@@ -20,6 +21,7 @@ The images below additionally include [Jupyter Notebook](https://jupyter.org/) s
2021

2122
| Tag(s) | Intel SKLearn | Scikit-learn | XGBoost | Dockerfile |
2223
| ---------------------------------------------------- | -------------- | ------------ | -------- | --------------- |
24+
| `2024.7.0-pip-jupyter` | [v2024.7.0] | [v1.5.2] | [v2.1.1] | [v0.4.0] |
2325
| `2024.6.0-pip-jupyter` | [v2024.6.0] | [v1.5.1] | [v2.1.1] | [v0.4.0] |
2426
| `2024.5.0-pip-jupyter` | [v2024.5.0] | [v1.5.0] | [v2.1.0] | [v0.4.0] |
2527
| `2024.3.0-pip-jupyter` | [v2024.3.0] | [v1.4.2] | [v2.0.3] | [v0.4.0-Beta] |
@@ -45,6 +47,7 @@ The images below include [Intel® Distribution for Python*]:
4547

4648
| Tag(s) | Intel SKLearn | Scikit-learn | XGBoost | Dockerfile |
4749
| ------------------------------------------------- | -------------- | ------------ | -------- | --------------- |
50+
| `2024.7.0-idp-base` | [v2024.7.0] | [v1.5.2] | [v2.1.1] | [v0.4.0] |
4851
| `2024.6.0-idp-base` | [v2024.6.0] | [v1.5.1] | [v2.1.1] | [v0.4.0] |
4952
| `2024.5.0-idp-base` | [v2024.5.0] | [v1.5.0] | [v2.1.0] | [v0.4.0] |
5053
| `2024.3.0-idp-base` | [v2024.3.0] | [v1.4.1] | [v2.1.0] | [v0.4.0] |
@@ -55,6 +58,7 @@ The images below additionally include [Jupyter Notebook](https://jupyter.org/) s
5558

5659
| Tag(s) | Intel SKLearn | Scikit-learn | XGBoost | Dockerfile |
5760
| ---------------------------------------------------- | -------------- | ------------ | -------- | --------------- |
61+
| `2024.7.0-idp-jupyter` | [v2024.7.0] | [v1.5.2] | [v2.1.1] | [v0.4.0] |
5862
| `2024.6.0-idp-jupyter` | [v2024.6.0] | [v1.5.1] | [v2.1.1] | [v0.4.0] |
5963
| `2024.5.0-idp-jupyter` | [v2024.5.0] | [v1.5.0] | [v2.1.0] | [v0.4.0] |
6064
| `2024.3.0-idp-jupyter` | [v2024.3.0] | [v1.4.0] | [v2.1.0] | [v0.4.0] |
@@ -95,12 +99,14 @@ It is the image user's responsibility to ensure that any use of The images below
9599
[Scikit-learn*]: https://scikit-learn.org/stable/
96100
[XGBoost*]: https://github.com/dmlc/xgboost
97101

102+
[v2024.7.0]: https://github.com/intel/scikit-learn-intelex/releases/tag/2024.7.0
98103
[v2024.6.0]: https://github.com/intel/scikit-learn-intelex/releases/tag/2024.6.0
99104
[v2024.5.0]: https://github.com/intel/scikit-learn-intelex/releases/tag/2024.5.0
100105
[v2024.3.0]: https://github.com/intel/scikit-learn-intelex/releases/tag/2024.3.0
101106
[v2024.2.0]: https://github.com/intel/scikit-learn-intelex/releases/tag/2024.2.0
102107
[v2024.0.0]: https://github.com/intel/scikit-learn-intelex/releases/tag/2024.0.0
103108

109+
[v1.5.2]: https://github.com/scikit-learn/scikit-learn/releases/tag/1.5.2
104110
[v1.5.1]: https://github.com/scikit-learn/scikit-learn/releases/tag/1.5.1
105111
[v1.5.0]: https://github.com/scikit-learn/scikit-learn/releases/tag/1.5.0
106112
[v1.4.2]: https://github.com/scikit-learn/scikit-learn/releases/tag/1.4.2

0 commit comments

Comments
 (0)