Skip to main content

k-NN feature extraction utility

Project description

# gokinjo

  • A feature extraction library based on k-nearest neighbor algorithm in Python - k-NN based feature has experience of being used in 1st place solution of Kaggle competition

  • Switchable backend of k-NN algorithm - [scikit-learn](https://github.com/scikit-learn/scikit-learn) (default) - [annoy](https://github.com/spotify/annoy)

  • FYI: ‘gokinjo’ is meant neighborhood in japanese.

### Prerequisite

  • Python 3.6 or later

  • setuptools >= 30.0.3.0

### How to install

#### From PyPI

`bash $ pip install gokinjo `

##### With annoy backend

`bash $ pip install "gokinjo[annoy]" `

#### From source code

`bash $ pip install git+https://github.com/momijiame/gokinjo.git `

### Usage example

### How to setup of development environment

`bash $ pip install -e ".[develop]" $ pytest `

### References

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gokinjo-0.1.0.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

gokinjo-0.1.0-py3-none-any.whl (10.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page