Update README.md
Browse files
README.md
CHANGED
|
@@ -93,3 +93,42 @@ design-space exploration workflows beyond these specific model implementations.
|
|
| 93 |
|
| 94 |
The open-source license (CC BY-NC-SA 4.0) governs use of these models.
|
| 95 |
This notice is informational only.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
|
| 94 |
The open-source license (CC BY-NC-SA 4.0) governs use of these models.
|
| 95 |
This notice is informational only.
|
| 96 |
+
|
| 97 |
+
## Pickle Model Inference
|
| 98 |
+
|
| 99 |
+
Environment confirmed to be able to load the pickled models:
|
| 100 |
+
```
|
| 101 |
+
> python --version
|
| 102 |
+
Python 3.13.7
|
| 103 |
+
> pip list
|
| 104 |
+
Package Version
|
| 105 |
+
----------------- -----------
|
| 106 |
+
cloudpickle 3.1.2
|
| 107 |
+
colorama 0.4.6
|
| 108 |
+
contourpy 1.3.3
|
| 109 |
+
cycler 0.12.1
|
| 110 |
+
fonttools 4.61.1
|
| 111 |
+
joblib 1.5.3
|
| 112 |
+
kiwisolver 1.4.9
|
| 113 |
+
llvmlite 0.46.0
|
| 114 |
+
matplotlib 3.10.8
|
| 115 |
+
numba 0.63.1
|
| 116 |
+
numpy 2.3.5
|
| 117 |
+
packaging 25.0
|
| 118 |
+
pandas 2.3.3
|
| 119 |
+
pillow 12.1.0
|
| 120 |
+
pip 25.2
|
| 121 |
+
pyparsing 3.3.1
|
| 122 |
+
python-dateutil 2.9.0.post0
|
| 123 |
+
pytz 2025.2
|
| 124 |
+
scikit-learn 1.8.0
|
| 125 |
+
scipy 1.16.3
|
| 126 |
+
shap 0.50.0
|
| 127 |
+
six 1.17.0
|
| 128 |
+
slicer 0.0.8
|
| 129 |
+
threadpoolctl 3.6.0
|
| 130 |
+
tqdm 4.67.1
|
| 131 |
+
typing_extensions 4.15.0
|
| 132 |
+
tzdata 2025.3
|
| 133 |
+
xgboost 3.2.0
|
| 134 |
+
```
|