microsoft / ELL

Embedded Learning Library
https://microsoft.github.io/ELL
Other
2.29k stars 294 forks source link

Forest Trainer help #206

Closed FoxMarts closed 5 years ago

FoxMarts commented 5 years ago

Hi, I'm trying to use the executable to create a model using the data for the testData.txt, included in the ELL/examples/data folder, which has 20 input data and 2 output data, but every time I try to use the executable it appears the error: Loading data ... Training ... exception: size too big

I already tried to increase the number of trees (-nr) and the maximum number of splits of each tree(-ms), but the same error appears. So I wanted to know which parameters to change to create the template.

Best Regards