python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Building a Random Forest Classifier with equal output probabilities to a Decision Tree Classifier
I have been trying to build a RandomForestClassifier() (RF) model and a DecisionTreeClassifier() (DT) model in order to get the same output (only for learning purposes). I have found some questions wi...
Chris
Votes: 0
Answers: 1
Get waterfall plot values of a feature in a dataframe using shap package
I am working on a binary classification using random forest model, neural networks in which am using SHAP to explain the model predictions. I followed the tutorial and wrote the below code to get the ...
The Great
Votes: 0
Answers: 1
Running random forest loop, predicting to unsampled locations and saving outputs
I would like to run a random forest 100 times, save train and test AUC and OOB scores, predict to model spatial extent, save mean, standard error and coefficient of variation per cell, then write to r...
TJeff
Votes: 0
Answers: 0
Error in eval(predvars, data, env) : object 'model_.B' not found in RandomForest function
$ price : int 11200 27000 16000 12750 14500 14900 16000 16250 14250 14250 ...
$ transmission : Factor w/ 3 levels "Automatic","Manual",..: 1 ...
Dimitris Karditsas
Votes: 0
Answers: 0