Lesson 4: Feature Selection and Hyperparameter Tuning


This Notebook introduces how to use Scikit-learn for automatic feature selection and hyperparameter tuning.

You can view the Notebook in html here but we also strongly recommend working with our Notebooks locally by performing a git clone on https://github.com/makeabilitylab/signals.git and running the Jupyter Notebook on your system (see installation notes).

Previous Lesson

Previous: Feature-Based Gesture Recognizer