Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kernelregression not found? #20

Open
vgupta1 opened this issue Jan 25, 2016 · 3 comments
Open

kernelregression not found? #20

vgupta1 opened this issue Jan 25, 2016 · 3 comments

Comments

@vgupta1
Copy link

vgupta1 commented Jan 25, 2016

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
Copy link
Owner

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

@vgupta1
Copy link
Author

vgupta1 commented Jan 25, 2016

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
#20 (comment)
.

@klezmen
Copy link

klezmen commented Nov 15, 2016

so no knn regression now? :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants