johnmyleswhite / kNN.jl

The k-nearest neighbors algorithm in Julia
Other
22 stars 17 forks source link

kernelregression not found? #20

Open vgupta1 opened 8 years ago

vgupta1 commented 8 years ago

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?

johnmyleswhite commented 8 years ago

This package is totally broken. I'm going to mark it as abandoned forever soon.

vgupta1 commented 8 years ago

Can you point me to an appropriate replacement for regression?

VG On Mon, Jan 25, 2016 at 8:25 AM John Myles White notifications@github.com 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 .

klezmen commented 7 years ago

so no knn regression now? :(