paper-with-me

Papers

SPlit: An Optimal Method for Data Splitting

2020-12-20 · V. Roshan Joseph, Akhil Vakayil

In this article we propose an optimal method referred to as SPlit for splitting a dataset into training and testing sets. SPlit is based on the method of Support Points (SP), which was initially developed for finding the optimal representative points of a continuous distribution. We adapt SP for subsampling from a dataset using a sequential nearest neighbor algorithm. We also extend SP to deal with categorical variables so that SPlit can be applied to both regression and classification problems. The implementation of SPlit on real datasets shows substantial improvement in the worst-case testing performance for several modeling methods compared to the commonly used random splitting procedure.

📄 PDF Abstract BibTeX arXiv:2012.10945

Code (0)

등록된 구현이 없습니다.

Tasks

regression

Similar Papers 제목 키워드 기반

Cost Splitting for Multi-Objective Conflict-Based Search

2022-11-23 · Cheng Ge, Han Zhang, Jiaoyang Li, Sven Koenig

The Multi-Objective Multi-Agent Path Finding (MO-MAPF) problem is the problem of finding the Pareto-optimal frontier of collision-free paths for a team of agents while minimizing multiple cost metrics. Examples of such c…

Multi-Agent Path Finding

Steepest Descent Neural Architecture Optimization: Escaping Local Optimum with Signed Neural Splitting

2020-03-23 · Lemeng Wu, Mao Ye, Qi Lei, Jason D. Lee 외

Developing efficient and principled neural architecture optimization methods is a critical challenge of modern deep learning. Recently, Liu et al.[19] proposed a splitting steepest descent (S2D) method that jointly optim…

Optimizing Throughput in a MIMO System with a Self-sustained Relay and Non-uniform Power Splitting

2018-11-28

We present a novel approach to maximizing the transmission rate in a MIMO relay system, where all nodes are equipped with multiple antennas and the relay is self-sustained by harvesting energy. We formulate an optimizati…

Optimal Model Placement and Online Model Splitting for Device-Edge Co-Inference

2021-05-28 · Jia Yan, Suzhi Bi, Ying-Jun Angela Zhang

Device-edge co-inference opens up new possibilities for resource-constrained wireless devices (WDs) to execute deep neural network (DNN)-based applications with heavy computation workloads. In particular, the WD executes…

model

Optimal Ratio for Data Splitting

2022-02-07 · V. Roshan Joseph

It is common to split a dataset into training and testing sets before fitting a statistical or machine learning model. However, there is no clear guidance on how much data should be used for training and testing. In this…

BIG-bench Machine Learningregression