Closed rickhg12hs closed 7 years ago
Sorry for that,the problem is arisen as the dataset used to examine the algorithm is from python's sklearn package,you may need to install sklearn through
pip install sklearn
I also have a plan to eliminate the denpendency of python's datasets in todo.md
It's expected that there are some prerequisites, and it would be nice if there were no errors when first trying to use
LightML.jl
.My
Pkg.clone(...
completed without error, but the firstusing LightML
failed after building several packages and then couldn't locatesklearn
.