sklearn
191003
Use sklearn (from ancondas navigator)
Start spyder
Cut and paste testing code into the editor screen and run by clicking ”>” on the top tool/bar
Tested ok.
Test/ Faces recognition example using eigenfaces and SVMs
https://scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html#sphx-glr-auto-examples-applications-plot-face-recognition-py
tested demos in sklearn tutorial:
Demonstration of k-means assumptions
Recognizing hand-written digits
Two-class AdaBoost
Plot the decision surfaces of ensembles of trees on the iris dataset