:: ECONOMY :: DESIGN AND EVALUATION OF THE EFFECTIVENESS OF A MACHINE LEARNING PIPELINE IN OBJECT IDENTIFICATION TASKS :: ECONOMY :: DESIGN AND EVALUATION OF THE EFFECTIVENESS OF A MACHINE LEARNING PIPELINE IN OBJECT IDENTIFICATION TASKS
:: ECONOMY :: DESIGN AND EVALUATION OF THE EFFECTIVENESS OF A MACHINE LEARNING PIPELINE IN OBJECT IDENTIFICATION TASKS
 
UA  PL  EN
         

Світ наукових досліджень. Випуск 55

Термін подання матеріалів

23 вересня 2026

До початку конференції залишилось днів 62



  Головна
Нові вимоги до публікацій результатів кандидатських та докторських дисертацій
Редакційна колегія. ГО «Наукова спільнота»
Договір про співробітництво з Wyzsza Szkola Zarzadzania i Administracji w Opolu
Календар конференцій
Архів
  Наукові конференції
 
 Лінки
 Форум
Наукові конференції
Наукова спільнота - інтернет конференції
Світ наукових досліджень www.economy-confer.com.ua

 Голосування 
З яких джерел Ви дізнались про нашу конференцію:

соціальні мережі;
інформування електронною поштою;
пошукові інтернет-системи (Google, Yahoo, Meta, Yandex);
інтернет-каталоги конференцій (science-community.org, konferencii.ru, vsenauki.ru, інші);
наукові підрозділи ВУЗів;
порекомендували знайомі.
з СМС повідомлення на мобільний телефон.


Результати голосувань Докладніше

 Наша кнопка
www.economy-confer.com.ua - Економічні наукові інтернет-конференції

 Лічильники
Українська рейтингова система

DESIGN AND EVALUATION OF THE EFFECTIVENESS OF A MACHINE LEARNING PIPELINE IN OBJECT IDENTIFICATION TASKS

 
19.06.2026 12:44
Автор: Yuliia Zhuravlova, аssistant, Department of Information Technology and Computer Engineering, National Technical University «Dnipro Polytechnic»
[2. Інформаційні системи і технології;]


In modern data engineering and artificial intelligence, the key to success lies not simply in the choice of model, but in building a coherent, reproducible and standardised process — a machine learning pipeline. The pipeline brings together all stages of data processing: from loading and pre-processing to final evaluation [1]. Establishing a clear sequence of steps is critical for object identification tasks, as the quality of the input data directly affects the algorithm’s ability to correctly distinguish between classes and minimise errors in real-world conditions. 

This paper examines an approach to building a classification pipeline using the classic Iris dataset as an example. This dataset contains information on three species of flowers: Setosa, Versicolor and Virginica, which must be identified on the basis of four geometric features (the length and width of the petals and sepals). The logistic regression algorithm is used as the base classifier within the pipeline architecture. The aim of this paper is to design a machine learning pipeline, implement all stages of feature preparation, and conduct a comprehensive engineering assessment of the model’s performance using a confusion matrix and an extended classification report. 

Stages in building a pipeline. The architectural pipeline that has been developed consists of five sequential modules, implemented in software [2]:

• Data Ingestion module. At this stage, structured input features X and the corresponding class labels y were automatically extracted using tools from the sklearn library. модуль завантаження (Data Ingestion). 

• Label Encoding module. To ensure the pipeline’s versatility and the ability to work with text-based object names, a label encoding step has been implemented using LabelEncoder, which transforms categories into numerical indices.

• Data Splitting module. To ensure the objectivity of the evaluation, the data is split into a training subset and a test subset in a fixed 80/20. 

• Feature scaling module. Using StandardScaler, the data was transformed to a common scale with a mean of 0 and a standard deviation of 1, thereby preventing any single feature from dominating the others.

• Training module. The parameters of the logistic regression classifier were optimised using the trained and scaled data. 

The performance of the constructed pipeline was evaluated using test data by comparing the model’s predictions with the reference values. The test results demonstrated the highest level of engineering reliability, as shown in Fig. 1




Figure 1 – Performance evaluation

Analysis of the confusion matrix. The generated matrix clearly indicates the absence of Type I and Type II errors. All instances (10 for class 0, 9 for class 1 and 11 for class 2) are distributed exclusively along the main diagonal, which indicates that the classes have been separated without error. 

Analysis of the Classification Report. For each object type, the key metrics — precision, recall and the F1 score — reached an absolute value of 1.00 ($100%$). The overall accuracy of the entire system is also 1.00, based on a test sample of 30 objects. 

System performance. The time taken for the pipeline to complete and exit the code was less than 2 seconds (1.998 sec), which highlights the high computational efficiency of the chosen approach. 

Conclusion. The machine learning pipeline implemented has demonstrated high effectiveness in object identification tasks. Thanks to a clear sequence of data pre-processing steps (in particular, mandatory scaling), it was possible to achieve maximum accuracy and completeness in classification. 

References:

1. https://itwiki.dev/data-science/ml-reference/ml-glossary/machine-learning-pipeline

2. Python Machine Learning Cookbook, Chris Albon, Kyle Gallatin, O'Reilly Media, 2023



Creative Commons Attribution Ця робота ліцензується відповідно до Creative Commons Attribution 4.0 International License

допомогаЗнайшли помилку? Виділіть помилковий текст мишкою і натисніть Ctrl + Enter


 Інші наукові праці даної секції
ПРОЄКТУВАННЯ ТА РЕАЛІЗАЦІЯ СИСТЕМИ ПРОЦЕДУРНОЇ ГЕНЕРАЦІЇ ДВОВИМІРНОЇ ГРИ НА ОСНОВІ КОМБІНАЦІЇ АЛГОРИТМІВ
18.06.2026 18:48
ОПТИМІЗАЦІЯ ПЕРСОНАЛЬНОГО ТАЙМ-МЕНДЖМЕНТУ СТУДЕНТІВ ЗАСОБАМИ МОБІЛЬНОГО ДОДАТКУ НА ПЛАТФОРМІ .NET MAUI
18.06.2026 18:10
ОПТИМІЗАЦІЯ ПРОЦЕСУ ЛОГІЧНОГО ВИСНОВКУ ТРАНСФОРМЕРНИХ МОДЕЛЕЙ ДЛЯ ЗАДАЧ КЛАСИФІКАЦІЇ УКРАЇНОМОВНИХ ТЕКСТІВ
17.06.2026 14:44
КОМПЛЕКСНЕ АПАРАТНО-ПРОГРАМНЕ РІШЕННЯ ДЛЯ ПОТРЕБ ЛОГІСТИКИ “SMARTBOX”
16.06.2026 17:53
ІНТЕЛЕКТУАЛЬНА ІНФОРМАЦІЙНА СИСТЕМА СЕМАНТИЧНОГО ПОШУКУ З ВИКОРИСТАННЯМ ТЕХНОЛОГІЇ RETRIEVAL-AUGMENTED GENERATION
12.06.2026 20:35




© 2010-2026 Всі права застережені При використанні матеріалів сайту посилання на www.economy-confer.com.ua обов’язкове!
Час: 0.143 сек. / Mysql: 2125 (0.107 сек.)