Closed ran88dom99 closed 7 years ago
They are too many things that might have gone wrong. I do not think you can get any reasonable answers. Off the top of my head:
caret
introduced a bug that was not caught (caret-related issue).Please try to narrow down to a specific model and then try to detect your problem in more detail. There might be an easy immediate work-around. For example the gamLoess
fails to properly load the gam
package beforehand so the loess fit fails as lo
cannot be found. This is a caret-related issue but you could solve this issue it by calling library(gam)
before running the model.
Please give accurate description of your system (output of sessionInfo
) and code to reproduce the error you experience. You have linked against a 200k+ lines repo with literally hundreds of files.
I agree. These would be helpful if you use the current devel version and fill out an issue for each one, sticking as close to the repex template as possible. Otherwise, there really isn't much to do.
I'm a beginner working on https://github.com/ran88dom99/GeneratedRegMLBenchmark/wiki. bad.models=c("leapSeq","brnn","gamLoess","ANFIS","FIR.DM","FS.HGD","nodeHarvest","mlpWeightDecayML","monmlp","mlp","mlpWeightDecay","mlpSGD","rbf","rbfDDA","rfRules","GFS.FR.MOGUL","mlpML","HYFIS","GFS.THRIFT" ,"GFS.LT.RS") Many of these crash R. Always Windows, R version 3.3.2. Many more fail. See bottom.
Am I doing something fundamentally wrong? Especially the crashes.