-
I am confused about the dataset `split` method which is not documented clearly. when I handle my own dataset,
```
from pykeen.triples import TriplesFactory
from pykeen.pipeline import pipeline
…
-
### Description
Hi, guys. First of all, thanks for sharing your work with us. I'd like to reproduce the experiments on [CTM paper](https://aclanthology.org/2021.acl-short.96/) using the `20news…
-
Hello,
I have two questions:
1- When we use .fit to generate the embeddings, how to save the model and use it to create the embeddings of new entities of the KG?
2- Before when I used this library,…
-
MeTAL is an inspiring effort for meta learning !!
I want to understand some details in your work:
1. Is the `generated_alpha_params` and `generated_beta_params` represent the `\gamma` and `\beta` …
-
Pykeen uses only 2 training models: **sLCWA** and **LCWA**.
**How can I change it so that it works with Open World Assumptions?**
-
Hello, and thanks for this great autoML framework!
I'm encountering some issues when I try to use my own data with AutoGL. I have a list of PyTorch Geometric's Data objects, I tried to initialise a…
-
Hi @akshitac8, is there any chance of providing the transductive setting's hyperparameters for each dataset?
thank you
-
Hi,
thanks for your great work first!
I have a question about the pre-trained embedding generated with Distmult. Do we need to ignore "unseen entities" when we pre-train, i.e., remove all the t…
-
I have one question about the use case of graph embedding. In the tutorial for graph embedding, we use the fit method to train a model (e.g., FeatherGraph) with the whole dataset (e.g. Reddit 10K), th…
-
**Describe the benchmark KG dataset**:
One of the biggest available Wikidata-based graphs:
~5M entities
~20M edges
822 relations
It comes in both transductive and inductive flavors, added ar…