This cheat sheet provides a summary of key machine learning concepts in scikit-learn including:
1) It introduces scikit-learn as an open-source Python library for machine learning and lists common machine learning algorithms it implements like linear regression, support vector machines, naive bayes, and K-nearest neighbors.
2) It outlines the basic machine learning workflow in scikit-learn including loading data, splitting into training and test sets, fitting models to training data, making predictions on test data, and evaluating performance.
3) It lists common metrics for evaluating supervised learning algorithms like accuracy, classification reports, and confusion matrices as well as metrics for unsupervised learning and regression models.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
536 views
Scikit Learn Cheat Sheet Python
This cheat sheet provides a summary of key machine learning concepts in scikit-learn including:
1) It introduces scikit-learn as an open-source Python library for machine learning and lists common machine learning algorithms it implements like linear regression, support vector machines, naive bayes, and K-nearest neighbors.
2) It outlines the basic machine learning workflow in scikit-learn including loading data, splitting into training and test sets, fitting models to training data, making predictions on test data, and evaluating performance.
3) It lists common metrics for evaluating supervised learning algorithms like accuracy, classification reports, and confusion matrices as well as metrics for unsupervised learning and regression models.