Skip to content

Commit 70baca6

Browse files
Minor fix
1 parent a55465f commit 70baca6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h3></h3>
164164
<li>Models are <code>fit()</code> on data.</li>
165165
<li>Models learn <code>attributes_</code>.</li>
166166
<li><code>Pipeline()</code> concatenate models.</li>
167-
<li>Use Best-Practices (cross-validation)</li>
167+
<li>Use best-practices (cross-validation)</li>
168168
</ul>
169169
<footer class="source">
170170
http://rmcgibbo.org/posts/whats-new-in-msmbuilder3/

slides.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Builds on [scikit-learn](http://scikit-learn.org/stable/) idioms:
7070
- Models are `fit()` on data.
7171
- Models learn `attributes_`.
7272
- `Pipeline()` concatenate models.
73-
- Use Best-Practices (cross-validation)
73+
- Use best-practices (cross-validation)
7474

7575
<footer class="source">
7676
http://rmcgibbo.org/posts/whats-new-in-msmbuilder3/

0 commit comments

Comments
 (0)