ALL Metrics
-
Views
-
Downloads
Get PDF
Get XML
Cite
Export
Track
Research Article

The simplicity of XGBoost algorithm versus the complexity of Random Forest, Support Vector Machine, and Neural Networks algorithms in urban forest classification

[version 1; peer review: 1 approved]
PUBLISHED 20 Sep 2022
Author details Author details
OPEN PEER REVIEW
REVIEWER STATUS

This article is included in the Japan Institutional Gateway gateway.

Abstract

Background: The availability of urban forest is under serious threat, especially in developing countries where urbanization is taking place rapidly. Meanwhile, there are many classifier algorithms available to monitor the extent of the urban forest. However, we need to assess the performance of each classifier to understand its complexity and accuracy.
Methods: This study proposes a novel procedure using R language with RStudio software to assess four different classifiers based on different numbers of training datasets to classify the urban forest within the campus environment. The normalized difference vegetation indices (NDVI) were then employed to compare the accuracy of each classifier.
Results: This study found that the Extreme Gradient Boosting (XGBoost) classifier outperformed the other three classifiers, with an RMSE value of 1.56. While the Artificial Neural Network (ANN), Random Forest (RF), and Support Vector Machine (SVM) were in second, third, and fourth place with RMSE values of 4.33, 6.81, and 7.45 respectively.
Conclusions: The XGBoost algorithm is the most suitable for urban forest classification with limited data training. This study is easy to reproduce since the code is available and open to the public.

Keywords

xgboost, random forest, support vector machine, neural network, urban forest, classification

Introduction

Trees and vegetation within urbanized areas (buildings, streets, parks, derelict corners, etc) are known as urban forests (http://www.fao.org/). According to the Canadian Urban Forest Strategy (CUFS), urban forest consists of trees, forests, greenspace and related abiotic, biotic and cultural components in areas extending from the urban core to the urban-rural fringe (www.treecanada.ca). The concept of the urban forest is not a new concept, but it has grown in importance, especially in developing countries where urbanization is taking place rapidly.

The availability of trees and vegetation in urbanized areas is important, not only for aesthetic reasons but also for a healthy environment as well as to tackle urban pollution (Brack, 2002; McPherson et al., 2005; Tyrväinen et al., 2005) and microclimate regulator (Ramdani & Setiani, 2014). Furthermore, the access and quality of urban vegetation can increase physical activity as well as residents’ health (Schipperijn et al., 2013; van Dillen et al., 2012).

This urban forest also provides socio-economic benefits and uses. From a social point of view, urban forest creates recreation opportunities, improves inhabitants’ home and work environments, as well as providing a positive impact on physical and mental health (Groenewegen et al., 2006; Ramdani, 2013). From an economic point of view, urban forest could increase property values as well as tourism (Tyrväinen et al., 2005).

Up-to-date information on the presence of urban forest is needed since it gives urban inhabitants a chance to interact with nature. This can have a significant impact on their quality of life in terms of their emotions, bodies, and spirits (Grebner et al., 2013). This information could be generated from geospatial datasets, especially raster-based data. The availability of very high-resolution satellite data provides benefits for this task. However, to monitor and map the presence of urban forest we need to evaluate the best method of classifier algorithm.

According to Nguyen et al. (2019), the XGBoost algorithm has some strong and weak points. The strong points include high execution speed and model performance, parallelization of tree construction using all CPU cores during training, distributed computing for training very large models using a cluster of machines, out-of-core computing for very large datasets that do not fit into memory, and cache optimization of data structures and algorithms to make the best use of hardware. However, it is a boosting library that is designed for tabular data, therefore it will not work for other tasks such as natural language processing (NLP).

Previous studies

Some researchers have evaluated the performance of the XGBoost classifier algorithm for satellite image classification as well as other geospatial datasets (Balzotti et al., 2020; Lin et al., 2020; Zheng et al., 2019). Georganos et al. (2018) examined the performance of XGBoost compared with Random Forest (RF) and Support Vector Machine (SVM) for classification of WorldView-3 images, Pleiades images, and aerial photogrammetry of study areas in Burkina Faso, Senegal, and Germany, respectively. They found that the XGBoost classifier algorithm outperformed the RF and SVM algorithms, especially in larger sample sizes. Xu, Ho, et al. (2018) estimated monthly concentrations of ground-level PM2.5 using Moderate Resolution Imaging Spectroradiometer (MODIS) data (https://modis.gsfc.nasa.gov/) and eight different classifier algorithms such as Cubist, RF, and XG Boost. They found that these three classifier algorithms produced better performance than the other classifiers. Another study by Xu, Knudby, et al., (2018) used ten different classifiers to map ambient light at night (ALN) for urban environment studies. One of the classifiers was the XGBoost classifier algorithm. The result showed that XGBoost produced a lower mean absolute error (MAE).

A study by Man et al. (2018) introduced a classification procedure using Landsat 8 images over Hanoi, Vietnam. They compared multiple classifiers such as XGBoost, Logistic Regression, SVM with Radial Basis Function (RBF) kernel, SVM with linear kernel, and Multi-Layer Perceptron (MLP). The study concluded that all classifiers produced high accuracy. Another study by Abdi (2019) also concluded that XGBoost produced high overall accuracy. His study compared SVM with XGBoost, RF, and Deep Learning (DL) classifiers. The results of his research showed that DL was in last place in terms of land cover land use classification with only 73% accuracy using Sentinel-2 images of Sweden and the Baltic region.

Furthermore, there are some studies introducing the application of SVM in remote sensing data classification (Khosravi & Mohammad-Beigi, 2014; Liu et al., 2017; Maulik & Chakraborty, 2012). For instance, Ramdani (2018) introduced a novel procedure to extract oil palm plantation data using Sentinel-2 images. His study compared four different classifiers, which were RF, SVM, K-Nearest Neighbor (KNN), and Gaussian Mixture Model (GMM). He found that the object-based geospatial data feature extraction outperformed the four different classifiers, while the SVM was in second place, followed by KNN, RF, and GMM. Dong et al. (2020) tested a method based on the fusion of an RF classifier and Convolutional Neural Network (CNN) for a very high-resolution remote sensing (VHRRS) based forest mapping. The study demonstrated the RF classifier produced better results and involved less programming effort.

In terms of the different number of data training, Ramdani et al., (2019) introduced the effect of the different number of data training on the ultra-high resolution of aerial orthomosaic photos derived from an unmanned aerial vehicle. The study concluded that the higher number of data training does not always result in higher accuracy of land use land cover classification. The study compared Multi-Layer Perceptron (MLP) and Radial Basis Function Neural Network (RBFNN).

Although data-driven based-on satellite imagery study is well established for classification applications, its effect on the number of data training on the classification result used in urban forest classification has not been extensively studied. Furthermore, it is challenging to follow and replicate the results of the previous studies. Therefore, the objective of this study was to evaluate the performance of four different classifier algorithms that is XGBoost, RF, SVM, and Artificial Neural Network (ANN) in the accuracy of urban forest classification using different numbers of data training with R language within RStudio 2022.02.3+492 “Prairie Trillium” (RStudio, 2020) as an Integrated Development Environment (IDE). An open-access alternative for RStudio is Jupyter Notebook, which can be run using an Internet connection.

Methods

Study area

The study area was Brawijaya University Campus, located in Malang City, East Java Indonesia (https://ub.ac.id/). With half of the campus covered with trees and vegetation, this is a very suitable area to test the four different classifier algorithms.

According to research by Ramdani et al., (2019), the tree and vegetation of Brawijaya University Campus covers almost 20 ha while the rest is buildings and other infrastructures. This tree and vegetation cover is considered an urban forest by the local government of Malang City. Figure 1 shows the study area of Brawijaya University Campus superimposed with sampling point datasets.

330c2027-b48b-42ad-b0ec-becd1f2fa317_figure1.gif

Figure 1. The study area, Brawijaya University Campus, Malang City, East Java Indonesia.

Data and methodology

Data from PlanetScope was collected from https://www.planet.com/ under the Open California Program. Unfortunately, this program has since shut down (https://www.planet.com/). However, researchers are still able to apply for access to the data through the education and science program (https://www.planet.com/science/). Sentinel-2 datasets with 10-meter pixel resolution are also available to the public and can be accessed from https://scihub.copernicus.eu/dhus/as an alternative. Regarding the datasets, there are many open-access alternatives to satellite imagery such as Landsat-8 and Landsat-9 with pixel resolutions of 30 m (multispectral), and 15 m (panchromatic), respectively. Landsat-8 and Landsat-9 are available through https://earthexplorer.usgs.gov/. The dataset can be downloaded after registering.

For this study, the acquisition date was September 12, 2019. The Planet imagery has a 3.7 m spatial resolution approximately, with three different bands in the visible spectrum, that is blue with 455–515 nm, green with 500–590 nm, red with 590–670 nm, and a split-frame near Infra-red with 780–860 nm (assets.planet.com/docs/).

The PlanetScope data was clipped using the polygon boundary (see yellow in Figure 1) to minimize the computation time. The boundary was defined based on the outer buildings of the campus. QGIS software version 3.22 “Biatowieza” was used for this step. An open-access alternative for QGIS is GRASS GIS version 7.8.5 or SAGA GIS version 7.9.0.

To classify the remote sensing data, we needed to prepare the training and testing data sets. These data were collected within the urban forest of Brawijaya University campus using a handheld GPS Trimble Juno 3B series. Each land-use type in scenario 1 was represented by five points of training data sets as the minimum number of training data. While scenario 2 used ten points, and scenario 3 used fifteen points of training datasets as the maximum number of training data. There were five land-use types used in this study, which were grass, trees, buildings, roads, and residential.

Training and testing datasets were separated 60:40, which was 60% for training and 40% for testing the result. Training and testing data had the same column which consisted of a class of land use, type of land use, x coordinate, y coordinate, and values of each band that had been extracted using the point sampling tool plugin in QGIS. Table 1 shows the sample of training data sets. The classification process was done in the RStudio environment, while code and datasets used in this study are openly available (Ramdani, 2022; Ramdani & Furqon, 2022).

Table 1. Sample training datasets.

PS.1 to PS.3 are the pixel values of bands of PlanetScope. The “class” column is the code used for classification. The “type” column is land use land cover type. While the xcoor and ycoor columns are coordinate at each point in UTM.

PS.1PS.2PS.3classtypexcoorycoor
2162252341grass6778809120625
2552552551grass6778959120609
2502542551grass6779039120596
1681651562tree6778699121131
1681661502tree6776379120667
1641661522tree6777379120229
1861831883building6779489120950
2552552553building6781799120493
1911891903buiding6780159120541
1831781714road6780609120890
1831801764road6779499120620
1781751724road6778299120200
1801781815residential6780179121009
1791751795residential6775949120937
1901912035residential6776179120273

XGBoost classifier

When working in RStudio, we first made a working directory. In this case, the working directory was “D:/MLinRStudio”. Then we installed and activated the library. There were four libraries needed for the classification using the XGBoost algorithm, that is “raster”, “rtools”, “devtool”, and “xgboost”. According to Friedman (2001), XGBoost is an ensemble tree method that follows the principle of the gradient boosting framework, and uses regularization techniques to control overfitting and model complexity (Chen & Guestrin, 2016).

The original PlanetScope data was a scene with approximate size 24 × 8 km. While the sampling points were collected using handheld GPS Trimble Juno 3B. The next step was to import the clipped dataset of PlanetScope as well as the sampling points data into the RStudio environment. Then we extracted the values of each sample and converted the data frame into a matrix. Finally, we converted the class of sampling point data into a numeric. The classification was then conducted, firstly by training the model and then predicting the result.

To evaluate the classification result we converted the testing data into a spatial object using the X and Y coordinates, then superimposed the testing points on the predicted classification and extracted the values. Finally, the error matrix was produced, and we calculated the classified image.

Random forest (RF) classifier

Different from the XGBoost, a larger library is needed to run the RF classifier, that is “raster”, “caret”, “sp” (Bivand et al., 2013), “randomForest”, “rgdal”, and “e1071”. The library “randomForest” was to run the RF classifier algorithm within RStudio. The earlier step was similar, where we needed to set the working directory, install and load the library, and import the raster data from PlanetScope.

The next step was to define the name of the layer of the stack images and load the sampling point dataset. Furthermore, we split the data frame into 60:40 by class and then combined it into single training and a testing data frame. Next was to set up a resampling method in the model training process and then generate the grid search of candidate hyper-parameter values for inclusion in the model training process.

Finally, we ran the RF model and applied it to the dataset. The evaluation method began with the conversion of testing point data into a spatial object using the X and Y coordinates, superimposing it, and extracting the predicted values. The confusion matrix was produced and calculated to evaluate the final result of the classification.

Support vector machine (SVM) classifier

There were six libraries needed to run the SVM classifier within the RStudio environment, that is “raster”, “caret”, “sp”, “kernlab” (Karatzoglou et al., 2019), “rgdal”, and “e1071”. The “kernlab” library was specially designated to run the SVM classifier algorithm. SVM is known as an excellent tool for multiclass classification (Hsu & Lin, 2002).

The first step from importing the dataset to setting up the resampling method was similar to the previous RF algorithm. However, in order to generate a grid search of candidate hyper-parameter values for inclusion in the model training process we needed a more complex tuning process to achieve higher accuracy. In the SVM algorithm, we needed to input different parameters to control the non-linearity in the hyperplane and the influence of each support vector.

After the grid search was produced, we then ran the SVM model and applied the model to a dataset. The next step was similar, where we calculated the error matrix and generated the final result.

Artificial neural network (ANN) classifier

The difference between the XGBoost, RF, and SVM classifier and ANN are that we needed to adjust the number of neuron units in the hidden layer and adjust the regularization parameter to avoid over-fitting. In this study, we employed 15 neuron units in the hidden layer and 0.1 to 0.5 for the decay parameter to avoid over-fitting. We then ran the ANN model and applied the model to a dataset. The next step was calculating the error matrix and generating the final result.

Validation using Normalized Difference Vegetation Index (NDVI)

To calculate the NDVI image we employed equation (1) to the PlanetScope image. The NDVI was first proposed by Tucker (1979). The NDVI was calculated from the visible red and near-infrared light reflected by vegetation. Healthy vegetation absorbs most of the visible light that hits it, and reflects a large portion of the near-infrared light. Unhealthy or sparse vegetation reflects more visible light and less near-infrared light (Tucker, 1979).

(1)
NDVI=NIRband4Redband3NIRband4+Redband3

Theoretically, the indices should produce values ranging from −1 to +1; however, in our study area NDVI values ranged from −0.11 to 0.5. We then reclassed the NDVI image into five different classes, which were non-vegetation (-0.11–0.01), low vegetation (0.02–0.14), light vegetation (0.15–0.27), medium vegetation (0.27–0.4), and high vegetation (>0.41) covered. Then we extracted the highest three classes and combined them into a single class of vegetation. These data were then employed as the testing data for the accuracy assessment of the best scenario. The Root Mean Square Error (RMSE) was used to evaluate the accuracy between the four different classifiers and NDVI. The RMSE compares a predicted value (Pi) of four classifiers (n) and an observed value (Oi) of NDVI (Equation 2).

(2)
RMSE=i=1nPiOi2n

Results

Scenario 1: five samples of each class

The final result of the first scenario is shown in Figure 2. The green colour represents the grass, dark green represents the trees, red represents the buildings, yellow represents the road, and residential is represented by orange.

330c2027-b48b-42ad-b0ec-becd1f2fa317_figure2.gif

Figure 2. Classified images of PlanetScope using four different algorithms in scenario 1.

Trees are shown in dark green; roads are shown in yellow; buildings are shown in red; grass is shown in light green; and residential areas are represented by orange.

The RF, SVM, and NN algorithm produced the lowest accuracy level, it can be seen from the Figure 2 that all classes were classified into the building. The accuracy and kappa value could only achieve approximately 2% and 0, respectively.

The XGBoost algorithm produced the highest accuracy level, with an accuracy of 93% and a kappa value of 0.92. Figure 2 shows that tree land-use type dominated, followed by roads, buildings, and grass, while residential was the lowest.

Scenario 2: ten samples of each class

In this scenario, the XGBoost algorithm still outperformed the other three classifier algorithms with accuracy of 93% achieved and a kappa value of 0.92. The RF algorithm accuracy followed in second with 91% accuracy and 0.88 kappa value. The NN algorithm was in third position with 83% accuracy and 0.79 kappa value, and the SVM algorithm was in last position with 60% accuracy and 0.49 kappa value.

In this scenario, all three classifier algorithms increased the accuracy and kappa value. However, the XGBoost algorithm still performed better than the other three classifier algorithms. The final result of the scenario 2 classification is shown in Figure 3.

330c2027-b48b-42ad-b0ec-becd1f2fa317_figure3.gif

Figure 3. Classified images from PlanetScope using four different algorithms in scenario 2.

Trees are represented by dark green; roads are represented by yellow; buildings are represented by red; grass is represented by light green; and residential areas are represented by orange.

Scenario 3: fifteen samples of each class

The third scenario produced different values of accuracy and kappa for all four classifier algorithms. The XGBoost algorithm was still in first position, however, the accuracy decreased slightly to 91% and the kappa value decreased to 88. The RF algorithm followed in second place with 77% accuracy, a dramatic decrease from 91% accuracy in the second scenario. The kappa value of the RF algorithm also decreased to 0.71 from 0.88 in the second scenario.

The accuracy of the NN algorithm also decreased from 83% in the second scenario to 65% in the third scenario and the kappa value from 0.79 to 0.56. The SVM algorithm was still in last place with 60% accuracy and 0.49 kappa value, but there were no changes from the second scenario. The final result of the scenario 3 classification is shown in Figure 4.

330c2027-b48b-42ad-b0ec-becd1f2fa317_figure4.gif

Figure 4. Classified images of PlanetScope using four different algorithms in scenario 3.

Trees are represented by dark green; roads are represented by yellow; buildings are represented by red; grass is represented by light green; and residential areas are represented by orange.

Validation

The vegetation extracted from the PlanetScope NDVI image was as large as 15.46 ha. The results of the four different classifiers and NDVI are compared and summarized in Table 2 while Figure 5 shows the NDVI image of the study area. Table 3 summarizes the accuracy and kappa values of four different classifiers. Once again, the XGBoost classifier outperformed the other three classifiers with the lowest RMSE value of 1.56. The ANN classifier followed in second place with an RMSE value of 4.33, the RF classifier was in third with an RMSE value of 6.81, and the SVM classifier was in last place with an RMSE value of 7.45.

Table 2. The observed value of the NDVI, the predicted values of four classifiers, the difference, and the RMSE value.

The “observed vegetation (NDVI)” is a value acquired from PlanetScope data. The “predicted vegetation area (Ha)” was acquired from the four different classifiers. The difference is the difference between the “observed vegetation (NDVI)” and “predicted vegetation area (Ha)”. RF, Random Forest; SVM, Support Vector Machine; ANN, Artificial Neural Network; XGBoost, Extreme Gradient Boosting.

AlgorithmObserved vegetation (NDVI)Predicted vegetation area (Ha)DifferenceRMSE
RF15.4619.814.356.81
SVM15.4626.8111.357.45
ANN15.4621.385.934.33
XGBoost15.4617.021.561.56
330c2027-b48b-42ad-b0ec-becd1f2fa317_figure5.gif

Figure 5. The NDVI image of the study area.

Table 3. Accuracy and kappa values of four different algorithms.

XGBoostRFSVMNN
ScenarioOneTwoThreeOneTwoThreeOneTwoThreeOneTwoThree
Accuracy0.930.930.910.200.910.770.200.600.600.200.830.65
kappa0.920.920.880.000.880.710.000.490.490.000.790.56

Further, Figure 6 shows the map comparison between NDVI and the classified result of the four different classifier algorithms. It can be seen that the map of vegetation produced using the XGBoost classifier is similar to the map of vegetation derived from NDVI.

330c2027-b48b-42ad-b0ec-becd1f2fa317_figure6.gif

Figure 6. Comparison between the NDVI and classified result of four different algorithms: (A) NDVI; (B) XGBoost; (C) Random Forest; (D) Support Vector Machine; (E) Artificial Neural Network.

Discussion

This study shows that the XGBoost classifier algorithm was the most suitable to use for urban classification with very limited data training. These methods can be used by other researchers with limited knowledge of the study area.

However, the proposed method is computationally intensive. In order to reproduce this work a computer with high specifications must be used. Therefore, we recommend using a computer with gaming specifications; a minimum of 8GB of RAM, 4GB of GPU, a NVIDIA graphics card with CUDA, and 500GB of SSD is needed. In this study computational performances, execution time, and complexity of the satellite imagery were not evaluated.

Since the study area is located in tropics, there are no phenological cycles as in temperate regions, where leaf canopy decreases gradually between late summer and early winter (Schuster et al., 2020). We suggest further research is conducted using the proposed method in a study area located outside the tropical zone and multi-temporal analysis should be considered.

In principle all four classifier algorithms need training data sets. However, the ANN classifier uses layers as a basis for computation while RF and XGBoost use loss function to compute the mean decrease, and SVM classifier uses hyper-parameter values. These differences clearly produced different results in this study. Despite these differences, the results of XGBoost produced consistent results while the other three classifiers did not.

Conclusions

This study evaluates the implementation of the XGBoost classifier algorithm with three other classifiers (Random Forest, Support Vector Machine, and Artificial Neural Network). The result demonstrates that the XGBoost classifier algorithm consistently outperformed the other three classifiers. The study found that the different numbers of data training affect the final accuracy as well as the kappa value.

When compared with observed dense vegetation of NDVI, once again the XGBoost algorithm outperformed the other three classifiers with the lowest RMSE value. All three classifier algorithms produced inconsistent accuracy and kappa values when using different numbers of data training. While the XGBoost classifier always produced high accuracy in all scenarios.

This study found that more data training does not always lead to higher or better accuracy with the RF, SVM, and ANN classifiers. However, when using the XGBoost classifier, the small number of data training still produces high accuracy. The novel procedure proposed in this study is reproducible with the availability of the code open to the public. Compared to the other three classifiers, the XGBoost classifier code is the simplest.

Further research could be conducted to compare the XGBoost classifier with other machine learning classifier algorithms such as the Classification and Regression Tree (CART) classifier, or even with the Genetic Evolution (GE) algorithm and Swarm Particle Optimization (SPO) with limited training datasets. Computational performances, execution time, and complexity of the satellite imagery also needs to be evaluated.

Data availability

Underlying data

Mendeley Data: Underlying data for ‘The simplicity of XGBoost algorithm versus the complexity of Random Forest, Support Vector Machine, and Neural Networks algorithms in urban forest classification’, https://doi.org/10.17632/j739yc6cgc.1 (Ramdani & Furqon, 2022).

This project contains the following underlying data:

  • Data file 1: PS.tif (PlanetScope raster data)

  • Data file 2: samplingPS10.csv (Data for data training and testing)

  • Data file 3: samplingPS15.csv (Data for data training and testing)

  • Data file 4: samplings.csv (Data for data training and testing)

  • Data file 5: ub_ps_names.csv (Data for data training and testing)

  • Data file 6: NN_PlanetScope.R

  • Data file 7: RF&SVM.R

  • Data file 8: xgBoostalgorithm.R

Data are available under the terms of the Creative Commons Attribution 4.0 International license (CC-BY 4.0)

Software availability

Source code available from: https://github.com/fatwaramdani/f1000

Archived source code at time of publication: https://doi.org/10.5281/zenodo.7014120 (Ramdani, 2022)

License: CC-BY 4.0

Comments on this article Comments (0)

Version 1
VERSION 1 PUBLISHED 20 Sep 2022
Comment
Author details Author details
Competing interests
Grant information
Copyright
Download
 
Export To
metrics
Views Downloads
F1000Research - -
PubMed Central
Data from PMC are received and updated monthly.
- -
Citations
CITE
how to cite this article
Ramdani F and Furqon MT. The simplicity of XGBoost algorithm versus the complexity of Random Forest, Support Vector Machine, and Neural Networks algorithms in urban forest classification [version 1; peer review: 1 approved] F1000Research 2022, 11:1069 (https://doi.org/10.12688/f1000research.124604.1)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
track
receive updates on this article
Track an article to receive email alerts on any updates to this article.

Open Peer Review

Current Reviewer Status: ?
Key to Reviewer Statuses VIEW
ApprovedThe paper is scientifically sound in its current form and only minor, if any, improvements are suggested
Approved with reservations A number of small changes, sometimes more significant revisions are required to address specific details and improve the papers academic merit.
Not approvedFundamental flaws in the paper seriously undermine the findings and conclusions
Version 1
VERSION 1
PUBLISHED 20 Sep 2022
Views
4
Cite
Reviewer Report 05 Jul 2023
Mustafa Zeybek, Selcuk Universitesi, Konya, Konya, Turkey 
Approved
VIEWS 4
1. Abstract and Introduction Sections: The abstract and introduction sections are appropriate.

2. Methodology Section: The methodology section could be improved to be more streamlined instead of resembling a tutorial. For example, the section on Artificial Neural ... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
Zeybek M. Reviewer Report For: The simplicity of XGBoost algorithm versus the complexity of Random Forest, Support Vector Machine, and Neural Networks algorithms in urban forest classification [version 1; peer review: 1 approved]. F1000Research 2022, 11:1069 (https://doi.org/10.5256/f1000research.136812.r178992)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
  • Author Response 11 Jan 2024
    Fatwa Ramdani, International Public Policy, University of Tsukuba, Tsukuba, 305-8571, Japan
    11 Jan 2024
    Author Response
    Thank you very much for the time to read and review our paper. We will try our best to improve the paper as suggested
    Competing Interests: No competing interests were disclosed.
COMMENTS ON THIS REPORT
  • Author Response 11 Jan 2024
    Fatwa Ramdani, International Public Policy, University of Tsukuba, Tsukuba, 305-8571, Japan
    11 Jan 2024
    Author Response
    Thank you very much for the time to read and review our paper. We will try our best to improve the paper as suggested
    Competing Interests: No competing interests were disclosed.

Comments on this article Comments (0)

Version 1
VERSION 1 PUBLISHED 20 Sep 2022
Comment
Alongside their report, reviewers assign a status to the article:
Approved - the paper is scientifically sound in its current form and only minor, if any, improvements are suggested
Approved with reservations - A number of small changes, sometimes more significant revisions are required to address specific details and improve the papers academic merit.
Not approved - fundamental flaws in the paper seriously undermine the findings and conclusions
Sign In
If you've forgotten your password, please enter your email address below and we'll send you instructions on how to reset your password.

The email address should be the one you originally registered with F1000.

Email address not valid, please try again

You registered with F1000 via Google, so we cannot reset your password.

To sign in, please click here.

If you still need help with your Google account password, please click here.

You registered with F1000 via Facebook, so we cannot reset your password.

To sign in, please click here.

If you still need help with your Facebook account password, please click here.

Code not correct, please try again
Email us for further assistance.
Server error, please try again.