File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -256,6 +256,10 @@ can be given different names:
256256Classification
257257~~~~~~~~~~~~~~
258258
259+
260+ A first classifier example with ``scikit-learn ``
261+ ++++++++++++++++++++++++++++++++++++++++++++++++
262+
259263In the iris dataset example, suppose we are assigned the task to
260264guess the class of an individual flower given the measurements of
261265petals 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
363368The following table gives example of application of such algorithm for some
364369common engineering tasks:
365370
366-
367371============================================ =================================
368372Task Predicted outcomes
369373============================================ =================================
You can’t perform that action at this time.
0 commit comments