Overview
A situation where the distribution of classes in a dataset is significantly skewed, with some classes vastly outnumbering others.
More in Machine Learning
Transfer Learning
Advanced MethodsA technique where knowledge gained from training on one task is applied to a different but related task.
Underfitting
Training TechniquesWhen a model is too simple to capture the underlying patterns in the data, resulting in poor performance on both training and test data.
Elastic Net
Training TechniquesA regularisation technique combining L1 and L2 penalties, balancing feature selection and coefficient shrinkage.
Principal Component Analysis
Unsupervised LearningA dimensionality reduction technique that transforms data into orthogonal components ordered by the amount of variance they explain.
Overfitting
Training TechniquesWhen a model learns the training data too well, including noise, resulting in poor performance on unseen data.
Feature Selection
MLOps & ProductionThe process of identifying and selecting the most relevant input variables for a machine learning model.
Polynomial Regression
Supervised LearningA form of regression analysis where the relationship between variables is modelled as an nth degree polynomial.
Ridge Regression
Training TechniquesA regularised regression technique that adds an L2 penalty term to prevent overfitting by constraining coefficient magnitudes.