Rasa课程、Rasa培训、Rasa面试、Rasa实战系列之TrackerFeaturizer
目录
TrackerFeaturizer
跟踪器特征化器的基类
class TrackerFeaturizer:
"""Base class for actual tracker featurizers."""
def __init__(
self, state_featurizer: Optional[SingleStateFeaturizer]
Rasa课程、Rasa培训、Rasa面试、Rasa实战系列之TrackerFeaturizer
跟踪器特征化器的基类
class TrackerFeaturizer:
"""Base class for actual tracker featurizers."""
def __init__(
self, state_featurizer: Optional[SingleStateFeaturizer]