Skip to content

Commit e6d4284

Browse files
authored
Models fix (#547)
* add NOTIFICATIONS_COUNT * update models * fix * update Julien model * update models * models update * models update * add Emille 30 days model * add model * 30 notifications for _emille_30days * models update * 236->2 * models update * fix * update models * Update test * fix models * Test update
1 parent 1894f47 commit e6d4284

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

fink_science/ztf/anomaly_detection/processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def anomaly_score(lc_features, model=None):
114114
... df = df.withColumn(f'anomaly_score{model}', anomaly_score("lc_features", F.lit(model)))
115115
116116
>>> df.filter(df["anomaly_score"] < -0.013).count()
117-
72
117+
236
118118
119119
>>> df.filter(df["anomaly_score"] == 0).count() < 200
120120
True

0 commit comments

Comments
 (0)