Icon

RF_​SVM (1)

Loads the cleaned crash dataset
CSV Reader
Splits data into training and test folds
X-Partitioner
Balances class distribution in training data
Equal Size Sampling
Trains the Random Forest classification model
Random Forest Learner
Applies the model to generate predictions
Random Forest Predictor
Combines results from all folds
X-Aggregator
Removes leakage variables and keeps relevant predictors.
Column Filter
Combines results from all folds
X-Aggregator
Balances class distribution in the training data.
Equal Size Sampling
Trains the SVM model to predict injury severity.
SVM Learner
Applies the same scaling to test data using training parameters.
Normalizer (Apply)
Scales numeric features to improve SVM performance.
Normalizer
Splits data into training and test folds
X-Partitioner
Evaluates model performance using metrics
Scorer
Generates predictions on the test data.
SVM Predictor
Combines results from all folds
X-Aggregator
Converts categorical variables into numeric dummy variables for SVM.
One to Many
Converts categorical variables into numeric dummy variables for SVM.
One to Many
Loads the cleaned crash dataset
CSV Reader
Balances class distribution in the training data.
Equal Size Sampling
Splits data into training and test folds
X-Partitioner
ROC Curve
Trains the SVM model to predict injury severity.
SVM Learner
Loads the cleaned crash dataset
CSV Reader
ROC Curve
Scales numeric features to improve SVM performance.
Normalizer
ROC Curve
Generates predictions on the test data.
SVM Predictor
Evaluates model performance using metrics
Scorer
Applies the same scaling to test data using training parameters.
Normalizer (Apply)
Evaluates model performance using metrics
Scorer

Nodes

Extensions

Links