zincbase icon indicating copy to clipboard operation
zincbase copied to clipboard

A batteries-included kit for knowledge graphs

Results 5 zincbase issues
Sort by recently updated
recently updated
newest added

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

The PyPI package for [scikit-learn](https://scikit-learn.org/) is called [`scikit-learn`](https://pypi.org/project/scikit-learn/) and not `sklearn`.

I suggest you use [`setuptools_scm`](https://github.com/pypa/setuptools_scm/) to automatically align `__version__` in the Zincbase module with the `version` property of the package to the git tags.

Sorry to open this as an issue, but I don't know of a better channel for ZincBase talk. I am, wondering what is a good visualisation front end for ZincBase...

Really cool project and loved your podcast! I was tinkering around with the get_most_likely function as follows: ``` kb.from_csv('.//assets//countries_s3_train.csv',delimiter='\t') kb.build_kg_model(cuda=False, embedding_size=40) kb.train_kg_model(steps=2000, batch_size=1, verbose=True) print(kb.get_most_likely('canada', 'locatedin', '?')) ``` And this...