olpy

This is the main module of the OLPy package. It compares the performance of the various algorithms and returns the result to the use in the desired format.

Functions

olpy_parse_args

Parses the command-line arguments passed to the main program.

run_experiments

Run an experiment using the data passed by the user.

Modules

olpy.classifiers

The repository of all the binary classifiers implemented with the package.

olpy.datasets

Datasets management module.

olpy.exceptions

This module contains the custom exceptions of the package.

olpy.preprocessing

This module contains all the files related to pre-processing tasks.

olpy.utils

This module contains all the files that are used for various other actions.