kNN.jl
kNN.jl copied to clipboard
kernelregression not found?
Hi All,
I just installed kNN using Pkg.add("kNN") and got the following error: ERROR: UndefVarError: kernelregression not defined
If I use Pkg.checkout("kNN"), i get an error when trying to load the module:
julia> using kNN INFO: Precompiling module NearestNeighbors...
WARNING: deprecated syntax "[a=>b, ...]" at /Users/vishalgupta/.julia/v0.4/SmoothingKernels/src/SmoothingKernels.jl:5. Use "Dict(a=>b, ...)" instead.
WARNING: deprecated syntax "[a=>b, ...]" at /Users/vishalgupta/.julia/v0.4/SmoothingKernels/src/SmoothingKernels.jl:17. Use "Dict(a=>b, ...)" instead. ERROR: LoadError: LoadError: UndefVarError: NaiveNeighborTree not defined in include at /Applications/Julia-0.4.2.app/Contents/Resources/julia/lib/julia/sys.dylib in include_from_node1 at /Applications/Julia-0.4.2.app/Contents/Resources/julia/lib/julia/sys.dylib in include at /Applications/Julia-0.4.2.app/Contents/Resources/julia/lib/julia/sys.dylib in include_from_node1 at /Applications/Julia-0.4.2.app/Contents/Resources/julia/lib/julia/sys.dylib in require at /Applications/Julia-0.4.2.app/Contents/Resources/julia/lib/julia/sys.dylib while loading /Users/vishalgupta/.julia/v0.4/kNN/src/classifier.jl, in expression starting on line 1 while loading /Users/vishalgupta/.julia/v0.4/kNN/src/kNN.jl, in expression starting on line 13
Any help please?
This package is totally broken. I'm going to mark it as abandoned forever soon.
Can you point me to an appropriate replacement for regression?
VG On Mon, Jan 25, 2016 at 8:25 AM John Myles White [email protected] wrote:
This package is totally broken. I'm going to mark it as abandoned forever soon.
— Reply to this email directly or view it on GitHub https://github.com/johnmyleswhite/kNN.jl/issues/20#issuecomment-174555460 .
so no knn regression now? :(