Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleabeauchamp committed Feb 27, 2015
1 parent a55465f commit 70baca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <h3></h3>
<li>Models are <code>fit()</code> on data.</li>
<li>Models learn <code>attributes_</code>.</li>
<li><code>Pipeline()</code> concatenate models.</li>
<li>Use Best-Practices (cross-validation)</li>
<li>Use best-practices (cross-validation)</li>
</ul>
<footer class="source">
http://rmcgibbo.org/posts/whats-new-in-msmbuilder3/
Expand Down
2 changes: 1 addition & 1 deletion slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Builds on [scikit-learn](http://scikit-learn.org/stable/) idioms:
- Models are `fit()` on data.
- Models learn `attributes_`.
- `Pipeline()` concatenate models.
- Use Best-Practices (cross-validation)
- Use best-practices (cross-validation)

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

0 comments on commit 70baca6

Please sign in to comment.