Initial commit

This commit is contained in:
vitor-aignosi
2026-08-20 10:43:36 -03:00
commit c8d9b187b4
20 changed files with 1743 additions and 0 deletions

24
models/xgboost/index.yaml Normal file
View File

@@ -0,0 +1,24 @@
name: xgboost
path: xgboost_model_wrapper
class: XGBoostWrapper
runtime: xgboost
requirements:
- mlflow==3.8.1
- pathspec==1.0.4
- pandas==2.3.3
- xgboost ==3.1.2
- cloudpickle==3.1.2
- rich==14.3.2
- joblib==1.5.3
- git+ssh://git@github.com/Aignosi/sientia-dataops-library.git@1.11.0
- git+ssh://git@github.com/Aignosi/sientia-model-library.git@0.14.0
version: 1.2.0
type: model
model:
external: true
class: Booster
path: xgboost
data_model:
class: TimeSeriesPreprocessor
external: false
path: xgboost_data_model