
The Classification of Mobile Phone Prices Based on Decision Tree
- 1 College of Science Mathematics and Technology, Wenzhou-Kean University, Wenzhou, China
* Author to whom correspondence should be addressed.
Abstract
Classification is one of the common and basic problems in the field of machine learning. There are many methods to deal with this problem, such as logistic regression, K-Nearest Neighbors, Convolutional Neural Networks, etc. However, for those who have just started machine learning, decision trees are a very suitable method. The reason for this is that decision trees are very readable. Nonetheless, when actually applying decision trees to solve classification tasks, many problems are often encountered, such as how to clean the data set and how to tune hyperparameters. In this article, I will take the specific task of classifying mobile phone prices as an example to discuss in detail the construction process of the decision tree model. The purpose of the discussion is to help researchers who want to learn decision trees understand the structure of this model, understand the problems that may be encountered in the process of building the model, and recognize the strengths as well as the weaknesses about this model such as the readability of decision trees and its sensitivity to data quality.
Keywords
Decision tree, Classification, Data cleaning, PCA (Principal Component Analysis), GridSearch
[1]. Quinlan, J.R., 1986. Induction of decision trees. Machine learning, 1, pp.81-106.
[2]. Kotsiantis, S.B., 2013. Decision trees: a recent overview. Artificial Intelligence Review, 39, pp.261-283.
[3]. Costa, V.G. and Pedreira, C.E., 2023. Recent advances in decision trees: An updated survey. Artificial Intelligence Review, 56(5), pp.4765-4800.
[4]. De Ville, B., 2013. Decision trees. Wiley Interdisciplinary Reviews: Computational Statistics, 5(6), pp.448-455.
[5]. Abdi, H. and Williams, L.J., 2010. Principal component analysis. Wiley Interdisciplinary Reviews: Computational Statistics, 2(4), pp.433-459.
[6]. Bruni, V., Cardinali, M.L. and Vitulano, D., 2022. A short review on minimum description length: An application to dimension reduction in PCA. Entropy, 24(2), p.269.
[7]. Kuhn, M. and Johnson, K., 2013. Applied Predictive Modeling.
[8]. Feurer, M. and Hutter, F., 2019. Hyperparameter optimization. Automated machine learning: Methods, systems, challenges, pp.3-33.
[9]. Farhangfar, A., Kurgan, L.A. and Pedrycz, W., 2007. A novel framework for imputation of missing values in databases. IEEE Transactions on Systems, Man, and Cybernetics-Part A: Systems and Humans, 37(5), pp.692-709.
Cite this article
Du,L. (2024). The Classification of Mobile Phone Prices Based on Decision Tree. Applied and Computational Engineering,114,116-122.
Data availability
The datasets used and/or analyzed during the current study will be available from the authors upon reasonable request.
Disclaimer/Publisher's Note
The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of EWA Publishing and/or the editor(s). EWA Publishing and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
About volume
Volume title: Proceedings of the 2nd International Conference on Machine Learning and Automation
© 2024 by the author(s). Licensee EWA Publishing, Oxford, UK. This article is an open access article distributed under the terms and
conditions of the Creative Commons Attribution (CC BY) license. Authors who
publish this series agree to the following terms:
1. Authors retain copyright and grant the series right of first publication with the work simultaneously licensed under a Creative Commons
Attribution License that allows others to share the work with an acknowledgment of the work's authorship and initial publication in this
series.
2. Authors are able to enter into separate, additional contractual arrangements for the non-exclusive distribution of the series's published
version of the work (e.g., post it to an institutional repository or publish it in a book), with an acknowledgment of its initial
publication in this series.
3. Authors are permitted and encouraged to post their work online (e.g., in institutional repositories or on their website) prior to and
during the submission process, as it can lead to productive exchanges, as well as earlier and greater citation of published work (See
Open access policy for details).