ModelConfigPM
Bases: ExtraBaseModel
Pydantic model for SimpleModel config.
Attributes:
Name | Type | Description |
---|---|---|
models_dir |
str
|
Directory where models are stored. Defaults to "models". |
modelName |
(str
|
Name of the model which is also the sub-directory name. Defaults to "linear_regression.v0.0.1-240101". |
threshold |
(float
|
Threshold value for the similarity score. Defaults to None. |