Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/labex-labs/ml-practice-labs

[Machine Learning Practice Labs] This repository collects 303 of programming scenarios (labs and challenges) for Machine Learning Practice Labs. This course contains lots of labs for Machine Learning, each lab is a small Machine Learning project with detailed guidance and solutions. You can pract...
https://github.com/labex-labs/ml-practice-labs

List: ml-practice-labs

awesome awesome-list challenges course education hands-on labex labs machine-learning programming

Last synced: 5 days ago
JSON representation

[Machine Learning Practice Labs] This repository collects 303 of programming scenarios (labs and challenges) for Machine Learning Practice Labs. This course contains lots of labs for Machine Learning, each lab is a small Machine Learning project with detailed guidance and solutions. You can pract...

Awesome Lists containing this project

README

        

# Machine Learning Practice Labs

[![Machine Learning Practice Labs](https://cover-creator.appbot.io/ml-practice-labs.png)](https://labex.io/courses/ml-practice-labs)

[![Start-Learning](https://img.shields.io/badge/Start-Learning-whitesmoke?style=for-the-badge)](https://labex.io/courses/ml-practice-labs)

This course contains lots of labs for Machine Learning, each lab is a small Machine Learning project with detailed guidance and solutions. You can practice your Machine Learning skills by completing these labs, improve your coding skills, and learn how to write clean and efficient code.

![Machine-Learning](https://img.shields.io/badge/Machine-Learning-whitesmoke?style=for-the-badge&logo=machine-learning)

## Environment

LabEx is an interactive, hands-on learning platform dedicated to coding and technology. It combines labs, AI assistance, and virtual machines to provide a no-video, practical learning experience.

![](https://tutorial-screenshot.getvm.io/images/vm-1725247253.png)

- A strict β€œLearn by Doing” approach with exclusive hands-on labs and no videos.
- Interactive online environments within the browser, with automated step-by-step checks.
- A structured content organization with the Skill Tree based learning system.
- A growing learning resource of 30 Skill Trees and over 6,000 Labs.
- The AI learning assistant Labby, built on ChatGPT, providing a conversational learning experience.

Learn more about [LabEx VM](https://support.labex.io/using-labex/virtual-machine).

## Exercises

| Index | Name | Difficulty | Practice |
|---------|---------------------------------------------------------|--------------|----------------------------------------------------------------------------------------------------------------------------------------------|
| 001 | πŸ“– Adjusting for Chance in Clustering Performance Eva... | β˜…β˜†β˜† | Start Lab |
| 002 | πŸ“– Probability Calibration of Classifiers | β˜…β˜†β˜† | Start Lab |
| 003 | πŸ“– Plot Causal Interpretation | β˜…β˜†β˜† | Start Lab |
| 004 | πŸ“– Classifier Chain Ensemble | β˜…β˜†β˜† | Start Lab |
| 005 | πŸ“– Segmenting Greek Coins with Spectral Clustering | β˜…β˜†β˜† | Start Lab |
| 006 | πŸ“– Scikit-Learn Column Transformer | β˜…β˜†β˜† | Start Lab |
| 007 | πŸ“– Manifold Learning Comparison | β˜…β˜†β˜† | Start Lab |
| 008 | πŸ“– Cross-Validation Techniques with Scikit-Learn | β˜…β˜†β˜† | Start Lab |
| 009 | πŸ“– Comparing Dimensionality Reduction Strategies | β˜…β˜†β˜† | Start Lab |
| 010 | πŸ“– Gaussian Mixture Model | β˜…β˜†β˜† | Start Lab |
| 011 | πŸ“– Density Estimation with Gaussian Mixture Models | β˜…β˜†β˜† | Start Lab |
| 012 | πŸ“– Gaussian Mixture Model Sine Curve | β˜…β˜†β˜† | Start Lab |
| 013 | πŸ“– Prediction Intervals for Gradient Boosting Regress... | β˜…β˜†β˜† | Start Lab |
| 014 | πŸ“– Gradient Boosting Regression | β˜…β˜†β˜† | Start Lab |
| 015 | πŸ“– Image Denoising Using Dictionary Learning | β˜…β˜†β˜† | Start Lab |
| 016 | πŸ“– Inductive Clustering with Scikit-Learn | β˜…β˜†β˜† | Start Lab |
| 017 | πŸ“– Iris Flower Binary Classification Using SVM | β˜…β˜†β˜† | Start Lab |
| 018 | πŸ“– K-Means++ Clustering with Scikit-Learn | β˜…β˜†β˜† | Start Lab |
| 019 | πŸ“– Semi-Supervised Learning Withel Spreading | β˜…β˜†β˜† | Start Lab |
| 020 | πŸ“– Scikit-Learn Lasso Path | β˜…β˜†β˜† | Start Lab |
| 021 | πŸ“– LinearSVC Support Vectors | β˜…β˜†β˜† | Start Lab |
| 022 | πŸ“– Understanding Model Complexity | β˜…β˜†β˜† | Start Lab |
| 023 | πŸ“– Face Completion with Multi-Output Estimators | β˜…β˜†β˜† | Start Lab |
| 024 | πŸ“– Dimensionality Reduction with Neighborhood Compone... | β˜…β˜†β˜† | Start Lab |
| 025 | πŸ“– Linear Regression with Sparsity Example | β˜…β˜†β˜† | Start Lab |
| 026 | πŸ“– Ordinary Least Squares and Ridge Regression Varian... | β˜…β˜†β˜† | Start Lab |
| 027 | πŸ“– One-Class SVM for Novelty Detection | β˜…β˜†β˜† | Start Lab |
| 028 | πŸ“– Advanced Plotting with Partial Dependence | β˜…β˜†β˜† | Start Lab |
| 029 | πŸ“– Principal Component Analysis on Iris Dataset | β˜…β˜†β˜† | Start Lab |
| 030 | πŸ“– Plot Permutation Importance | β˜…β˜†β˜† | Start Lab |
| 031 | πŸ“– Permutation Importance on Breast Cancer Dataset | β˜…β˜†β˜† | Start Lab |
| 032 | πŸ“– Polynomial and Spline Interpolation | β˜…β˜†β˜† | Start Lab |
| 033 | πŸ“– Prediction Latency with Scikit-Learn Estimators | β˜…β˜†β˜† | Start Lab |
| 034 | πŸ“– Robust Linear Model Estimation | β˜…β˜†β˜† | Start Lab |
| 035 | πŸ“– RBF SVM Parameter Tuning | β˜…β˜†β˜† | Start Lab |
| 036 | πŸ“– Nearest Neighbors Regression | β˜…β˜†β˜† | Start Lab |
| 037 | πŸ“– Scikit-Learn Ridge Regression Example | β˜…β˜†β˜† | Start Lab |
| 038 | πŸ“– Convex Loss Functions Comparison | β˜…β˜†β˜† | Start Lab |
| 039 | πŸ“– Weighted Dataset Decision Function Plotting | β˜…β˜†β˜† | Start Lab |
| 040 | πŸ“– Combine Predictors Using Stacking | β˜…β˜†β˜† | Start Lab |
| 041 | πŸ“– Visualizing Stock Market Structure | β˜…β˜†β˜† | Start Lab |
| 042 | πŸ“– SVM Kernel Data Classification | β˜…β˜†β˜† | Start Lab |
| 043 | πŸ“– Exploring Linear SVM Parameters | β˜…β˜†β˜† | Start Lab |
| 044 | πŸ“– Non-Linear SVM Classification | β˜…β˜†β˜† | Start Lab |
| 045 | πŸ“– Visualize High-Dimensional Data with t-SNE | β˜…β˜†β˜† | Start Lab |
| 046 | πŸ“– Comparing Different Categorical Encoders | β˜…β˜†β˜† | Start Lab |
| 047 | πŸ“– Support Vector Machine Weighted Samples | β˜…β˜†β˜† | Start Lab |
| 048 | πŸ“– Novelty and Outlier Detection Using Scikit-Learn | β˜…β˜†β˜† | Start Lab |
| 049 | πŸ“– Random Projection Dimensionality Reduction | β˜…β˜†β˜† | Start Lab |
| 050 | πŸ“– Curve Fitting with Bayesian Ridge Regression | β˜…β˜†β˜† | Start Lab |
| 051 | πŸ“– Nearest Neighbors Classification | β˜…β˜†β˜† | Start Lab |
| 052 | πŸ“– Exploring K-Means Clustering with Python | β˜…β˜†β˜† | Start Lab |
| 053 | πŸ“– Compare Cross Decomposition Methods | β˜…β˜†β˜† | Start Lab |
| 054 | πŸ“– Plot Concentration Prior | β˜…β˜†β˜† | Start Lab |
| 055 | πŸ“– SVM Classification Using Custom Kernel | β˜…β˜†β˜† | Start Lab |
| 056 | πŸ“– Cross-Validation on Digits Dataset | β˜…β˜†β˜† | Start Lab |
| 057 | πŸ“– Feature Agglomeration for High-Dimensional Data | β˜…β˜†β˜† | Start Lab |
| 058 | πŸ“– Agglomerative Clustering on Digits Dataset | β˜…β˜†β˜† | Start Lab |
| 059 | πŸ“– Comparison of F-Test and Mutual Information | β˜…β˜†β˜† | Start Lab |
| 060 | πŸ“– Vector Quantization with KBinsDiscretizer | β˜…β˜†β˜† | Start Lab |
| 061 | πŸ“– Faces Dataset Decompositions | β˜…β˜†β˜† | Start Lab |
| 062 | πŸ“– Gaussian Process Classification on Iris Dataset | β˜…β˜†β˜† | Start Lab |
| 063 | πŸ“– Gaussian Process Classification | β˜…β˜†β˜† | Start Lab |
| 064 | πŸ“– Gaussian Process Classification on XOR Dataset | β˜…β˜†β˜† | Start Lab |
| 065 | πŸ“– Nonlinear Predictive Modeling Using Gaussian Proce... | β˜…β˜†β˜† | Start Lab |
| 066 | πŸ“– Fit Gaussian Process Regression Model | β˜…β˜†β˜† | Start Lab |
| 067 | πŸ“– Gaussian Process Regression: Kernels | β˜…β˜†β˜† | Start Lab |
| 068 | πŸ“– Early Stopping of Gradient Boosting | β˜…β˜†β˜† | Start Lab |
| 069 | πŸ“– Blind Source Separation | β˜…β˜†β˜† | Start Lab |
| 070 | πŸ“– Independent Component Analysis with FastICA and PC... | β˜…β˜†β˜† | Start Lab |
| 071 | πŸ“– Iris Flower Classification with Scikit-learn | β˜…β˜†β˜† | Start Lab |
| 072 | πŸ“– SVM Classifier on Iris Dataset | β˜…β˜†β˜† | Start Lab |
| 073 | πŸ“– Simple 1D Kernel Density Estimation | β˜…β˜†β˜† | Start Lab |
| 074 | πŸ“– Active Learning Withel Propagation | β˜…β˜†β˜† | Start Lab |
| 075 | πŸ“– Lasso and Elastic Net | β˜…β˜†β˜† | Start Lab |
| 076 | πŸ“– Discriminant Analysis Classification Algorithms | β˜…β˜†β˜† | Start Lab |
| 077 | πŸ“– Hierarchical Clustering with Scikit-Learn | β˜…β˜†β˜† | Start Lab |
| 078 | πŸ“– Local Outlier Factor for Novelty Detection | β˜…β˜†β˜† | Start Lab |
| 079 | πŸ“– Outlier Detection with LOF | β˜…β˜†β˜† | Start Lab |
| 080 | πŸ“– Logistic Regression Model | β˜…β˜†β˜† | Start Lab |
| 081 | πŸ“– Regularization Path of L1-Logistic Regression | β˜…β˜†β˜† | Start Lab |
| 082 | πŸ“– Comparison of Covariance Estimators | β˜…β˜†β˜† | Start Lab |
| 083 | πŸ“– Robust Covariance Estimation and Mahalanobis Dista... | β˜…β˜†β˜† | Start Lab |
| 084 | πŸ“– Manifold Learning on Spherical Data | β˜…β˜†β˜† | Start Lab |
| 085 | πŸ“– Joint Feature Selection with Multi-Task Lasso | β˜…β˜†β˜† | Start Lab |
| 086 | πŸ“– Linear Regression Example | β˜…β˜†β˜† | Start Lab |
| 087 | πŸ“– OPTICS Clustering Algorithm | β˜…β˜†β˜† | Start Lab |
| 088 | πŸ“– Principal Components Analysis | β˜…β˜†β˜† | Start Lab |
| 089 | πŸ“– Random Classification Dataset Plotting | β˜…β˜†β˜† | Start Lab |
| 090 | πŸ“– Multilabel Dataset Generation with Scikit-Learn | β˜…β˜†β˜† | Start Lab |
| 091 | πŸ“– Robust Covariance Estimation in Python | β˜…β˜†β˜† | Start Lab |
| 092 | πŸ“– Applying Regularization Techniques with SGD | β˜…β˜†β˜† | Start Lab |
| 093 | πŸ“– Sparse Coding with Precomputed Dictionary | β˜…β˜†β˜† | Start Lab |
| 094 | πŸ“– Support Vector Regression | β˜…β˜†β˜† | Start Lab |
| 095 | πŸ“– Swiss Roll and Swiss-Hole Reduction | β˜…β˜†β˜† | Start Lab |
| 096 | πŸ“– Theil-Sen Regression with Python Scikit-Learn | β˜…β˜†β˜† | Start Lab |
| 097 | πŸ“– Compressive Sensing Image Reconstruction | β˜…β˜†β˜† | Start Lab |
| 098 | πŸ“– Decision Tree Regression | β˜…β˜†β˜† | Start Lab |
| 099 | πŸ“– Multi-Output Decision Tree Regression | β˜…β˜†β˜† | Start Lab |
| 100 | πŸ“– Scikit-Learn Libsvm GUI | β˜…β˜†β˜† | Start Lab |
| 101 | πŸ“– Wikipedia PageRank with Randomized SVD | β˜…β˜†β˜† | Start Lab |
| 102 | πŸ“– Nonlinear Regression with Isotonic | β˜…β˜†β˜† | Start Lab |
| 103 | πŸ“– Neural Network Models | β˜…β˜†β˜† | Start Lab |
| 104 | πŸ“– Gaussian Mixture Models | β˜…β˜†β˜† | Start Lab |
| 105 | πŸ“– Manifold Learning with Scikit-Learn | β˜…β˜†β˜† | Start Lab |
| 106 | πŸ“– Biclustering in Scikit-Learn | β˜…β˜†β˜† | Start Lab |
| 107 | πŸ“– Decomposing Signals in Components | β˜…β˜†β˜† | Start Lab |
| 108 | πŸ“– Covariance Matrix Estimation with Scikit-Learn | β˜…β˜†β˜† | Start Lab |
| 109 | πŸ“– Density Estimation Using Kernel Density | β˜…β˜†β˜† | Start Lab |
| 110 | πŸ“– Machine Learning Cross-Validation with Python | β˜…β˜†β˜† | Start Lab |
| 111 | πŸ“– Feature Extraction with Scikit-Learn | β˜…β˜†β˜† | Start Lab |
| 112 | πŸ“– Imputation of Missing Values | β˜…β˜†β˜† | Start Lab |
| 113 | πŸ“– Kernel Approximation Techniques in Scikit-Learn | β˜…β˜†β˜† | Start Lab |
| 114 | πŸ“– Pairwise Metrics and Kernels in Scikit-Learn | β˜…β˜†β˜† | Start Lab |
| 115 | πŸ“– Transforming the Prediction Target | β˜…β˜†β˜† | Start Lab |
| 116 | πŸ“– Boosted Decision Tree Regression | β˜…β˜†β˜† | Start Lab |
| 117 | πŸ“– Affinity Propagation Clustering | β˜…β˜†β˜† | Start Lab |
| 118 | πŸ“– Plot Agglomerative Clustering | β˜…β˜†β˜† | Start Lab |
| 119 | πŸ“– Agglomerative Clustering Metrics | β˜…β˜†β˜† | Start Lab |
| 120 | πŸ“– Hierarchical Clustering Dendrogram | β˜…β˜†β˜† | Start Lab |
| 121 | πŸ“– Data Scaling and Transformation | β˜…β˜†β˜† | Start Lab |
| 122 | πŸ“– Bias-Variance Decomposition with Bagging | β˜…β˜†β˜† | Start Lab |
| 123 | πŸ“– Comparing BIRCH and MiniBatchKMeans | β˜…β˜†β˜† | Start Lab |
| 124 | πŸ“– Bisecting K-Means and Regular K-Means Performance ... | β˜…β˜†β˜† | Start Lab |
| 125 | πŸ“– Comparing Clustering Algorithms | β˜…β˜†β˜† | Start Lab |
| 126 | πŸ“– Image Segmentation with Hierarchical Clustering | β˜…β˜†β˜† | Start Lab |
| 127 | πŸ“– Scikit-Learn Confusion Matrix | β˜…β˜†β˜† | Start Lab |
| 128 | πŸ“– Shrinkage Covariance Estimation | β˜…β˜†β˜† | Start Lab |
| 129 | πŸ“– Cross-Validation with Linear Models | β˜…β˜†β˜† | Start Lab |
| 130 | πŸ“– Plot Dict Face Patches | β˜…β˜†β˜† | Start Lab |
| 131 | πŸ“– Recognizing Hand-Written Digits | β˜…β˜†β˜† | Start Lab |
| 132 | πŸ“– Demonstrating KBinsDiscretizer Strategies | β˜…β˜†β˜† | Start Lab |
| 133 | πŸ“– Precompute Gram Matrix for ElasticNet | β˜…β˜†β˜† | Start Lab |
| 134 | πŸ“– Random Forest OOB Error Estimation | β˜…β˜†β˜† | Start Lab |
| 135 | πŸ“– Pixel Importances with Parallel Forest of Trees | β˜…β˜†β˜† | Start Lab |
| 136 | πŸ“– Gaussian Mixture Model Covariances | β˜…β˜†β˜† | Start Lab |
| 137 | πŸ“– Gaussian Mixture Model Selection | β˜…β˜†β˜† | Start Lab |
| 138 | πŸ“– Probabilistic Predictions with Gaussian Process Cl... | β˜…β˜†β˜† | Start Lab |
| 139 | πŸ“– Plot GPR Co2 | β˜…β˜†β˜† | Start Lab |
| 140 | πŸ“– Gaussian Processes on Discrete Data Structures | β˜…β˜†β˜† | Start Lab |
| 141 | πŸ“– Gradient Boosting Regularization | β˜…β˜†β˜† | Start Lab |
| 142 | πŸ“– FeatureHasher and DictVectorizer Comparison | β˜…β˜†β˜† | Start Lab |
| 143 | πŸ“– Demo of HDBSCAN Clustering Algorithm | β˜…β˜†β˜† | Start Lab |
| 144 | πŸ“– Plot Huber vs Ridge | β˜…β˜†β˜† | Start Lab |
| 145 | πŸ“– Incremental Principal Component Analysis on Iris D... | β˜…β˜†β˜† | Start Lab |
| 146 | πŸ“– Logistic Regression Classifier on Iris Dataset | β˜…β˜†β˜† | Start Lab |
| 147 | πŸ“– Explicit Feature Map Approximation for RBF Kernels | β˜…β˜†β˜† | Start Lab |
| 148 | πŸ“– Empirical Evaluation of K-Means Initialization | β˜…β˜†β˜† | Start Lab |
| 149 | πŸ“– Label Propagation Learning | β˜…β˜†β˜† | Start Lab |
| 150 | πŸ“– Scikit-Learn Lasso Regression | β˜…β˜†β˜† | Start Lab |
| 151 | πŸ“– Step-by-Step Logistic Regression | β˜…β˜†β˜† | Start Lab |
| 152 | πŸ“– Map Data to a Normal Distribution | β˜…β˜†β˜† | Start Lab |
| 153 | πŸ“– Visualize High-Dimensional Data with MDS | β˜…β˜†β˜† | Start Lab |
| 154 | πŸ“– Mean-Shift Clustering Algorithm | β˜…β˜†β˜† | Start Lab |
| 155 | πŸ“– Gradient Boosting Monotonic Constraints | β˜…β˜†β˜† | Start Lab |
| 156 | πŸ“– Neighborhood Components Analysis | β˜…β˜†β˜† | Start Lab |
| 157 | πŸ“– Nearest Centroid Classification | β˜…β˜†β˜† | Start Lab |
| 158 | πŸ“– Sparse Signal Recovery with Orthogonal Matching Pu... | β˜…β˜†β˜† | Start Lab |
| 159 | πŸ“– Plot Pca vs Lda | β˜…β˜†β˜† | Start Lab |
| 160 | πŸ“– Spectral Clustering for Image Segmentation | β˜…β˜†β˜† | Start Lab |
| 161 | πŸ“– Semi-Supervised Classifiers on the Iris Dataset | β˜…β˜†β˜† | Start Lab |
| 162 | πŸ“– SVM: Maximum Margin Separating Hyperplane | β˜…β˜†β˜† | Start Lab |
| 163 | πŸ“– SVM for Unbalanced Classes | β˜…β˜†β˜† | Start Lab |
| 164 | πŸ“– Scikit-Learn Multi-Class SGD Classifier | β˜…β˜†β˜† | Start Lab |
| 165 | πŸ“– Plot SGD Separating Hyperplane | β˜…β˜†β˜† | Start Lab |
| 166 | πŸ“– Sparse Inverse Covariance Estimation | β˜…β˜†β˜† | Start Lab |
| 167 | πŸ“– Species Distribution Modeling | β˜…β˜†β˜† | Start Lab |
| 168 | πŸ“– Kernel Density Estimate of Species Distributions | β˜…β˜†β˜† | Start Lab |
| 169 | πŸ“– SVM Tie Breaking | β˜…β˜†β˜† | Start Lab |
| 170 | πŸ“– Scikit-Learn Elastic-Net Regression Model | β˜…β˜†β˜† | Start Lab |
| 171 | πŸ“– Semi-Supervised Learning Algorithms | β˜…β˜†β˜† | Start Lab |
| 172 | πŸ“– Unsupervised Clustering with K-Means | β˜…β˜†β˜† | Start Lab |
| 173 | πŸ“– Preprocessing Techniques in Scikit-Learn | β˜…β˜†β˜† | Start Lab |
| 174 | πŸ“– Color Quantization Using K-Means | β˜…β˜†β˜† | Start Lab |
| 175 | πŸ“– Plot Compare GPR KRR | β˜…β˜†β˜† | Start Lab |
| 176 | πŸ“– Post Pruning Decision Trees | β˜…β˜†β˜† | Start Lab |
| 177 | πŸ“– Digits Classification using Scikit-Learn | β˜…β˜†β˜† | Start Lab |
| 178 | πŸ“– Digit Dataset Analysis | β˜…β˜†β˜† | Start Lab |
| 179 | πŸ“– Discretizing Continuous Features with KBinsDiscret... | β˜…β˜†β˜† | Start Lab |
| 180 | πŸ“– Plot Forest Hist Grad Boosting Comparison | β˜…β˜†β˜† | Start Lab |
| 181 | πŸ“– Plot Forest Iris | β˜…β˜†β˜† | Start Lab |
| 182 | πŸ“– Gaussian Mixture Model Initialization Methods | β˜…β˜†β˜† | Start Lab |
| 183 | πŸ“– Plot Grid Search Digits | β˜…β˜†β˜† | Start Lab |
| 184 | πŸ“– Decision Trees on Iris Dataset | β˜…β˜†β˜† | Start Lab |
| 185 | πŸ“– Anomaly Detection with Isolation Forest | β˜…β˜†β˜† | Start Lab |
| 186 | πŸ“– Nonparametric Isotonic Regression with Scikit-Lear... | β˜…β˜†β˜† | Start Lab |
| 187 | πŸ“– Exploring Johnson-Lindenstrauss Lemma with Random ... | β˜…β˜†β˜† | Start Lab |
| 188 | πŸ“– Principal Component Analysis with Kernel PCA | β˜…β˜†β˜† | Start Lab |
| 189 | πŸ“– Plot Kernel Ridge Regression | β˜…β˜†β˜† | Start Lab |
| 190 | πŸ“– Exploring K-Means Clustering Assumptions | β˜…β˜†β˜† | Start Lab |
| 191 | πŸ“– Clustering Analysis with Silhouette Method | β˜…β˜†β˜† | Start Lab |
| 192 | πŸ“– Sparse Signal Regression with L1-Based Models | β˜…β˜†β˜† | Start Lab |
| 193 | πŸ“– Linear Discriminant Analysis for Classification | β˜…β˜†β˜† | Start Lab |
| 194 | πŸ“– Plot Multinomial and One-vs-Rest Logistic Regressi... | β˜…β˜†β˜† | Start Lab |
| 195 | πŸ“– Comparing K-Means and MiniBatchKMeans | β˜…β˜†β˜† | Start Lab |
| 196 | πŸ“– Scikit-Learn MLPClassifier: Stochastic Learning St... | β˜…β˜†β˜† | Start Lab |
| 197 | πŸ“– Nested Cross-Validation for Model Selection | β˜…β˜†β˜† | Start Lab |
| 198 | πŸ“– Non-Negative Least Squares Regression | β˜…β˜†β˜† | Start Lab |
| 199 | πŸ“– Detecting Outliers in Wine Data | β˜…β˜†β˜† | Start Lab |
| 200 | πŸ“– Plot Pca vs Fa Model Selection | β˜…β˜†β˜† | Start Lab |
| 201 | πŸ“– Permutation Test Score for Classification | β˜…β˜†β˜† | Start Lab |
| 202 | πŸ“– Quantile Regression with Scikit-Learn | β˜…β˜†β˜† | Start Lab |
| 203 | πŸ“– Plot Random Forest Regression Multioutput | β˜…β˜†β˜† | Start Lab |
| 204 | πŸ“– Hyperparameter Optimization: Randomized Search vs ... | β˜…β˜†β˜† | Start Lab |
| 205 | πŸ“– Recursive Feature Elimination | β˜…β˜†β˜† | Start Lab |
| 206 | πŸ“– Ridge Regression for Linear Modeling | β˜…β˜†β˜† | Start Lab |
| 207 | πŸ“– ROC with Cross Validation | β˜…β˜†β˜† | Start Lab |
| 208 | πŸ“– Model-Based and Sequential Feature Selection | β˜…β˜†β˜† | Start Lab |
| 209 | πŸ“– Comparing Online Solvers for Handwritten Digit Cla... | β˜…β˜†β˜† | Start Lab |
| 210 | πŸ“– Spectral Biclustering Algorithm | β˜…β˜†β˜† | Start Lab |
| 211 | πŸ“– Spectral Co-Clustering Algorithm | β˜…β˜†β˜† | Start Lab |
| 212 | πŸ“– Comparison Between Grid Search and Successive Halv... | β˜…β˜†β˜† | Start Lab |
| 213 | πŸ“– Scaling Regularization Parameter for SVMs | β˜…β˜†β˜† | Start Lab |
| 214 | πŸ“– Plot Topics Extraction with NMF Lda | β˜…β˜†β˜† | Start Lab |
| 215 | πŸ“– Decision Tree Analysis | β˜…β˜†β˜† | Start Lab |
| 216 | πŸ“– Plotting Validation Curves | β˜…β˜†β˜† | Start Lab |
| 217 | πŸ“– Revealing Iris Dataset Structure via Factor Analys... | β˜…β˜†β˜† | Start Lab |
| 218 | πŸ“– Class Probabilities with VotingClassifier | β˜…β˜†β˜† | Start Lab |
| 219 | πŸ“– Diabetes Prediction Using Voting Regressor | β˜…β˜†β˜† | Start Lab |
| 220 | πŸ“– Hierarchical Clustering with Connectivity Constrai... | β˜…β˜†β˜† | Start Lab |
| 221 | πŸ“– Tuning Hyperparameters of an Estimator | β˜…β˜†β˜† | Start Lab |
| 222 | πŸ“– Validation Curves: Plotting Scores to Evaluate Mod... | β˜…β˜†β˜† | Start Lab |
| 223 | πŸ“– Partial Dependence and Individual Conditional Expe... | β˜…β˜†β˜† | Start Lab |
| 224 | πŸ“– Permutation Feature Importance | β˜…β˜†β˜† | Start Lab |
| 225 | πŸ“– Discrete Versus Real AdaBoost | β˜…β˜†β˜† | Start Lab |
| 226 | πŸ“– Multi-Class AdaBoosted Decision Trees | β˜…β˜†β˜† | Start Lab |
| 227 | πŸ“– AdaBoost Decision Stump Classification | β˜…β˜†β˜† | Start Lab |
| 228 | πŸ“– Comparing Linear Bayesian Regressors | β˜…β˜†β˜† | Start Lab |
| 229 | πŸ“– Document Biclustering Using Spectral Co-Clustering... | β˜…β˜†β˜† | Start Lab |
| 230 | πŸ“– Caching Nearest Neighbors | β˜…β˜†β˜† | Start Lab |
| 231 | πŸ“– Probability Calibration for 3-Class Classification | β˜…β˜†β˜† | Start Lab |
| 232 | πŸ“– Plotting Classification Probability | β˜…β˜†β˜† | Start Lab |
| 233 | πŸ“– Plotting Predictions with Cross-Validation | β˜…β˜†β˜† | Start Lab |
| 234 | πŸ“– DBSCAN Clustering Algorithm | β˜…β˜†β˜† | Start Lab |
| 235 | πŸ“– Image Denoising with Kernel PCA | β˜…β˜†β˜† | Start Lab |
| 236 | πŸ“– Kernel Density Estimation | β˜…β˜†β˜† | Start Lab |
| 237 | πŸ“– Feature Importance with Random Forest | β˜…β˜†β˜† | Start Lab |
| 238 | πŸ“– Gradient Boosting Out-of-Bag Estimates | β˜…β˜†β˜† | Start Lab |
| 239 | πŸ“– Lasso Model Selection | β˜…β˜†β˜† | Start Lab |
| 240 | πŸ“– Model Selection for Lasso Regression | β˜…β˜†β˜† | Start Lab |
| 241 | πŸ“– Plotting Learning Curves | β˜…β˜†β˜† | Start Lab |
| 242 | πŸ“– Classify Handwritten Digits with MLP Classifier | β˜…β˜†β˜† | Start Lab |
| 243 | πŸ“– Optimizing Model Hyperparameters with GridSearchCV | β˜…β˜†β˜† | Start Lab |
| 244 | πŸ“– Text Classification Using Out-of-Core Learning | β˜…β˜†β˜† | Start Lab |
| 245 | πŸ“– Hashing Feature Transformation | β˜…β˜†β˜† | Start Lab |
| 246 | πŸ“– Recursive Feature Elimination with Cross-Validatio... | β˜…β˜†β˜† | Start Lab |
| 247 | πŸ“– Robust Linear Estimator Fitting | β˜…β˜†β˜† | Start Lab |
| 248 | πŸ“– Early Stopping of Stochastic Gradient Descent | β˜…β˜†β˜† | Start Lab |
| 249 | πŸ“– Plot Sgdocsvm vs Ocsvm | β˜…β˜†β˜† | Start Lab |
| 250 | πŸ“– Multiclass Sparse Logistic Regression | β˜…β˜†β˜† | Start Lab |
| 251 | πŸ“– Successive Halving Iterations | β˜…β˜†β˜† | Start Lab |
| 252 | πŸ“– Categorical Data Transformation using TargetEncode... | β˜…β˜†β˜† | Start Lab |
| 253 | πŸ“– Underfitting and Overfitting | β˜…β˜†β˜† | Start Lab |
| 254 | πŸ“– Ensemble Methods Exploration with Scikit-Learn | β˜…β˜†β˜† | Start Lab |
| 255 | πŸ“– Feature Selection with Scikit-Learn | β˜…β˜†β˜† | Start Lab |
| 256 | πŸ“– Evaluating Machine Learning Model Quality | β˜…β˜†β˜† | Start Lab |
| 257 | πŸ“– Plot Digits Pipe | β˜…β˜†β˜† | Start Lab |
| 258 | πŸ“– Scikit-Learn Estimators and Pipelines | β˜…β˜†β˜† | Start Lab |
| 259 | πŸ“– Feature Transformations with Ensembles of Trees | β˜…β˜†β˜† | Start Lab |
| 260 | πŸ“– Balance Model Complexity and Cross-Validated Score | β˜…β˜†β˜† | Start Lab |
| 261 | πŸ“– Text Feature Extraction and Evaluation | β˜…β˜†β˜† | Start Lab |
| 262 | πŸ“– K-Means Clustering on Handwritten Digits | β˜…β˜†β˜† | Start Lab |
| 263 | πŸ“– Multi-Layer Perceptron Regularization | β˜…β˜†β˜† | Start Lab |
| 264 | πŸ“– Multi-Label Document Classification | β˜…β˜†β˜† | Start Lab |
| 265 | πŸ“– Plot Nca Classification | β˜…β˜†β˜† | Start Lab |
| 266 | πŸ“– Outlier Detection Using Scikit-Learn Algorithms | β˜…β˜†β˜† | Start Lab |
| 267 | πŸ“– Multiclass ROC Evaluation with Scikit-Learn | β˜…β˜†β˜† | Start Lab |
| 268 | πŸ“– Scikit-Learn Visualization API | β˜…β˜†β˜† | Start Lab |
| 269 | πŸ“– Polynomial Kernel Approximation with Scikit-Learn | β˜…β˜†β˜† | Start Lab |
| 270 | πŸ“– Effect of Varying Threshold for Self-Training | β˜…β˜†β˜† | Start Lab |
| 271 | πŸ“– MNIST Multinomial Logistic Regression | β˜…β˜†β˜† | Start Lab |
| 272 | πŸ“– Iris Flower Classification using Voting Classifier | β˜…β˜†β˜† | Start Lab |
| 273 | πŸ“– Approximate Nearest Neighbors in TSNE | β˜…β˜†β˜† | Start Lab |
| 274 | πŸ“– Creating Visualizations with Display Objects | β˜…β˜†β˜† | Start Lab |
| 275 | πŸ“– Face Recognition with Eigenfaces and SVMs | β˜…β˜†β˜† | Start Lab |
| 276 | πŸ“– Univariate Feature Selection | β˜…β˜†β˜† | Start Lab |
| 277 | πŸ“– Building Machine Learning Pipelines with Scikit-Le... | β˜…β˜†β˜† | Start Lab |
| 278 | πŸ“– Concatenating Multiple Feature Extraction Methods | β˜…β˜†β˜† | Start Lab |
| 279 | πŸ“– Gradient Boosting with Categorical Features | β˜…β˜†β˜† | Start Lab |
| 280 | πŸ“– Class Likelihood Ratios to Measure Classification ... | β˜…β˜†β˜† | Start Lab |
| 281 | πŸ“– Impute Missing Data | β˜…β˜†β˜† | Start Lab |
| 282 | πŸ“– Plot PCR vs PLS | β˜…β˜†β˜† | Start Lab |
| 283 | πŸ“– Feature Selection for SVC on Iris Dataset | β˜…β˜†β˜† | Start Lab |
| 284 | πŸ“– Transforming Target for Linear Regression | β˜…β˜†β˜† | Start Lab |
| 285 | πŸ“– Multiclass and Multioutput Algorithms | β˜…β˜†β˜† | Start Lab |
| 286 | πŸ“– Anomaly Detection Algorithms Comparison | β˜…β˜†β˜† | Start Lab |
| 287 | πŸ“– Probability Calibration Curves | β˜…β˜†β˜† | Start Lab |
| 288 | πŸ“– Comparison of Calibration of Classifiers | β˜…β˜†β˜† | Start Lab |
| 289 | πŸ“– Dimensionality Reduction with Pipeline and GridSea... | β˜…β˜†β˜† | Start Lab |
| 290 | πŸ“– Detection Error Tradeoff Curve | β˜…β˜†β˜† | Start Lab |
| 291 | πŸ“– Precision-Recall Metric for Imbalanced Classificat... | β˜…β˜†β˜† | Start Lab |
| 292 | πŸ“– Column Transformer with Mixed Types | β˜…β˜†β˜† | Start Lab |
| 293 | πŸ“– Digit Classification with RBM Features | β˜…β˜†β˜† | Start Lab |
| 294 | πŸ“– Semi-Supervised Text Classification | β˜…β˜†β˜† | Start Lab |
| 295 | πŸ“– Using Set_output API | β˜…β˜†β˜† | Start Lab |
| 296 | πŸ“– Feature Discretization for Classification | β˜…β˜†β˜† | Start Lab |
| 297 | πŸ“– Text Document Classification | β˜…β˜†β˜† | Start Lab |
| 298 | πŸ“– Scikit-Learn Iterative Imputer | β˜…β˜†β˜† | Start Lab |
| 299 | πŸ“– Manifold Learning on Handwritten Digits | β˜…β˜†β˜† | Start Lab |
| 300 | πŸ“– Constructing Scikit-Learn Pipelines | β˜…β˜†β˜† | Start Lab |
| 301 | πŸ“– Feature Scaling in Machine Learning | β˜…β˜†β˜† | Start Lab |
| 302 | πŸ“– Pipelines and Composite Estimators | β˜…β˜†β˜† | Start Lab |
| 303 | πŸ“– Scikit-Learn Classifier Comparison | β˜…β˜†β˜† | Start Lab |

## More

- πŸ”— [Machine Learning Programming Courses](https://github.com/labex-labs/awesome-programming-courses)
- πŸ”— [Machine Learning Programming Projects](https://github.com/labex-labs/awesome-programming-projects)
- πŸ”— [Machine Learning Free Tutorials](https://github.com/labex-labs/ml-free-tutorials)