Satoshi Imai
Satoshi Imai
Hi. Individual trees are built in definition of `make-forest`. ``` (push-ntimes n-tree (forest-dtree-list forest) (make-dtree n-class datamatrix target :max-depth max-depth :min-region-samples min-region-samples :n-trial n-trial :gain-test gain-test :remove-sample-indices? remove-sample-indices? :save-parent-node? save-parent-node?...
I distributed the dataset to each node beforehand and trained sub-forests independently. Since my compute node is not powerful, I experimented with iris dataset instead of MNIST. ``` (ql:quickload :lfarm-client)...