Improving random walk rankings with feature selection and imputation
The Science4cast Competition consists of predicting new links in a semantic network, with each node representing a concept and each edge representing a link proposed by a paper relating two concepts. This network contains information from 1994-2017, with a discretization of days (which represents the publication date of the underlying papers). Team Hash Brown's final submission, \emph{ee5a}, achieved a score of 0.92738 on the test set. Our team's score ranks \emph{second place}, 0.01 below the winner's score. This paper details our model, its intuition, and the performance of its variations in the test set.
Code (1)
Tasks
feature selectionImputationSimilar Papers 제목 키워드 기반
Which Imputation Fits Which Feature Selection Method? A Survey-Based Simulation Study
Tree-based learning methods such as Random Forest and XGBoost are still the gold-standard prediction methods for tabular data. Feature importance measures are usually considered for feature selection as well as to assess…
Feature Importancefeature selectionImputationMissing Values+1Sampling Ex-Post Group-Fair Rankings
Randomized rankings have been of recent interest to achieve ex-ante fairer exposure and better robustness than deterministic rankings. We propose a set of natural axioms for randomized group-fair rankings and prove that …
FairnessNetworked Time Series Imputation via Position-aware Graph Enhanced Variational Autoencoders
Multivariate time series (MTS) imputation is a widely studied problem in recent years. Existing methods can be divided into two main groups, including (1) deep recurrent or generative models that primarily focus on time …
DecoderImputationInductive BiasMissing Values+3tBayes-MICE: A Bayesian Approach to Multiple Imputation for Time Series Data
Time-series analysis is often affected by missing data, a common problem across several fields, including healthcare and environmental monitoring. Multiple Imputation by Chained Equations (MICE) has been prominent for im…
Bayesian InferenceBenchmarking on Tasks That Matter: Dataset Selection for Preserving Model Rankings
Benchmarks of machine learning models often include many datasets, making evaluation expensive. For efficiency, it is preferable to perform evaluations on small, representative datasets instead. The selection of such sub…
Time Series Classification