Initial commit
This commit is contained in:
25
runtime/xgboost.yaml
Normal file
25
runtime/xgboost.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
name: xgboost
|
||||
description: XGBoost properly configured runtime, used for models that needs XGBoost in newer versions (3.0.0+).
|
||||
libraries:
|
||||
# Manager libraries
|
||||
- name: mlflow
|
||||
version: 3.8.1
|
||||
- name: pathspec
|
||||
version: 1.0.4
|
||||
- name: sientia_model
|
||||
source: Aignosi/sientia-model-library
|
||||
version: ">=0.14.0"
|
||||
- name: sientia_do
|
||||
source: Aignosi/sientia-dataops-library
|
||||
version: ">=1.11.0"
|
||||
# Model libraries
|
||||
- name: pandas
|
||||
version: 2.3.3
|
||||
- name: xgboost
|
||||
version: 3.1.2
|
||||
- name: cloudpickle
|
||||
version: 3.1.2
|
||||
- name: rich
|
||||
version: 14.3.2
|
||||
- name: joblib
|
||||
version: 1.5.3
|
||||
Reference in New Issue
Block a user