Update the result, Precision doesn't have significant difference and recall is up around 5% ``` Before: Training precision : 1.0000 Recall: 0.8964 Validation precision: 0.9905 Recall: 0.8125 Testing precision : 0.9926 Recall: 0.8933 After: Training precision : 1.0000 Recall: 0.9321 Validation precision: 1.0000 Recall: 0.8828 Testing precision : 0.9862 Recall: 0.9533 ```
Bug 1692980 Comment 2 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Update the result, Precision doesn't have significant difference and Recall is up around 5% ``` Before: Training precision : 1.0000 Recall: 0.8964 Validation precision: 0.9905 Recall: 0.8125 Testing precision : 0.9926 Recall: 0.8933 After: Training precision : 1.0000 Recall: 0.9321 Validation precision: 1.0000 Recall: 0.8828 Testing precision : 0.9862 Recall: 0.9533 ```