Code import - branch 8
This commit is contained in:
21
models/linear_regression/index.yaml
Normal file
21
models/linear_regression/index.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
name: linear_regression
|
||||
path: linear_regression_model_wrapper
|
||||
class: LinearRegressionModelWrapper
|
||||
runtime: basic
|
||||
requirements:
|
||||
- pandas==2.3.3
|
||||
- scikit-learn==1.8.0
|
||||
- cloudpickle==3.1.2
|
||||
- mlflow==3.8.1
|
||||
- git+ssh://git@github.com/Aignosi/sientia-dataops-library.git@1.11.0
|
||||
- git+ssh://git@github.com/Aignosi/sientia-model-library.git@0.8.1
|
||||
version: 1.1.1
|
||||
type: model
|
||||
model:
|
||||
class: LinearRegressionModel
|
||||
external: false
|
||||
path: linear_regression_model
|
||||
data_model:
|
||||
class: DataPreprocessor
|
||||
external: true
|
||||
path: sientia_model.preprocessing.preprocessing
|
||||
Reference in New Issue
Block a user