Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

roc.json 2.1 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
  1. {
  2. "roc": [
  3. {
  4. "fpr": 0.0,
  5. "tpr": 0.0,
  6. "threshold": 1.6800000000000002
  7. },
  8. {
  9. "fpr": 0.000163826998689384,
  10. "tpr": 0.0,
  11. "threshold": 0.68
  12. },
  13. {
  14. "fpr": 0.000163826998689384,
  15. "tpr": 0.007407407407407408,
  16. "threshold": 0.6
  17. },
  18. {
  19. "fpr": 0.00081913499344692,
  20. "tpr": 0.022222222222222223,
  21. "threshold": 0.52
  22. },
  23. {
  24. "fpr": 0.000982961992136304,
  25. "tpr": 0.05185185185185185,
  26. "threshold": 0.48
  27. },
  28. {
  29. "fpr": 0.001310615989515072,
  30. "tpr": 0.07407407407407407,
  31. "threshold": 0.44
  32. },
  33. {
  34. "fpr": 0.001474442988204456,
  35. "tpr": 0.14074074074074075,
  36. "threshold": 0.4
  37. },
  38. {
  39. "fpr": 0.0021297509829619923,
  40. "tpr": 0.23703703703703705,
  41. "threshold": 0.36
  42. },
  43. {
  44. "fpr": 0.003112712975098296,
  45. "tpr": 0.35555555555555557,
  46. "threshold": 0.32
  47. },
  48. {
  49. "fpr": 0.005570117955439056,
  50. "tpr": 0.4888888888888889,
  51. "threshold": 0.28
  52. },
  53. {
  54. "fpr": 0.008027522935779817,
  55. "tpr": 0.5333333333333333,
  56. "threshold": 0.24
  57. },
  58. {
  59. "fpr": 0.011140235910878113,
  60. "tpr": 0.5777777777777777,
  61. "threshold": 0.2
  62. },
  63. {
  64. "fpr": 0.015399737876802096,
  65. "tpr": 0.6148148148148148,
  66. "threshold": 0.16
  67. },
  68. {
  69. "fpr": 0.02490170380078637,
  70. "tpr": 0.6592592592592592,
  71. "threshold": 0.12
  72. },
  73. {
  74. "fpr": 0.05389908256880734,
  75. "tpr": 0.7037037037037037,
  76. "threshold": 0.08
  77. },
  78. {
  79. "fpr": 0.1669397116644823,
  80. "tpr": 0.8,
  81. "threshold": 0.04
  82. },
  83. {
  84. "fpr": 1.0,
  85. "tpr": 1.0,
  86. "threshold": 0.0
  87. }
  88. ]
  89. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...