Download Starter Script
What is ExtraTrees?
The Extra Trees Classifier is another ensemble learning method similar to Random Forest. It builds a large number of unpruned decision trees and uses a random subset of features for splitting at each node, which enhances the diversity among the trees. This algorithm typically results in better generalization and robustness against overfitting compared to traditional decision trees. Extra Trees is efficient for handling large datasets and complex relationships, making it a valuable tool for classification tasks.
Most Frequent Parameters
-
bootstrap: True, criterion: entropy, max_features: sqrt, min_samples_leaf: 1, n_estimators: 100
- Count: 4 -
max_depth: 20, min_samples_split: 5, n_estimators: 100
- Count: 2 -
bootstrap: True, criterion: gini, max_features: sqrt, min_samples_leaf: 1, n_estimators: 200
- Count: 2 -
bootstrap: False, criterion: gini, max_features: sqrt, min_samples_leaf: 1, n_estimators: 200
- Count: 2 -
max_depth: 30, min_samples_split: 2, n_estimators: 100
- Count: 1
Average Scores Based on Model History
- Average Accuracy: 0.91
- Average Precision: 0.92
- Average Recall: 0.91
- Average F1 Score: 0.90
ExtraTrees Model History
General Information
- Model Type: ExtraTrees
- Parameters: bootstrap: True, criterion: entropy, max_features: sqrt, min_samples_leaf: 1, n_estimators: 100
- Create Date: December 20, 2024, 11:03 p.m.
- Evaluation Date: December 20, 2024, 11:03 p.m.
- Popularity History Timeframe: 11/21/2024 - 12/21/2024
Performance Metrics
- Accuracy: 0.95
- Precision: 0.96
- Recall: 0.95
- F1 Score: 0.95
- Confusion Matrix: [[ 7, 5, 0], [ 0, 150, 0], [ 0, 3, 9]]
Feature Importance
- No feature importance data available.
File Downloads
General Information
- Model Type: ExtraTrees
- Parameters: bootstrap: True, criterion: entropy, max_features: sqrt, min_samples_leaf: 1, n_estimators: 100
- Create Date: December 13, 2024, 11:03 p.m.
- Evaluation Date: December 13, 2024, 11:03 p.m.
- Popularity History Timeframe: 11/14/2024 - 12/14/2024
Performance Metrics
- Accuracy: 0.95
- Precision: 0.96
- Recall: 0.95
- F1 Score: 0.95
- Confusion Matrix: [[ 7, 5, 0], [ 0, 150, 0], [ 0, 3, 9]]
Feature Importance
- No feature importance data available.
File Downloads
General Information
- Model Type: ExtraTrees
- Parameters: bootstrap: True, criterion: entropy, max_features: sqrt, min_samples_leaf: 1, n_estimators: 100
- Create Date: December 6, 2024, 11:03 p.m.
- Evaluation Date: December 6, 2024, 11:03 p.m.
- Popularity History Timeframe: 11/07/2024 - 12/07/2024
Performance Metrics
- Accuracy: 0.95
- Precision: 0.96
- Recall: 0.95
- F1 Score: 0.95
- Confusion Matrix: [[ 7, 5, 0], [ 0, 150, 0], [ 0, 3, 9]]
Feature Importance
- No feature importance data available.
File Downloads
General Information
- Model Type: ExtraTrees
- Parameters: bootstrap: True, criterion: entropy, max_features: sqrt, min_samples_leaf: 1, n_estimators: 100
- Create Date: December 3, 2024, 12:09 p.m.
- Evaluation Date: December 3, 2024, 12:09 p.m.
- Popularity History Timeframe: 11/03/2024 - 12/03/2024
Performance Metrics
- Accuracy: 0.95
- Precision: 0.96
- Recall: 0.95
- F1 Score: 0.95
- Confusion Matrix: [[ 7, 5, 0], [ 0, 150, 0], [ 0, 3, 9]]
Feature Importance
- No feature importance data available.
File Downloads
General Information
- Model Type: ExtraTrees
- Parameters: bootstrap: False, criterion: gini, max_features: sqrt, min_samples_leaf: 1, n_estimators: 200
- Create Date: November 29, 2024, 11:09 p.m.
- Evaluation Date: November 29, 2024, 11:09 p.m.
- Popularity History Timeframe: 10/31/2024 - 11/30/2024
Performance Metrics
- Accuracy: 0.97
- Precision: 0.97
- Recall: 0.97
- F1 Score: 0.96
- Confusion Matrix: [[ 9, 3, 0], [ 0, 150, 0], [ 0, 3, 9]]
Feature Importance
- No feature importance data available.
File Downloads
General Information
- Model Type: ExtraTrees
- Parameters: bootstrap: False, criterion: gini, max_features: sqrt, min_samples_leaf: 1, n_estimators: 200
- Create Date: November 22, 2024, 11:09 p.m.
- Evaluation Date: November 22, 2024, 11:09 p.m.
- Popularity History Timeframe: 10/24/2024 - 11/23/2024
Performance Metrics
- Accuracy: 0.97
- Precision: 0.97
- Recall: 0.97
- F1 Score: 0.97
- Confusion Matrix: [[ 5, 2, 0], [ 0, 156, 0], [ 0, 3, 6]]
Feature Importance
- No feature importance data available.
File Downloads
General Information
- Model Type: ExtraTrees
- Parameters: bootstrap: True, criterion: gini, max_features: sqrt, min_samples_leaf: 1, n_estimators: 200
- Create Date: October 19, 2024, 3:03 p.m.
- Evaluation Date: October 19, 2024, 3:03 p.m.
- Popularity History Timeframe: 09/19/2024 - 10/19/2024
Performance Metrics
- Accuracy: 0.83
- Precision: 0.84
- Recall: 0.83
- F1 Score: 0.82
- Confusion Matrix: [[33, 16, 0], [ 6, 94, 0], [ 2, 3, 6]]
Feature Importance
- No feature importance data available.
File Downloads
General Information
- Model Type: ExtraTrees
- Parameters: bootstrap: True, criterion: gini, max_features: sqrt, min_samples_leaf: 1, n_estimators: 200
- Create Date: October 18, 2024, 1:16 a.m.
- Evaluation Date: October 18, 2024, 1:16 a.m.
- Popularity History Timeframe: 09/18/2024 - 10/18/2024
Performance Metrics
- Accuracy: 0.82
- Precision: 0.84
- Recall: 0.82
- F1 Score: 0.80
- Confusion Matrix: [[100, 2, 0], [ 20, 21, 0], [ 7, 0, 10]]
Feature Importance
- No feature importance data available.
File Downloads
General Information
- Model Type: ExtraTrees
- Parameters: max_depth: 30, min_samples_split: 2, n_estimators: 100
- Create Date: October 17, 2024, 11:39 p.m.
- Evaluation Date: October 17, 2024, 11:39 p.m.
- Popularity History Timeframe: 09/18/2024 - 10/18/2024
Performance Metrics
- Accuracy: 0.84
- Precision: 0.86
- Recall: 0.84
- F1 Score: 0.83
- Confusion Matrix: [[100, 2, 0], [ 16, 25, 0], [ 7, 0, 10]]
Feature Importance
- No feature importance data available.
File Downloads
General Information
- Model Type: ExtraTrees
- Parameters: max_depth: 20, min_samples_split: 5, n_estimators: 100
- Create Date: October 17, 2024, 11:31 p.m.
- Evaluation Date: October 17, 2024, 11:31 p.m.
- Popularity History Timeframe: 09/18/2024 - 10/18/2024
Performance Metrics
- Accuracy: 0.89
- Precision: 0.89
- Recall: 0.89
- F1 Score: 0.88
- Confusion Matrix: [[114, 0, 1], [ 4, 16, 2], [ 11, 0, 12]]
Feature Importance
- No feature importance data available.
File Downloads
General Information
- Model Type: ExtraTrees
- Parameters: max_depth: 20, min_samples_split: 5, n_estimators: 100
- Create Date: October 17, 2024, 7:16 p.m.
- Evaluation Date: October 17, 2024, 7:16 p.m.
- Popularity History Timeframe: 09/17/2024 - 10/17/2024
Performance Metrics
- Accuracy: 0.89
- Precision: 0.89
- Recall: 0.89
- F1 Score: 0.88
- Confusion Matrix: [[114, 0, 1], [ 4, 16, 2], [ 11, 0, 12]]
Feature Importance
- No feature importance data available.