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
Copy file name to clipboardExpand all lines: _includes/sidebar.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ <h1>
27
27
{% endfor %}
28
28
29
29
<!-- <a class="sidebar-nav-item" href="{{ site.github.repo }}/archive/v{{ site.version }}.zip">Download</a> MJ: version makes no sense here yet at this point -->
<li> For reproducibility and simplicity, we currently focus on standard <strong>supervised ML</strong>, including standard deep learning tasks as well as classic linear ML models.</li>
45
50
<li> We provide <strong>reference implementations</strong> for each algorithm and task, to make it easy to port to a new framework.</li>
@@ -48,6 +53,6 @@ Check out our <a href="https://mlbench.github.io/blog/">blog</a>!
48
53
<li> Independently of all solver implementations, we provide universal <strong>evaluation code</strong> allowing to compare the result metrics of different solvers and frameworks.</li>
49
54
<li> Our benchmark code is easy to run on <strong>public clouds</strong>.</li>
0 commit comments