We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9717021 + d88491d commit 1e64a70Copy full SHA for 1e64a70
src/main/kotlin/app/extractors/ClassifierManager.kt
@@ -49,7 +49,7 @@ class ClassifierManager {
49
val prob = prediction[cache[libId]!!.libraries.indexOf(libId)]
50
// Libraries with no imports.
51
if (libId == "rb.rails") {
52
- prob > 0.8
+ prob > 0.91
53
} else {
54
prob > 0.5
55
}
0 commit comments