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
Binary file modified model_templates/python3_xgboost/xgb_reg.pkl
Binary file not shown.
6 changes: 3 additions & 3 deletions public_dropin_environments/java_codegen/env_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "This template can be used as an environment for DataRobot generated scoring code or models that implement the either the IClassificationPredictor or IRegressionPredictor interface from the datarobot-prediction package and for H2O models exported as POJO or MOJO.",
"programmingLanguage": "java",
"label": "",
"environmentVersionId": "6924572600323c7e7d005dad",
"environmentVersionId": "6920d80bc27b1a122000daac",
"environmentVersionDescription": "",
"isPublic": true,
"isDownloadable": true,
Expand All @@ -14,8 +14,8 @@
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/java_codegen",
"imageRepository": "env-java-codegen",
"tags": [
"v11.3.0-6924572600323c7e7d005dad",
"6924572600323c7e7d005dad",
"v11.3.0-6920d80bc27b1a122000daac",
"6920d80bc27b1a122000daac",
"v11.3.0-latest"
]
}
77 changes: 37 additions & 40 deletions public_dropin_environments/java_codegen/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,37 @@
# pip-compile --index-url=https://pypi.org/simple --no-annotate --no-emit-index-url --no-emit-trusted-host --output-file=requirements.txt requirements.in
#
annotated-types==0.7.0
argcomplete==3.6.2
azure-core==1.35.1
argcomplete==3.6.3
azure-core==1.36.0
azure-identity==1.25.1
azure-storage-blob==12.19.0
blinker==1.9.0
boto3==1.40.48
botocore==1.40.48
cachetools==6.2.0
certifi==2025.10.5
boto3==1.41.2
botocore==1.41.2
cachetools==6.2.2
certifi==2025.11.12
cffi==2.0.0
charset-normalizer==3.4.3
click==8.3.0
cryptography==46.0.2
datarobot==3.9.0
datarobot-drum==1.17.4
charset-normalizer==3.4.4
click==8.3.1
cryptography==46.0.3
datarobot==3.9.1
datarobot-drum==1.17.8
datarobot-mlops==11.1.0
datarobot-storage==2.2.0
docker==7.1.0
filechunkio==1.8
flask==3.1.2
gevent==25.9.1
google-api-core==2.26.0
google-auth==2.41.1
google-cloud-core==2.4.3
google-api-core==2.28.1
google-auth==2.43.0
google-cloud-core==2.5.0
google-cloud-storage==2.19.0
google-crc32c==1.7.1
google-resumable-media==2.7.2
googleapis-common-protos==1.70.0
google-resumable-media==2.8.0
googleapis-common-protos==1.72.0
greenlet==3.2.4
gunicorn==23.0.0
idna==3.10
idna==3.11
importlib-metadata==8.7.0
isodate==0.7.2
itsdangerous==2.2.0
Expand All @@ -47,30 +47,30 @@ memory-profiler==0.61.0
msal==1.34.0
msal-extensions==1.3.1
numpy==2.2.6
opentelemetry-api==1.37.0
opentelemetry-exporter-otlp-proto-common==1.37.0
opentelemetry-exporter-otlp-proto-http==1.37.0
opentelemetry-instrumentation==0.58b0
opentelemetry-instrumentation-aiohttp-client==0.58b0
opentelemetry-instrumentation-requests==0.58b0
opentelemetry-proto==1.37.0
opentelemetry-sdk==1.37.0
opentelemetry-semantic-conventions==0.58b0
opentelemetry-util-http==0.58b0
orjson==3.11.3
opentelemetry-api==1.38.0
opentelemetry-exporter-otlp-proto-common==1.38.0
opentelemetry-exporter-otlp-proto-http==1.38.0
opentelemetry-instrumentation==0.59b0
opentelemetry-instrumentation-aiohttp-client==0.59b0
opentelemetry-instrumentation-requests==0.59b0
opentelemetry-proto==1.38.0
opentelemetry-sdk==1.38.0
opentelemetry-semantic-conventions==0.59b0
opentelemetry-util-http==0.59b0
orjson==3.11.4
packaging==25.0
pandas==2.3.3
pillow==11.3.0
pillow==12.0.0
progress==1.6.1
proto-plus==1.26.1
protobuf==6.32.1
psutil==7.1.0
protobuf==6.33.1
psutil==7.1.3
py4j==0.10.9.9
pyasn1==0.6.1
pyasn1-modules==0.4.2
pycparser==2.23
pydantic==2.12.0
pydantic-core==2.41.1
pydantic==2.12.4
pydantic-core==2.41.5
pyjwt[crypto]==2.10.1
python-dateutil==2.9.0.post0
pytz==2025.2
Expand All @@ -79,12 +79,12 @@ requests==2.32.5
requests-toolbelt==1.0.0
rsa==4.9.1
ruamel-yaml==0.17.4
s3transfer==0.14.0
s3transfer==0.15.0
scipy==1.15.3
six==1.17.0
strenum==0.4.15
strictyaml==1.4.2
termcolor==3.1.0
termcolor==3.2.0
texttable==1.7.0
trafaret==2.1.1
typing-extensions==4.15.0
Expand All @@ -94,8 +94,5 @@ urllib3==2.5.0
werkzeug==3.1.3
wrapt==1.17.3
zipp==3.23.0
zope-event==6.0
zope-interface==8.0.1

# The following packages are considered to be unsafe in a requirements file:
# setuptools
zope-event==6.1
zope-interface==8.1.1
6 changes: 3 additions & 3 deletions public_dropin_environments/python311/env_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "This template environment can be used to create Python based custom models. User is responsible to provide requirements.txt with the model, to install all the required dependencies.",
"programmingLanguage": "python",
"label": "",
"environmentVersionId": "692457260015f444c6006bec",
"environmentVersionId": "6920d81cc27b1a124a5bf9d4",
"environmentVersionDescription": "",
"isPublic": true,
"isDownloadable": true,
Expand All @@ -14,8 +14,8 @@
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python311",
"imageRepository": "env-python",
"tags": [
"v11.3.0-692457260015f444c6006bec",
"692457260015f444c6006bec",
"v11.3.0-6920d81cc27b1a124a5bf9d4",
"6920d81cc27b1a124a5bf9d4",
"v11.3.0-latest"
]
}
77 changes: 37 additions & 40 deletions public_dropin_environments/python311/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,37 @@
# pip-compile --index-url=https://pypi.org/simple --no-annotate --no-emit-index-url --no-emit-trusted-host --output-file=requirements.txt requirements.in
#
annotated-types==0.7.0
argcomplete==3.6.2
azure-core==1.35.1
argcomplete==3.6.3
azure-core==1.36.0
azure-identity==1.25.1
azure-storage-blob==12.19.0
blinker==1.9.0
boto3==1.40.48
botocore==1.40.48
cachetools==6.2.0
certifi==2025.10.5
boto3==1.41.2
botocore==1.41.2
cachetools==6.2.2
certifi==2025.11.12
cffi==2.0.0
charset-normalizer==3.4.3
click==8.3.0
cryptography==46.0.2
datarobot==3.9.0
datarobot-drum==1.17.4
charset-normalizer==3.4.4
click==8.3.1
cryptography==46.0.3
datarobot==3.9.1
datarobot-drum==1.17.8
datarobot-mlops==11.1.0
datarobot-storage==2.2.0
docker==7.1.0
filechunkio==1.8
flask==3.1.2
gevent==25.9.1
google-api-core==2.26.0
google-auth==2.41.1
google-cloud-core==2.4.3
google-api-core==2.28.1
google-auth==2.43.0
google-cloud-core==2.5.0
google-cloud-storage==2.19.0
google-crc32c==1.7.1
google-resumable-media==2.7.2
googleapis-common-protos==1.70.0
google-resumable-media==2.8.0
googleapis-common-protos==1.72.0
greenlet==3.2.4
gunicorn==23.0.0
idna==3.10
idna==3.11
importlib-metadata==8.7.0
isodate==0.7.2
itsdangerous==2.2.0
Expand All @@ -47,30 +47,30 @@ memory-profiler==0.61.0
msal==1.34.0
msal-extensions==1.3.1
numpy==2.2.6
opentelemetry-api==1.37.0
opentelemetry-exporter-otlp-proto-common==1.37.0
opentelemetry-exporter-otlp-proto-http==1.37.0
opentelemetry-instrumentation==0.58b0
opentelemetry-instrumentation-aiohttp-client==0.58b0
opentelemetry-instrumentation-requests==0.58b0
opentelemetry-proto==1.37.0
opentelemetry-sdk==1.37.0
opentelemetry-semantic-conventions==0.58b0
opentelemetry-util-http==0.58b0
orjson==3.11.3
opentelemetry-api==1.38.0
opentelemetry-exporter-otlp-proto-common==1.38.0
opentelemetry-exporter-otlp-proto-http==1.38.0
opentelemetry-instrumentation==0.59b0
opentelemetry-instrumentation-aiohttp-client==0.59b0
opentelemetry-instrumentation-requests==0.59b0
opentelemetry-proto==1.38.0
opentelemetry-sdk==1.38.0
opentelemetry-semantic-conventions==0.59b0
opentelemetry-util-http==0.59b0
orjson==3.11.4
packaging==25.0
pandas==2.3.3
pillow==11.3.0
pillow==12.0.0
progress==1.6.1
proto-plus==1.26.1
protobuf==6.32.1
psutil==7.1.0
protobuf==6.33.1
psutil==7.1.3
py4j==0.10.9.9
pyasn1==0.6.1
pyasn1-modules==0.4.2
pycparser==2.23
pydantic==2.12.0
pydantic-core==2.41.1
pydantic==2.12.4
pydantic-core==2.41.5
pyjwt[crypto]==2.10.1
python-dateutil==2.9.0.post0
pytz==2025.2
Expand All @@ -79,12 +79,12 @@ requests==2.32.5
requests-toolbelt==1.0.0
rsa==4.9.1
ruamel-yaml==0.17.4
s3transfer==0.14.0
s3transfer==0.15.0
scipy==1.15.3
six==1.17.0
strenum==0.4.15
strictyaml==1.4.2
termcolor==3.1.0
termcolor==3.2.0
texttable==1.7.0
trafaret==2.1.1
typing-extensions==4.15.0
Expand All @@ -94,8 +94,5 @@ urllib3==2.5.0
werkzeug==3.1.3
wrapt==1.17.3
zipp==3.23.0
zope-event==6.0
zope-interface==8.0.1

# The following packages are considered to be unsafe in a requirements file:
# setuptools
zope-event==6.1
zope-interface==8.1.1
6 changes: 3 additions & 3 deletions public_dropin_environments/python3_keras/env_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "This template environment can be used to create artifact-only keras custom models. This environment contains keras backed by tensorflow and only requires your model artifact as a .h5 file and optionally a custom.py file.",
"programmingLanguage": "python",
"label": "",
"environmentVersionId": "6924eb0f004a172a21007e1d",
"environmentVersionId": "6920d825c27b1a126542210f",
"environmentVersionDescription": "",
"isPublic": true,
"isDownloadable": true,
Expand All @@ -14,8 +14,8 @@
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python3_keras",
"imageRepository": "env-python-keras",
"tags": [
"v11.3.0-6924eb0f004a172a21007e1d",
"6924eb0f004a172a21007e1d",
"v11.3.0-6920d825c27b1a126542210f",
"6920d825c27b1a126542210f",
"v11.3.0-latest"
]
}
4 changes: 2 additions & 2 deletions public_dropin_environments/python3_keras/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ azure-core==1.36.0
azure-identity==1.25.1
azure-storage-blob==12.19.0
blinker==1.9.0
boto3==1.41.3
botocore==1.41.3
boto3==1.41.2
botocore==1.41.2
cachetools==6.2.2
certifi==2025.11.12
cffi==2.0.0
Expand Down
6 changes: 3 additions & 3 deletions public_dropin_environments/python3_onnx/env_info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "This template environment can be used to create artifact-only ONNX custom models. This environment contains ONNX runtime and only requires your model artifact as an .onnx file and optionally a custom.py file.",
"programmingLanguage": "python",
"label": "",
"environmentVersionId": "69245726007bd1385c0019cb",
"environmentVersionId": "6920d83bc27b1a128c636e0a",
"environmentVersionDescription": "",
"isPublic": true,
"isDownloadable": true,
Expand All @@ -14,8 +14,8 @@
"contextUrl": "https://github.com/datarobot/datarobot-user-models/tree/master/public_dropin_environments/python3_onnx",
"imageRepository": "env-python-onnx",
"tags": [
"v11.3.0-69245726007bd1385c0019cb",
"69245726007bd1385c0019cb",
"v11.3.0-6920d83bc27b1a128c636e0a",
"6920d83bc27b1a128c636e0a",
"v11.3.0-latest"
]
}
Loading