@@ -10,14 +10,16 @@ The images below include [Intel® Extension for Scikit-learn*] and [XGBoost*].
10
10
11
11
| Tag(s) | Intel SKLearn | Scikit-learn | XGBoost | Dockerfile |
12
12
| ------------------------------------------------- | -------------- | ------------ | -------- | --------------- |
13
- | ` 2024.3.0-pip-base ` , ` latest ` | [ v2024.3.0] | [ v1.4.2] | [ v2.0.3] | [ v0.4.0-Beta] |
14
- | ` 2024.2.0-xgboost-2.0.3-pip-base ` , ` latest ` | [ v2024.2.0] | [ v1.4.1] | [ v2.0.3] | [ v0.4.0-Beta] |
13
+ | ` 2024.5.0-pip-base ` , ` latest ` | [ v2024.5.0] | [ v1.5.0] | [ v2.1.0] | [ v0.4.0] |
14
+ | ` 2024.3.0-pip-base ` | [ v2024.3.0] | [ v1.4.2] | [ v2.0.3] | [ v0.4.0-Beta] |
15
+ | ` 2024.2.0-xgboost-2.0.3-pip-base ` | [ v2024.2.0] | [ v1.4.1] | [ v2.0.3] | [ v0.4.0-Beta] |
15
16
| ` scikit-learning-2024.0.0-xgboost-2.0.2-pip-base ` | [ v2024.0.0] | [ v1.3.2] | [ v2.0.2] | [ v0.3.4] |
16
17
17
18
The images below additionally include [ Jupyter Notebook] ( https://jupyter.org/ ) server:
18
19
19
20
| Tag(s) | Intel SKLearn | Scikit-learn | XGBoost | Dockerfile |
20
21
| ---------------------------------------------------- | -------------- | ------------ | -------- | --------------- |
22
+ | ` 2024.5.0-pip-jupyter ` | [ v2024.5.0] | [ v1.5.0] | [ v2.1.0] | [ v0.4.0] |
21
23
| ` 2024.3.0-pip-jupyter ` | [ v2024.3.0] | [ v1.4.2] | [ v2.0.3] | [ v0.4.0-Beta] |
22
24
| ` 2024.2.0-xgboost-2.0.3-pip-jupyter ` | [ v2024.2.0] | [ v1.4.1] | [ v2.0.3] | [ v0.4.0-Beta] |
23
25
| ` scikit-learning-2024.0.0-xgboost-2.0.2-pip-jupyter ` | [ v2024.0.0] | [ v1.3.2] | [ v2.0.2] | [ v0.3.4] |
@@ -41,15 +43,15 @@ The images below include [Intel® Distribution for Python*]:
41
43
42
44
| Tag(s) | Intel SKLearn | Scikit-learn | XGBoost | Dockerfile |
43
45
| ------------------------------------------------- | -------------- | ------------ | -------- | --------------- |
44
- | ` 2024.3.0-idp-base ` | [ v2024.3 .0] | [ v1.4.2 ] | [ v2.0.3 ] | [ v0.4.0-Beta ] |
46
+ | ` 2024.3.0-idp-base ` | [ v2024.5 .0] | [ v1.5.0 ] | [ v2.1.0 ] | [ v0.4.0] |
45
47
| ` 2024.2.0-xgboost-2.0.3-idp-base ` | [ v2024.2.0] | [ v1.4.1] | [ v2.0.3] | [ v0.4.0-Beta] |
46
48
| ` scikit-learning-2024.0.0-xgboost-2.0.2-idp-base ` | [ v2024.0.0] | [ v1.3.2] | [ v2.0.2] | [ v0.3.4] |
47
49
48
50
The images below additionally include [ Jupyter Notebook] ( https://jupyter.org/ ) server:
49
51
50
52
| Tag(s) | Intel SKLearn | Scikit-learn | XGBoost | Dockerfile |
51
53
| ---------------------------------------------------- | -------------- | ------------ | -------- | --------------- |
52
- | ` 2024.3.0-idp-jupyter ` | [ v2024.3 .0] | [ v1.4.2 ] | [ v2.0.3 ] | [ v0.4.0-Beta ] |
54
+ | ` 2024.3.0-idp-jupyter ` | [ v2024.5 .0] | [ v1.5.0 ] | [ v2.1.0 ] | [ v0.4.0] |
53
55
| ` 2024.2.0-xgboost-2.0.3-idp-jupyter ` | [ v2024.2.0] | [ v1.4.1] | [ v2.0.3] | [ v0.4.0-Beta] |
54
56
| ` scikit-learning-2024.0.0-xgboost-2.0.2-idp-jupyter ` | [ v2024.0.0] | [ v1.3.2] | [ v2.0.2] | [ v0.3.4] |
55
57
@@ -87,16 +89,20 @@ It is the image user's responsibility to ensure that any use of The images below
87
89
[ Scikit-learn* ] : https://scikit-learn.org/stable/
88
90
[ XGBoost* ] : https://github.com/dmlc/xgboost
89
91
92
+ [ v2024.5.0 ] : https://github.com/intel/scikit-learn-intelex/releases/tag/2024.5.0
90
93
[ v2024.3.0 ] : https://github.com/intel/scikit-learn-intelex/releases/tag/2024.3.0
91
94
[ v2024.2.0 ] : https://github.com/intel/scikit-learn-intelex/releases/tag/2024.2.0
92
95
[ v2024.0.0 ] : https://github.com/intel/scikit-learn-intelex/releases/tag/2024.0.0
93
96
97
+ [ v1.5.0 ] : https://github.com/scikit-learn/scikit-learn/releases/tag/1.5.0
94
98
[ v1.4.2 ] : https://github.com/scikit-learn/scikit-learn/releases/tag/1.4.2
95
99
[ v1.4.1 ] : https://github.com/scikit-learn/scikit-learn/releases/tag/1.4.1
96
100
[ v1.3.2 ] : https://github.com/scikit-learn/scikit-learn/releases/tag/1.3.2
97
101
102
+ [ v2.1.0 ] : https://github.com/dmlc/xgboost/releases/tag/v2.1.0
98
103
[ v2.0.3 ] : https://github.com/dmlc/xgboost/releases/tag/v2.0.3
99
104
[ v2.0.2 ] : https://github.com/dmlc/xgboost/releases/tag/v2.0.2
100
105
101
- [ v0.4.0-Beta ] : https://github.com/intel/ai-containers/blob/v0.4.0-Beta/tensorflow/Dockerfile
102
- [ v0.3.4 ] : https://github.com/intel/ai-containers/blob/v0.3.4/tensorflow/Dockerfile
106
+ [ v0.4.0 ] : https://github.com/intel/ai-containers/blob/v0.4.0/classical-ml/Dockerfile
107
+ [ v0.4.0-Beta ] : https://github.com/intel/ai-containers/blob/v0.4.0-Beta/classical-ml/Dockerfile
108
+ [ v0.3.4 ] : https://github.com/intel/ai-containers/blob/v0.3.4/classical-ml/Dockerfile
0 commit comments