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 ed78e65dd8 [Features] Add model seletion methods with validation set: KFoldWithValid, RepeatedKFoldWithValid, BaseCrossValidatorWithValid. Required version of scikit-learn is upgraded to 1.1.0, to support the input_name argument of sklearn.utils.check_array used in gklearn.model_selection._split.py. 3 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 [Fix] Change the output directory name. 3 years ago
ged [Major Features] Add GEDModel which is compatibale with . 3 years ago
gedlib Add parallel functions to MGE. 5 years ago
kernels [Features][API Changes] Update kernel classes. 3 years ago
model_learning [Feature] Add the gklearn.model_learning.dichotomous_permutation function. 4 years ago
model_selection [Features] Add model seletion methods with validation set: KFoldWithValid, RepeatedKFoldWithValid, BaseCrossValidatorWithValid. Required version of scikit-learn is upgraded to 1.1.0, to support the input_name argument of sklearn.utils.check_array used in gklearn.model_selection._split.py. 3 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 [Major Feature] WLSubtree kernel can now deal with symbolic edge labels (for Gram matrix computation without parallelization). Meanwhile, the dummy labels are no longer added a priori. 4 years ago
utils [Features][API Changes] Update kernel classes. 3 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