Skip to content

Latest commit

History

157 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

NearestNeighborModels

[Linux]CoverageDocumentation
Build StatusCoverageStable

Package providing K-nearest neighbor regressors and classifiers, for use with the MLJ machine learning framework.

Builds on Kristoffer Carlsson's NearestNeighbors package, for performing efficient nearest neighbor searches.

Builds on contributions of Thibaut Lienart originally residing in MLJModels.jl.

Provides the following models: KNNRegressor, KNNClassifier, MultitargetKNNRegressor and MultitargetKNNClassifier.

Provides a library of kernels for weighting nearest neighbors, including all kernels surveyed in the paper Geler et.al (2016): Comparison of different weighting schemes for the kNN classifier on time-series data

Do list_kernels() for a complete list.

For instructions on defining a custom kernel, do ?UserDefinedKernel.

About

Package providing K-nearest neighbor regressors and classifiers, for use with the MLJ machine learning framework.

Topics

Resources

Stars

27 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages