jajupmochi
|
4fd314d374
|
[Fix] Fixed the bug that gklearn.utils.kernels.gaussiankernel can not handle lists as inputs.
|
4 years ago |
jajupmochi
|
1800923c45
|
[API change] gklearn.utils.kernels.gaussiankernel function no longer transforms inputs to numpy.array of float values. This may be faster, but may cause some errors to the previous codes.
|
4 years ago |
jajupmochi
|
70a11dfd1b
|
[Enhancement] gklearn.utils.normalize_gram_matrix function now raises an excepetion if the diagonal includes negative values.\n[Enhancement] gklearn.utils.get_graph_kernel_by_name function now accepts strings of kernel names the same as the keys of gklearn.kernels.GRAPH_KERNELS and supports more graph kernels.
|
4 years ago |
jajupmochi
|
b843707e9c
|
[Enhancement] gklearn.dataset.Dataset class can now automatically get the task type of the given dataset (regression or classification).
|
4 years ago |
jajupmochi
|
ce6399593d
|
[CI] Ignore downloaded datasets.
|
4 years ago |
jajupmochi
|
325f51cb6f
|
[Feature] Add the gklearn.model_learning.dichotomous_permutation function.
|
4 years ago |
jajupmochi
|
ed17010535
|
[Major Feature][Todo] Add model_learning module, including a new NestedCV class and a Workflow class for graph kernel computation.
|
4 years ago |
jajupmochi
|
bb36d0f507
|
[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 |
jajupmochi
|
d08eddc69c
|
[Enhancement] The global variable now uses kernel classes as values.
|
4 years ago |
jajupmochi
|
679953200c
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
81a881bd79
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
14bd9db5a7
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
29bcfe4dab
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
13c0fb37c1
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
6e898240e3
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
27de2454a9
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
25e10c8d49
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
cba8047279
|
[Exp] Update computation of ged stability.
|
4 years ago |
jajupmochi
|
59687d1e87
|
[Exp] Add taskhub to run exps all in once.
|
4 years ago |
jajupmochi
|
74bab60deb
|
[Exp] Add taskhub to run exps all in once.
|
4 years ago |
jajupmochi
|
13ac6d9153
|
[Exp] Add taskhub to run exps all in once.
|
4 years ago |
jajupmochi
|
756371aaf1
|
[Exp] Add taskhub to run exps all in once.
|
4 years ago |
jajupmochi
|
ac78c8517a
|
[Exp] Add taskhub to run exps all in once.
|
4 years ago |
jajupmochi
|
07478a5717
|
[Exp] Add taskhub to run exps all in once.
|
4 years ago |
jajupmochi
|
e991f59742
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
71df9f591f
|
[Update] Move the import of control out of the __init__().
|
4 years ago |
jajupmochi
|
47951de049
|
[Update] Move the import of control into the __init__().
|
4 years ago |
jajupmochi
|
684d26bf7e
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
b72fb5db21
|
[Doc] Update citation.
|
4 years ago |
jajupmochi
|
bfe64a1f66
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
6332e5684d
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
4bfde8d881
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
59a36aa0a0
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
a638bfa45a
|
[Exp] FCSP: 1. Use no more than 10 tlong tasks. 2. use ljia instead of explicit name. 3. My first SCI journal paper is accepted!
|
4 years ago |
jajupmochi
|
8c6168b8f8
|
[Exp] Update special tasks.
|
4 years ago |
jajupmochi
|
e5b977734c
|
[Fix bugs] length in get_iters in compute_geds().
|
4 years ago |
jajupmochi
|
f282e93322
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
367c8e400a
|
[Exp] Update exceptions in fcsp exps.
|
4 years ago |
jajupmochi
|
c3c3921b20
|
[Exp] Remove #SBATCH --exclusive in the fcsp exps.
|
4 years ago |
jajupmochi
|
1009d5dd67
|
[Exp] Fix typo bug in gklearn/experiments/ged/stability/group_results.py.
|
4 years ago |
jajupmochi
|
85c17b06c1
|
[Exp] GED stability: add marker file, use edge labels in datasets, test Acyclic and Alkane.
|
4 years ago |
jajupmochi
|
743d610827
|
[Update] Use get_iters istof tqdm when computing GEDs.
|
4 years ago |
jajupmochi
|
0b7f281d38
|
[Add] __init__.py for exps.
|
4 years ago |
jajupmochi
|
d61db07d58
|
[Update] Change an excepetion output msg in DataLoader.
|
4 years ago |
jajupmochi
|
62145db207
|
[exp] fcsp: add program for slurm and the exps for space complexity.
|
4 years ago |
jajupmochi
|
e93ab877b3
|
[update] Dataset class: Remove null graphs after loading the dataset.
|
4 years ago |
jajupmochi
|
349d7a76ca
|
Use get_iters function instead of tqdm in StructuralSP.
|
4 years ago |
jajupmochi
|
6326e22abc
|
Put deprecation warning of gklearn.utils.Dataset inside the __init__().
|
4 years ago |
jajupmochi
|
95598397a1
|
Add pairwise_ged function.
|
4 years ago |
jajupmochi
|
920ebda3f9
|
Hide deprecation warning in graph_file.py.
|
4 years ago |