Browse Source

fix

pull/1/head
amper43 5 years ago
parent
commit
7a9a9f1a96
  1. 3
      analytics/analytics/detectors/pattern_detector.py

3
analytics/analytics/detectors/pattern_detector.py

@ -42,8 +42,7 @@ class PatternDetector(Detector):
def __init__(self, pattern_type: str, analytic_unit_id: AnalyticUnitId):
self.analytic_unit_id = analytic_unit_id
self.pattern_type = pattern_type
self.model = resolve_model_by_pattern(self.pattern_type)
self.model = resolve_model_by_pattern(pattern_type)
self.bucket = DataBucket()
def train(self, dataframe: pd.DataFrame, segments: List[dict], cache: Optional[ModelCache]) -> ModelCache:

Loading…
Cancel
Save