nonconformist
nonconformist copied to clipboard
Replace sklearn regressor with fastai version TreeEnsemble
For most of embedded Linux distribution, sklearn is not included due to limited resource. This PR is to remove sklearn dependency and reuse fastai TreeEnsemble implementation as the ICP underlying regression model.