Module sktmls.models.contrib.sample_generic_model

Classes

class SampleGenericModel (models, model_name: str, model_version: str, features: List[str], custom_predict_async: Union[str, Callable] = None)

샘플 제네릭 모델입니다.

같은 features를 사용하는 모델을 여러 개 추론하여 y score의 합이 1.0이 넘는 경우 결과를 반환합니다.

Ancestors

Methods

def predict(self, x: List[Any], **kwargs) ‑> Dict[str, Any]

Inherited members