Claim Missing Document
Check
Articles

Found 2 Documents
Search

Analysis to Predict the Number of New Students At UNU Pasuruan using Arima Method Fitrony, Fachri Ayudi; Supraba, Laksmita Dewi; Rantung , Tessa; Agastya , I Made Artha; Kusrini , Kusrini
Jurnal Sisfokom (Sistem Informasi dan Komputer) Vol. 14 No. 1 (2025): JANUARY
Publisher : ISB Atma Luhur

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.32736/sisfokom.v14i1.2251

Abstract

New student admission is an important aspect in higher education management, including Nahdlatul Ulama University (UNU) Pasuruan. Relevant prediction of total new students is needed to support resource planning such as teaching staff, facilities, and budget. This study aims to evaluate the historical pattern of new student admissions at UNU Pasuruan and predict the number of new students in the coming years using the ARIMA (Auto Regressive Integrated Moving Average) method. The data used is historical data on new student admissions in the last five years, which is analyzed to identify trends, seasonality, and fluctuation patterns. The analysis is performed using statistical software such as Python to improve the accuracy and efficiency of the process. This study approach includes several main steps, namely collecting historical data on the number of new students, testing stationarity using the Augmented Dickey-Fuller (ADF) test, identifying model parameters through ACF and PACF graphs, and estimating ARIMA model parameters. The resulting model is evaluated using prediction error metrics such as Mean Absolute Error (MAE), Mean Squared Error (MSE), and Root Mean Squared Error (RMSE). The study findings describe that the ARIMA model (6,0,1) produces an RMSE value of 21.88 and a MAPE of 0.2%. In addition to having the smallest error score, the ARIMA model (6,0,1) also has the smallest AIC score of the various models that can be used for predictions, which is 447.44 and the largest log likelihood value, which is -214.72. The largest prediction of the number of new students is in July, which is 92.72 and the smallest in February, which is 24.43. This prediction is expected to help university management in optimizing resource planning, increasing management efficiency, and anticipating fluctuations in the number of new students in the future. This study offers new findings in the form of the use of predictive models based on historical data to support strategic decision- making, such as resource allocation and promotion planning. With these results, universities can anticipate changes in the number of enrollments more effectively, which were previously only done based on subjective estimates. The model built can also be applied to similar datasets in the future with appropriate parameter adjustments.
Classification of Music for Study Based on Spotify Audio Features Using Random Forest with Feature Importance Analysis and Reduction Supraba, Laksmita Dewi; Sunyoto, Andi
Journal of Electrical Engineering and Computer (JEECOM) Vol 8, No 1 (2026)
Publisher : Universitas Nurul Jadid

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33650/jeecom.v8i1.13200

Abstract

Music has a significant impact on the way a person thinks and feels in their daily activities. This study aims to categorize the types of music that are suitable for learning activities by using Spotify's audio feature, to create a more flexible and personalized music recommendation system. The dataset used comes from Spotify Study Music which consists of 172,819 songs with 12 audio features, which are grouped into three main categories, namely Pop tracks, Classical soundtracks, and Lo-fi tracks. The research process includes data pre-processing, handling class imbalances using SMOTE, data normalization, feature significance Analysis, Cross Validation, and feature reduction. Normalization results show that all features have been in the range of 0.0-1.0 without changing the characteristics of the original distribution. The Random Forest Model performed exceptionally well with an average accuracy rate of 99% on cross-validation and 99.9% on training data, indicating the model's ability to efficiently recognize musical patterns. Important Feature Analysis shows that energy, loudness, acousticness, instrumentalness, and liveness have the most significant influence in distinguishing music characteristics for learning, while mode, popularity, duration_ms, and danceability when removed using Feature Reduction analysis show a significant decrease in accuracy. This study recommends maintaining the features of acousticness, instrumentalness, and liveness because it plays an important role in maintaining the stability and accuracy of music classification models that support the learning process.