Scikit-learn is one of the most powerful packages that top data scientists prefer for machine learning. Powerful data analysis and machine learning require fast, accurate computations, and scikit-learn’s packages make building powerful machine learning models super-easy!
This course is targeted at those new to scikit-learn or with some basic knowledge. You will start with generating synthetic data for building a machine learning model, pre-process the data with scikit-learn, and build various supervised and unsupervised models. You will then deep-dive into implementing various optimization techniques like cross-validation, feature selection, regularization, and also dimensionality reduction techniques.
Data Pre-Processing with scikit-learn
Dimensionality Reduction
Linear Models
Support Vector Machines
Decision Trees and Ensembles
Clustering with scikit-learn
Cross-Validation
Neural Networks