-
The k-nearest neighbors algorithm, also known as KNN or k-NN, is a non-parametric, supervised learning classifier, which uses proximity to make classifications or predictions about the grouping of an …
-
I just started evaluating whether *gamera-4* already works with the latest release candidate of Python 3.11. Doing so, I performed some initial clean-up of build warnings as well to reduce the build n…
-
### Feature request
Build the docker file with podman build or buildah.
### Motivation
Docker is a paid product for most commercial uses. podman or buildah are open source.
### Other
_No respon…
-
I am attempting to use ZeroInflatedRegressor with KNeighborsRegressor as the regressor. The KNeighborsRegressor fit() method does not have a sample_weight parameter, which results in the following err…
-
**Describe the bug**
Encountering the following error when trying to predict using a trained KNN classifier:
`RuntimeError: Exception occured! file=/conda/conda-bld/libcuml_1591208841859/work/cpp/sr…
-
It'd be good to use BM25 as default `Similarity` for KNN classifier.
Having done some tests on the _20newsgroups_ dataset that resulted in improved _f1_ (between 0.10 and 0.15).
---
Migrated from […
-
### Describe the workflow you want to enable
I would like to be able to use the KNeighborsClassifier with something like:
`neigh = KNeighborsClassifier(n_neighbors=2, p=0.1)`
The error you get …
-
## Versions
**river version**: river==0.13.0
**Python version**: 3.8
**Operating system**: Ubuntu 20.04
## Describe the bug
I'm trying to train and predict face detection using KNNCla…
-
FLT mixes fuzzy and MLT, in the context of Lucene based classification it might be useful to add such a fuzziness to a dedicated KNN classifier (based on FLT queries).
---
Migrated from [LUCENE-783…
-
We should add save() and load() methods to KnnClassifier. They can take the same url/path format as model.save().
See [discussion](https://groups.google.com/a/tensorflow.org/forum/?utm_medium=email…