You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
jajupmochi b843707e9c [Enhancement] gklearn.dataset.Dataset class can now automatically get the task type of the given dataset (regression or classification). 4 years ago
..
dataset [Enhancement] gklearn.dataset.Dataset class can now automatically get the task type of the given dataset (regression or classification). 4 years ago
examples Update examples. 4 years ago
experiments [Exp] Update exceptions in fcsp exps. 4 years ago
ged [Fix bugs] length in get_iters in compute_geds(). 4 years ago
gedlib Add parallel functions to MGE. 5 years ago
kernels [Major Feature] Graph kernel classes now can compute kernel matrix between two different list of graphs using fit/transform methods which uses the same scheme as the scikit-learn library! 4 years ago
model_learning [Feature] Add the gklearn.model_learning.dichotomous_permutation function. 4 years ago
preimage Use the parameter exist_ok=True in the function os.makedirs to check if a dir exists to avoid problems while paralleling. 4 years ago
tests Set tqdm usages in all graph kernels with self-defined intervals so that it will print less lines when writing to a file. 4 years ago
utils Put deprecation warning of gklearn.utils.Dataset inside the __init__(). 4 years ago
__init__.py Add k-nn test. 5 years ago

A Python package for graph kernels, graph edit distances and graph pre-image problem.

Text Jupyter Notebook Python C++ other