Skip to content

Commit

Permalink
change prob threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
emilleishida committed Aug 3, 2023
1 parent 8a39c8b commit f43d5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fink_science/random_forest_snia/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ def rfscore_sigmoid_elasticc(
>>> args += [F.col('diaObject.ra'), F.col('diaObject.decl')]
>>> df = df.withColumn('pIa', rfscore_sigmoid_elasticc(*args))
>>> df.filter(df['pIa'] > 0.5).count()
>>> df.filter(df['pIa'] > 0.67).count()
0
"""

Expand Down

0 comments on commit f43d5a6

Please sign in to comment.