Browse Source

fx typo in detector.py

pull/1/head
Coin de Gamma 6 years ago
parent
commit
be85742dee
  1. 2
      analytics/analytics/detectors/detector.py

2
analytics/analytics/detectors/detector.py

@ -9,7 +9,7 @@ class Detector(ABC):
@abstractmethod
def train(self, dataframe: DataFrame, segments: list, cache: Optional[AnalyticUnitCache]) -> AnalyticUnitCache:
"""
Should be thread-safe with other detectors' train method
Should be thread-safe to other detectors' train method
"""
pass

Loading…
Cancel
Save