Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Stratified Sampling Method01:16

Stratified Sampling Method

14.3K
Sampling is a technique to select a portion (or subset) of the larger population and study that portion (the sample) to gain information about the population. The sampling method ensures that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a stratified sample, divide the population into groups called strata and then take a...
14.3K
Sampling Distribution01:12

Sampling Distribution

16.3K
Given simple random samples of size n from a given population with a measured characteristic such as mean, proportion, or standard deviation for each sample, the probability distribution of all the measured characteristics is called a sampling distribution. How much the statistic varies from one sample to another is known as the sampling variability of a statistic. You typically measure the sampling variability of a statistic by its standard error. The standard error of the mean is an example...
16.3K
Types of Skewness01:09

Types of Skewness

16.2K
If the frequency distribution of a data set is more inclined towards smaller or larger values, the distribution is said to be skewed. If data values are skewed to the right, then the distribution is called positively skewed. Conversely, if the plot is skewed to the left, the distribution is called negatively skewed.
For instance, in the middle of a pandemic, the geographical distribution of vaccine coverage may be positively skewed towards populations in the global north countries. However,...
16.2K
Skewness01:06

Skewness

16.3K
The measures of central tendency calculated from a data set may not reveal much about its intrinsic distribution. If a plot is made of the data set’s values, the mean and the median may not only differ, but also the plot may have more values on one side of the central tendencies. Such a data set is said to be skewed towards that side.
The longer the tail of the plot on one side, the more skewed it is. The skewness of a data set’s values suggests that the measures of central tendency...
16.3K
Cluster Sampling Method01:20

Cluster Sampling Method

13.8K
Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
13.8K
Random Sampling Method01:09

Random Sampling Method

13.9K
Sampling is a technique to select a portion (or subset) of the larger population and study that portion (the sample) to gain information about the population. Data are the result of sampling from a population. The sampling method ensures that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest. Among the various sampling methods used by...
13.9K

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Hybrid deep learning framework for accurate classification of high dimensional genomic data.

Scientific reports·2026
Same author

Design of an intelligent IoT enabled healthcare responsive framework for emergency scenarios.

Scientific reports·2025
Same author

AttentionDriveNet: Fusion of deep cognitive network with Attention modeling for robust navigation in Self-driving vehicles.

PloS one·2025
Same author

Optimizing stroke detection with genetic algorithm-based feature selection in deep learning models.

Applied neuropsychology. Adult·2025
Same author

Bald eagle-optimized transformer networks with temporal-spatial mid-level features for pancreatic tumor classification.

Biomedical physics & engineering express·2025
Same author

Publisher Correction: A hybrid fused-KNN based intelligent model to access melanoma disease risk using indoor positioning system.

Scientific reports·2025

Related Experiment Video

Updated: Dec 12, 2025

Sampling Soils in a Heterogeneous Research Plot
07:11

Sampling Soils in a Heterogeneous Research Plot

Published on: January 7, 2019

35.7K

Optimization of Skewed Data Using Sampling-Based Preprocessing Approach.

Sushruta Mishra1, Pradeep Kumar Mallick1, Lambodar Jena2

  • 1School of Computer Engineering, Kalinga Institute of Industrial Technology, Deemed to be University, Bhubaneswar, India.

Frontiers in Public Health
|August 9, 2020
PubMed
Summary
This summary is machine-generated.

Data classification struggles with uneven data distribution. This study explores sampling techniques like SMOTE to address data skewness, improving machine learning model performance for better classification accuracy.

Keywords:
F-scoreKNN algorithmSMOTESpreadSubSamplingbest first searchdata skewing problemmachine learning

More Related Videos

Inverse Probability of Treatment Weighting Propensity Score using the Military Health System Data Repository and National Death Index
06:55

Inverse Probability of Treatment Weighting Propensity Score using the Military Health System Data Repository and National Death Index

Published on: January 8, 2020

15.0K
Sampling Strategies and Processing of Biobank Tissue Samples from Porcine Biomedical Models
05:07

Sampling Strategies and Processing of Biobank Tissue Samples from Porcine Biomedical Models

Published on: March 6, 2018

16.0K

Related Experiment Videos

Last Updated: Dec 12, 2025

Sampling Soils in a Heterogeneous Research Plot
07:11

Sampling Soils in a Heterogeneous Research Plot

Published on: January 7, 2019

35.7K
Inverse Probability of Treatment Weighting Propensity Score using the Military Health System Data Repository and National Death Index
06:55

Inverse Probability of Treatment Weighting Propensity Score using the Military Health System Data Repository and National Death Index

Published on: January 8, 2020

15.0K
Sampling Strategies and Processing of Biobank Tissue Samples from Porcine Biomedical Models
05:07

Sampling Strategies and Processing of Biobank Tissue Samples from Porcine Biomedical Models

Published on: March 6, 2018

16.0K

Area of Science:

  • Machine Learning
  • Data Science
  • Computer Science

Background:

  • Data classification faces challenges due to the increasing volume and uneven distribution of data across classes.
  • Traditional machine learning algorithms often neglect minority classes, leading to skewed results and reduced classification accuracy.
  • The data-skewing problem is a critical issue requiring effective preprocessing strategies.

Purpose of the Study:

  • To investigate the effectiveness of data preprocessing using sampling techniques to mitigate the data-skewing problem in classification tasks.
  • To compare the performance of different sampling methods in addressing uneven data distribution.
  • To evaluate the impact of these techniques on the efficiency of the K-nearest neighbor classification algorithm.

Main Methods:

  • Implementation of three distinct sampling techniques: Resampling, SpreadSubSampling, and Synthetic Minority Over-sampling Technique (SMOTE).
  • Application of these sampling methods to address data imbalance in classification datasets.
  • Classification of preprocessed data using the K-nearest neighbor (KNN) algorithm.
  • Performance evaluation using various classification metrics to assess efficiency.

Main Results:

  • Sampling techniques significantly reduce data-skewing, improving the representation of minority classes.
  • SMOTE and other methods demonstrate enhanced classification performance compared to baseline approaches.
  • The K-nearest neighbor algorithm shows improved accuracy and efficiency when applied to data preprocessed with sampling techniques.

Conclusions:

  • Data preprocessing with sampling techniques is crucial for overcoming data-skewing in machine learning classification.
  • SMOTE and similar methods offer effective solutions for handling imbalanced datasets.
  • These approaches enhance the reliability and accuracy of classification models, particularly in scenarios with uneven data distribution.