what is the accuracy of each algorithm used
The accuracy of each algorithm used in the study for detecting phishing attempts in blockchain transactions is as follows:
Decision Tree Using Gini Index:
Decision Tree Using Entropy:
Random Forest Classifier:
XGBoost Classifier:
Artificial Neural Network:
The study clearly demonstrates that the random forest classifier and the XGBoost classifier presented the highest accuracy rates among all the models tested for predicting phishing attempts in the blockchain environment.
what about the dataset
The dataset used in the study was an open-source dataset from Kaggle containing Ethereum transactional data. It's important to note that the dataset was imbalanced, with a larger number of safe attempts compared to phishing attempts. This imbalance may have influenced the performance and accuracy of the machine-learning models used for phishing detection.
i want a summary in a paragraph include explain a dataset and hent of each algorithm used
The study focused on detecting phishing attempts in blockchain transactions using machine models. It utilized an open-source dataset from Kaggle containing Ethereum transactional data, which was found to be imbalanced, with a larger number safe attempts compared to phishing attempts. The algorithms used included decision tree classifiers using Gini index and entropy, with accuracies of 97.33 and 97.22% respectively. Moreover, the random forest classifier and XGBoost classifier demonstrated the highest accuracies at 98.5% and 98.33%, outperforming the artificial neural network at 88.8%. The study's findings highlight the significance of accurate algorithm selection and balance for successful phishing detection in blockchain networks.