donlnz / nonconformist

Python implementation of the conformal prediction framework.
MIT License
437 stars 96 forks source link

Replace sklearn regressor with fastai version TreeEnsemble #20

Open hozen opened 5 years ago

hozen commented 5 years ago

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.