Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfeature request: train null model #694
Comments
|
Good point. I'll put one together for the next release. |
|
I just called it "null". Let me know if you have an issues with it. |
Hi there,
I am aware of the nullModel function.
But it would be good if there is a caret method called
"nullModel"which works with thetrainfunction.This is so that 1) the comparison it makes with other real models will be fair because of the resampling scheme, and 2) the syntax for training model stays consistent.