linlin
|
8b853895fa
|
Merge pull request #48 from jajupmochi/v0.2.x
V0.2.x
|
3 years ago |
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 |
jajupmochi
|
b36eaae177
|
[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 |
jajupmochi
|
5eb90655a4
|
[Features] Add model seletion methods with validation set: , , . Required version of scikit-learn is upgraded to 1.1.0, to support the argument of used in .
|
3 years ago |
jajupmochi
|
a76335ed16
|
[Features][API Changes] Update kernel classes.
|
3 years ago |
jajupmochi
|
5e37d4447f
|
[Major Features] Add GEDModel which is compatibale with .
|
3 years ago |
jajupmochi
|
a7e189134d
|
[Fix] Change the output directory name.
|
3 years ago |
jajupmochi
|
1946d46964
|
[Feature] Allow to permutate nodes in graphs when using bipartite to estimate GED. This feature is implementated in the method in Python, which invokes GEDLIB in C++ by Cython.
|
3 years ago |
jajupmochi
|
08ee17d153
|
[CI] Add tests on Python 3.9.
|
3 years ago |
jajupmochi
|
45747641df
|
[CI] Fix travis badge link.
|
3 years ago |
linlin
|
0af57092a3
|
Update README.md
|
3 years ago |
linlin
|
074a3f3465
|
Merge pull request #47 from gitter-badger/gitter-badge
[CI] Add a Gitter chat badge to README.md
|
3 years ago |
The Gitter Badger
|
375cc34243
|
Add Gitter badge
|
3 years ago |
jajupmochi
|
42acfd0236
|
[Fix] Fix laplacian_kernel and cosine_kernel between pairs of numpy vectors.
|
3 years ago |
jajupmochi
|
dd58f602ec
|
[Feature] Add kronecker_delta_kernel function between a pair of numpy vectors.
|
3 years ago |
linlin
|
e1fe40d894
|
Merge pull request #46 from jajupmochi/v0.2.x
V0.2.x
|
3 years ago |
jajupmochi
|
7d3e929b36
|
[Feature] Add several new kernels between vectors.
|
3 years ago |
jajupmochi
|
92fd38c4d6
|
[CI] Migrate from travis.org to travis.com.
|
4 years ago |
jajupmochi
|
310b01c347
|
[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 |
jajupmochi
|
2e0105c488
|
[Fix] Typos in README.md.
|
4 years ago |
jajupmochi
|
bd8bf2b234
|
[Enhancement] Add more verbose for the WL kernel.
|
4 years ago |
jajupmochi
|
609c8c1518
|
[Enhancement] Allow deciding whether or not to make a copy of input graphs in GraphKernel class.
|
4 years ago |
jajupmochi
|
785a5c1926
|
[To finish] Remove dummy labels in treelet kernel (for the contest.)
|
4 years ago |
jajupmochi
|
231c050f88
|
[To finish] Remove dummy labels in treelet kernel (for the contest.)
|
4 years ago |
jajupmochi
|
23a938482a
|
[[Enhancement] gklearn.utils.normalize_gram_matrix function now raises…
|
4 years ago |
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 |