
Stunting Classification in Children's Measurement Data Using Machine Learning Models
Author(s) -
Syahrial Syahrial,
Rosmin Ilham,
Zulaika Febriana Asikin,
St. Surya Indah Nurdin
Publication year - 2022
Publication title -
journal la multiapp
Language(s) - English
Resource type - Journals
eISSN - 2721-1290
pISSN - 2716-3865
DOI - 10.37899/journallamultiapp.v3i2.614
Subject(s) - support vector machine , quadratic classifier , artificial intelligence , linear discriminant analysis , adaboost , naive bayes classifier , pattern recognition (psychology) , machine learning , logistic regression , artificial neural network , random forest , mathematics , kernel (algebra) , computer science , statistics , combinatorics
The study conducted a stunting classification of measurement data for children under 5 years old. The dataset has attributes such as: gender, age, weight (BB), height (TB), weight / height (BBTB), weight / age (BBU), and height / age (TBU). The research uses the CRISP-DM methodology in processing the data. The data were tested on several classification models, namely: logistic regression (LR), linear discriminant analysis (LDA), quadratic discriminant analysis (QDA), k-nearest neighbor (KNN), classification and regression trees (CART), nave bayes (NB), support vector machine - linear kernel (SVM-Linear), support vector machine - rbf kernel (SVM-RBF), random forest classifier (RPC), adaboost (ADA), and neural network (MLPC). These models were tested on the dataset to find out the best model in accuracy. The test results show that SVM-RBF produces an accuracy of 78%. SVM-RBF has consistently been at the highest accuracy in several tests. Testing through k-fold cross validation with k=10.