Browse Source

update docs conf.

v0.1
jajupmochi 5 years ago
parent
commit
3faed9066b
3 changed files with 8 additions and 1 deletions
  1. +4
    -0
      .gitignore
  2. +1
    -1
      README.md
  3. +3
    -0
      docs/requirements.txt

+ 4
- 0
.gitignore View File

@@ -34,3 +34,7 @@ __pycache__
docs/build/* docs/build/*
!docs/build/latex/*.pdf !docs/build/latex/*.pdf
docs/log* docs/log*

*.egg-info
dist/
build/

+ 1
- 1
README.md View File

@@ -78,7 +78,7 @@ Check this paper for detailed description of graph kernels and experimental resu


Linlin Jia, Benoit Gaüzère, and Paul Honeine. Graph Kernels Based on Linear Patterns: Theoretical and Experimental Comparisons. working paper or preprint, March 2019. URL https://hal-normandie-univ.archives-ouvertes.fr/hal-02053946. Linlin Jia, Benoit Gaüzère, and Paul Honeine. Graph Kernels Based on Linear Patterns: Theoretical and Experimental Comparisons. working paper or preprint, March 2019. URL https://hal-normandie-univ.archives-ouvertes.fr/hal-02053946.


A comparison of performances of graph kernels on benchmark datasets can be found [here](https://graphkit-learn.readthedocs.io/en/master/index.html#experiments).
A comparison of performances of graph kernels on benchmark datasets can be found [here](https://graphkit-learn.readthedocs.io/en/master/experiments.html).


## References ## References
[1] Thomas Gärtner, Peter Flach, and Stefan Wrobel. On graph kernels: Hardness results and efficient alternatives. Learning Theory and Kernel Machines, pages 129–143, 2003. [1] Thomas Gärtner, Peter Flach, and Stefan Wrobel. On graph kernels: Hardness results and efficient alternatives. Learning Theory and Kernel Machines, pages 129–143, 2003.


+ 3
- 0
docs/requirements.txt View File

@@ -1 +1,4 @@
sphinx
m2r m2r
nbsphinx
ipykernel

Loading…
Cancel
Save