Facebook pixel tracking

The Science and Information (SAI) Organization publishes open-access peer-reviewed journals in computer science and artificial intelligence.

Contact Info
Website thesai.org
Follow Us
Contact Info
Follow Us
Research Article | Open Access |

Method for Hyperparameter Tuning of Image Classification with PyCaret

Author 1: Kohei Arai Author 2: Jin Shimazoe Author 3: Mariko Oda
International Journal of Advanced Computer Science and Applications (IJACSA) · Vol. 14, No. 9 · Published 2023 · Cited by 5

DOI: https://doi.org/10.14569/IJACSA.2023.0140930

Abstract

A method for hyperparameter tuning of image classification with PyCaret is proposed. The application example compares 14 classification methods and confirms that Extra Trees Classifier has the best performance among them, AUC=0.978, Recall=0.879, Precision=0.969, F1=0.912, Time=0.609 bottom. The Extra Trees Classifier produces a large number of decision trees, similar to the random forest algorithm, but with random sampling of each tree and no permutation. This creates a dataset for each tree containing unique samples, and from the ensemble set of features a certain number of features are also randomly selected for each tree. The most important and unique property of the Extra Trees Classifier is that the feature split values are chosen randomly. Instead of using Gini or entropy to split the data to compute locally optimal values, the algorithm randomly selects split values. This makes the tree diverse and uncorrelated. i.e. the diversity of each tree. Therefore, it is considered that the classification performance is better than other classification methods. Parameter tuning of Extra Trees Classifier was performed, and training performance, test performance, ROC curve, accuracy rate characteristics, etc. were evaluated.

Keywords

How to Cite this Article

Arai, K., Shimazoe, J., & Oda, M. (2023). Method for Hyperparameter Tuning of Image Classification with PyCaret. International Journal of Advanced Computer Science and Applications, 14(9). https://doi.org/10.14569/IJACSA.2023.0140930

Arai, Kohei, et al.. "Method for Hyperparameter Tuning of Image Classification with PyCaret." International Journal of Advanced Computer Science and Applications, vol. 14, no. 9, 2023, https://doi.org/10.14569/IJACSA.2023.0140930.

@article{Arai2023,
  title     = {Method for Hyperparameter Tuning of Image Classification with PyCaret},
  journal   = {International Journal of Advanced Computer Science and Applications},
  volume    = {14},
  number    = {9},
  year      = {2023},
  publisher = {The Science and Information Organization},
  author    = {Kohei Arai and Jin Shimazoe and Mariko Oda},
  doi       = {10.14569/IJACSA.2023.0140930},
  url       = {https://doi.org/10.14569/IJACSA.2023.0140930}
}

Open Access — licensed under a Creative Commons Attribution 4.0 International License. Unrestricted use, distribution, and reproduction in any medium, even commercially, as long as the original work is properly cited.