Anakin86708 / kaog

Grafo ótimo implementado em Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KAOG

K-Associated Optimal Graph implemented using Python.

Dependencies

All the project dependencies can be found under requirements.txt.

Installation

pip install -e kaog

Running

Some examples can be found in the main directory.

Using

The KAOG object only requires a dataset to work, containing also the label for each item. The label column is set as default to target, but can be changed using ColunaYSingleton().NOME_COLUNA_Y = *NAME*. If the dataset contains categorical data, the columns must be specified when creating the KAOG object.


More documentation should be added later.

About

Grafo ótimo implementado em Python


Languages

Language:Python 100.0%