Skip to content

Anakin86708/kaog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages