Skip to content
Prev 336676 / 398513 Next

Random Forest, Variable Mismatch

On Sat, Feb 15, 2014 at 8:43 AM, Lorenzo Isella
<lorenzo.isella at gmail.com> wrote:
This error is thrown when the column names in original and new data do
not agree. Make sure the column names in your original data and the
new data 'mydata' are the same.
column types are not enough - the column names must be the same.

HTH,

Peter