You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default output of runner is a file with JSON-formatted results of benchmarking cases. To generate better human-readable report inplace, you can request it by adding specific argument:
53
+
The default output is a file with JSON-formatted results of benchmarking cases. To generate a better human-readable report, use the following command:
For description of all report generator arguments, see [it's corresponding docs section](sklbench/report/README.md#arguments).
75
+
For a description of all report generator arguments, refer to [documentation](sklbench/report/README.md#arguments).
79
76
80
-
### Scikit-learn_bench high-level workflow
77
+
### Scikit-learn_bench High-Level Workflow
81
78
82
79
```mermaid
83
80
flowchart TB
@@ -90,19 +87,18 @@ flowchart TB
90
87
class A userStyle
91
88
```
92
89
93
-
## 📚 Benchmark types
90
+
## 📚 Benchmark Types
94
91
95
-
**Scikit-learn_bench** supports next types of benchmarks:
92
+
**Scikit-learn_bench** supports the following types of benchmarks:
96
93
97
-
-`Scikit-learn estimator` benchmark which measures performance and quality metrics of [sklearn-like estimator](https://scikit-learn.org/stable/glossary.html#term-estimator).
98
-
-`Function` benchmark which measures performance metrics of specified function.
94
+
-**Scikit-learn estimator** - Measures performance and quality metrics of the[sklearn-like estimator](https://scikit-learn.org/stable/glossary.html#term-estimator).
95
+
-**Function** - Measures performance metrics of specified function.
0 commit comments