scikit-learn

Guide listing for scikit-learn
How to train an anomaly detector in scikit-learn
How to one-hot encode categorical features with scikit-learn
How to create a classification report with scikit-learn
How to train a classifier with class weights in scikit-learn
How to tune a classifier decision threshold in scikit-learn
How to create a ColumnTransformer in scikit-learn
How to plot a confusion matrix with scikit-learn
How to run cross validation with scikit-learn
How to split data into train and test sets with scikit-learn
How to standardize features with scikit-learn
How to select features with SelectKBest in scikit-learn
How to run grid search with scikit-learn
How to install scikit-learn on macOS
How to install scikit-learn on Fedora, CentOS Stream, or Red Hat Enterprise Linux
How to install scikit-learn on SUSE Linux
How to install scikit-learn on Ubuntu or Debian
How to install scikit-learn on Windows
How to cluster data with KMeans in scikit-learn
How to impute missing values with scikit-learn
How to calibrate a scikit-learn classifier
How to export a scikit-learn model to ONNX
How to save and load a scikit-learn model with joblib
How to save and load a scikit-learn model with skops
How to serve a scikit-learn model with FastAPI
How to train linear regression with scikit-learn
How to train logistic regression with scikit-learn
How to train a random forest with scikit-learn
How to train an SVM with scikit-learn
How to reduce dimensions with PCA in scikit-learn
How to calculate permutation importance with scikit-learn
How to create a scikit-learn pipeline
How to run randomized search with scikit-learn
How to calculate regression metrics with scikit-learn
How to plot an ROC curve with scikit-learn
How to vectorize text with TF-IDF in scikit-learn