Skip to content

Commit aa6db9f

Browse files
authored
Models update (#544)
* 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
1 parent 42045df commit aa6db9f

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-
236
117+
2
118118
119119
>>> df.filter(df["anomaly_score"] == 0).count() < 200
120120
True

0 commit comments

Comments
 (0)