项目作者: alan-turing-institute

项目描述 :
Package providing K-nearest neighbor regressors and classifiers, for use with the MLJ machine learning framework.
高级语言: Julia
项目地址: git://github.com/alan-turing-institute/NearestNeighborModels.jl.git
创建时间: 2020-06-14T23:50:50Z
项目社区:https://github.com/alan-turing-institute/NearestNeighborModels.jl

开源协议:MIT License

下载


NearestNeighborModels

[Linux] Coverage Documentation
Build Status Coverage Stable

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.