Module sktmls.models.contrib.sample_rule_model

Classes

class SampleRuleModel (model_name: str, model_version: str, features: List[str])

ML 라이브러리를 사용하지 않는 Rule 기반의 샘플 모델입니다.

세 개의 feature에 대한 조건을 체크하여 반환 여부를 결정합니다.

Ancestors

Methods

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

Inherited members