We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b18c58 commit dee404fCopy full SHA for dee404f
tutorial/general_concepts.rst
@@ -336,6 +336,19 @@ Unsupervised feature extraction
336
TODO
337
338
339
+Linearly separable data
340
+-----------------------
341
+
342
+- TODO: explain the concept using the 2D project iris data
343
344
+- Play with the interactive example from the ``examples`` folder of the
345
+ ``scikit-learn`` distribution:
346
347
+ % python $SKL_HOME/examples/applications/svm_gui.py
348
349
+- Exercise: find a model that is able to solve the XOR problem using the GUI
350
351
352
Training set, test sets and overfitting
353
---------------------------------------
354
0 commit comments