Skip to content

Commit d88491d

Browse files
yaronskayaanatolystansler
authored andcommitted
fix: raise rails threshold (#309)
1 parent 8474535 commit d88491d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/app/extractors/ClassifierManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class ClassifierManager {
4949
val prob = prediction[cache[libId]!!.libraries.indexOf(libId)]
5050
// Libraries with no imports.
5151
if (libId == "rb.rails") {
52-
prob > 0.8
52+
prob > 0.91
5353
} else {
5454
prob > 0.5
5555
}

0 commit comments

Comments
 (0)