Skip to content

raseidi/annmf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Approximate Nearest Neighbor Meta-Features

Implementation of the ann-based meta-features extractor, described in this paper.


Usage

Installing

Via conda:

conda env create -f env.yml 

or via pip:

pip install requirements.txt

Usage

Run the code:

python3 extract.py --dataset-path <DATASET_PATH> --nr-inst <NUMBER_OF_INSTANCES>

Parameters:

--dataset-path: directory for you dataset (csv format)
--nr-inst: number of instances to be sampled from the original dataset (in case the dataset is too large)

About

Approximate Nearest Neighbor Meta-Features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages