Random forest classification results:A regularized random forest (Scikit-learn implementation). The implementation utilized the cross-entropy as an objective function with 500 decision trees. This number of decision trees was used as part of the regularization in order to avoid overfitting and also to approximate a simpler model which would enable comparison with the results from the logistic regression. Tree-based models are composed of nodes with each representing a level of depth in the model resulting from binary decision nodes where each node compares one feature value of the samples to a threshold. The maximum depth of each decision tree classifier was set to 1 so that only 1 best feature would be eventually used to make the decision. This means that during the training, with bootstrapped samples and features, the individual decision tree classifier ranks the importance of the feature by dropping one of the features and estimate a new decoding score after the dropping. The more loss in the decoding score compared to the original score, the more important the given feature was. In other words, we aimed to estimate the best feature among all features used (i.g confidence, awareness, and correctness). The majority rule was then applied to estimate the feature importance across all decision tree classifiers.Note the sum of feature importance of all features add up to 1 in the implementation of Scikit-learn: ( https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html#sklearn . ensemble.RandomForestClassifier.feature_importances_ ), and so this will be the case across all trials back. Hence, the main effect of the time window in the ANOVA is not meaningful because the average feature importance at each time window would be exactly the same (i.e. 0.33) and consequential it is not reported.
scite is a Brooklyn-based organization that helps researchers better discover and understand research articles through Smart Citations–citations that display the context of the citation and describe whether the article provides supporting or contrasting evidence. scite is used by students and researchers from around the world and is funded in part by the National Science Foundation and the National Institute on Drug Abuse of the National Institutes of Health.
customersupport@researchsolutions.com
10624 S. Eastern Ave., Ste. A-614
Henderson, NV 89052, USA
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Copyright © 2024 scite LLC. All rights reserved.
Made with 💙 for researchers
Part of the Research Solutions Family.