Skip to content

Commit

Permalink
Little tweaks to the ML engine
Browse files Browse the repository at this point in the history
  • Loading branch information
joxeankoret committed Apr 9, 2024
1 parent 04fb452 commit 08753cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions diaphora_config.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Behold, Diaphora 3.0 configuration options ahead!
Behold, Diaphora 3.X configuration options ahead!
NOTES: This configuration file is a normal python script, therefore, you're free
to add your own code here.
Expand Down Expand Up @@ -205,8 +205,8 @@

# What is the minimum ratio required for a match to be considered for usage to
# train a local model?
ML_MATCHES_MIN_RATIO = 0.6
ML_MIN_PREDICTION_RATIO = 0.72
ML_MATCHES_MIN_RATIO = 0.7
ML_MIN_PREDICTION_RATIO = 0.75

# What value should be added to the final similarity ratio when the specialized
# classifier (trained with known good and bad results found for the current two
Expand Down

0 comments on commit 08753cd

Please sign in to comment.