Machine Learning Practice
Dr. Ashish Tendulkar
IIT Madras
Scikit-learn support all of these!
Function | Module |
---|---|
Dataset loading | sklearn.datasets |
Preprocessing | sklearn.preprocessing |
Feature imputation | sklearn.impute |
Feature extraction | sklearn.feature_extraction |
Feature selection | sklearn.feature_selection |
Function | Module | Model Name |
---|---|---|
Model building | ||
sklearn.linear_model | Supervised linear models | |
sklearn.svm | SVM | |
sklearn.tree | Trees | |
sklearn.neural_network | Artificial neural networks | |
sklearn.cluster | Clustering |
Machine Learning Summary
Transformers:
Predictors:
Some resources: