Skip to content

Commit 232dfd0

Browse files
committed
more subtitles
1 parent 07f8d62 commit 232dfd0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tutorial/general_concepts.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,10 @@ can be given different names:
256256
Classification
257257
~~~~~~~~~~~~~~
258258

259+
260+
A first classifier example with ``scikit-learn``
261+
++++++++++++++++++++++++++++++++++++++++++++++++
262+
259263
In the iris dataset example, suppose we are assigned the task to
260264
guess the class of an individual flower given the measurements of
261265
petals and sepals. This is a classification task, hence we have::
@@ -358,12 +362,12 @@ Notable implementations of classifiers
358362
dimensional data and brute force search for high dimensional data
359363

360364

361-
365+
Sample application of classifiers
366+
+++++++++++++++++++++++++++++++++
362367

363368
The following table gives example of application of such algorithm for some
364369
common engineering tasks:
365370

366-
367371
============================================ =================================
368372
Task Predicted outcomes
369373
============================================ =================================

0 commit comments

Comments
 (0)