Model Selection

496 papers with code • 0 benchmarks • 1 datasets

Given a set of candidate models, the goal of Model Selection is to select the model that best approximates the observed data and captures its underlying regularities. Model Selection criteria are defined such that they strike a balance between the goodness of fit, and the generalizability or complexity of the models.

Source: Kernel-based Information Criterion

Libraries

Use these libraries to find Model Selection models and implementations

Most implemented papers

Variational Bayesian Monte Carlo

lacerbi/infbench NeurIPS 2018

We introduce here a novel sample-efficient inference framework, Variational Bayesian Monte Carlo (VBMC).

Model Evaluation, Model Selection, and Algorithm Selection in Machine Learning

rasbt/model-eval-article-supplementary 13 Nov 2018

The correct use of model evaluation, model selection, and algorithm selection techniques is vital in academic machine learning research as well as in many industrial settings.

Large Scale Correlation Clustering Optimization

shaibagon/large_scale_cc 13 Dec 2011

This analogy allows us to suggest several new optimization algorithms, which exploit the intrinsic "model-selection" capability of the functional to automatically recover the underlying number of clusters.

Scikit-learn: Machine Learning in Python

scikit-learn/scikit-learn 2 Jan 2012

Scikit-learn is a Python module integrating a wide range of state-of-the-art machine learning algorithms for medium-scale supervised and unsupervised problems.

HybridSVD: When Collaborative Information is Not Enough

Evfro/polara 18 Feb 2018

We propose a new hybrid algorithm that allows incorporating both user and item side information within the standard collaborative filtering technique.

A comparison of methods for model selection when estimating individual treatment effects

som-shahlab/ITE-model-selection 14 Apr 2018

Instead of relying on a single method, multiple models fit by a diverse set of algorithms should be evaluated against each other using an objective function learned from the validation set.

Automatic Gradient Boosting

ja-thomas/autoxgboost 10 Jul 2018

Automatic machine learning performs predictive modeling with high performing machine learning tools without human interference.

Testing Conditional Independence in Supervised Learning Algorithms

dswatson/cpi 28 Jan 2019

We propose the conditional predictive impact (CPI), a consistent and unbiased estimator of the association between one or several features and a given outcome, conditional on a reduced feature set.

Forecasting with time series imaging

lixixibj/forecasting-with-time-series-imaging 17 Apr 2019

Recently, the use of time series features for forecast model averaging has been an emerging research focus in the forecasting community.

Interpretable multiclass classification by MDL-based rule lists

HMProenca/RuleList 1 May 2019

Interpretable classifiers have recently witnessed an increase in attention from the data mining community because they are inherently easier to understand and explain than their more complex counterparts.