Metafeature
Metafeature, in machine learning and data mining, refers to a feature that describes properties of a dataset or a predictive task rather than a direct input to a learning model. Metafeatures are used in meta-learning and AutoML to inform model selection, hyperparameter tuning, and algorithm configuration by predicting which models or settings are likely to perform well on a given dataset.
Metafeatures can be categorized into several types. Simple statistical metafeatures include measures such as mean, variance,
Extraction of metafeatures typically occurs after data preprocessing, and may require handling missing values or encoding
In practice, metafeatures support meta-learning tasks such as recommending algorithms, tuning hyperparameters, or estimating expected performance,