# \[ANN\] NearestNeighborModels v0.1.4

**URL:** https://discourse.julialang.org/t/ann-nearestneighbormodels-v0-1-4/56449
**Category:** Package Announcements
**Tags:** machine-learning
**Created:** [March 3, 2021, 10:47pm UTC](https://discourse.julialang.org/t/ann-nearestneighbormodels-v0-1-4/56449 "2021-03-03T22:47:47Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![samuel\_okon](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/samuel_okon/32/10285_2.png) [@samuel\_okon](https://discourse.julialang.org/u/samuel_okon)
#### Post date: [March 3, 2021, 10:47pm UTC](https://discourse.julialang.org/t/ann-nearestneighbormodels-v0-1-4/56449/1 "2021-03-03T22:47:47Z")

</div>

This announces the `v0.1.4` release of [NearestNeighborModels.jl](https://github.com/alan-turing-institute/NearestNeighborModels.jl).  
[NearestNeighborModels.jl](https://github.com/alan-turing-institute/NearestNeighborModels.jl) builds on @kristoffer.carlsson [NearestNeighbors](https://github.com/KristofferC/NearestNeighbors.jl) package and earlier contributions from @tlienart residing at [MLJModels.jl](https://github.com/alan-turing-institute/MLJModels.jl/blob/98618d7be53f72054de284fa1796c5292d9071bb/src/NearestNeighbors.jl#L1). The package implements K-nearest neighbor regressors(`KNNRegressor`, `MultitargetKNNRegressor`) and classifiers(`KNNClassifier`, `MultitargetKNNClassifier`), for use with the [MLJ](https://alan-turing-institute.github.io/MLJ.jl/dev/) machine learning framework. In addition to this a variety of weighing kernels are provided including those from the paper [Geler et.al (2016):  
Comparison of different weighting schemes for the kNN classifier on time-series data](https://perun.pmf.uns.ac.rs/radovanovic/publications/2016-kais-knn-weighting.pdf).
