kliegr
kliegr
This is related to #283 which was closed. I found seemingly working code able to load pretrained GloVe vectors to text2vec: https://gist.github.com/tjvananne/8b0e7df7dcad414e8e6d5bf3947439a9 I have not run this successfully due to...
### Describe the bug URIs from http://identifiers.org/mesh namespace, such as http://identifiers.org/mesh/D014376 are missing http://www.w3.org/2000/01/rdf-schema#label in KG-COVID, although this information is available, for http://identifiers.org/mesh/D014376 the label is "Turbecolosis". ### To Reproduce...
pip install https://test.pypi.org/simple/ actionrules-lukassykora Gives errror ERROR: Cannot unpack file /tmp/pip-unpack-26bij12f/simple (downloaded from /tmp/pip-req-build-qor_7uw6, content-type: text/html; charset=UTF-8); cannot detect archive format pip install -i https://test.pypi.org/simple/ actionrules-lukassykora Gives errror Collecting actionrules-lukassykora...
EasyMiner is composed of three components, which are maintained separately. Before posting an issue, please select the right issue tracker. - Issues related to the user interface: [https://github.com/KIZI/EasyMiner-EasyMinerCenter/issues](https://github.com/KIZI/EasyMiner-EasyMinerCenter/issues) - Issues...
Confidence counting of a high support rule (support 11.694.826) does not finish within five hours. The problem is possibly inefficient memory usage since the allocated memory (according to a server-side...
Instantion ("BodyMissing") of `( ?b ?a ) => ( ?a ?b ) | Confidence: 0.9917529917281246, BodySize: 11702183, HeadCoverage: 0.9917529917281246, Support: 11605675, HeadSize: 11702183` Will generate 96581 triples, but the difference...
Currently, RDFRules implements a time limit for mining. Some mining tasks can be extensively memory intensive, after the available memory is exhausted, the mining can be inefficient. A memory limit...
Confidence counting for rule `( ?b ?c ) ^ ( ?a ?c ) => ( ?a ?b ) | HeadCoverage: 0.9993713138822047, HeadSize: 11702183, Support: 11694826` and `( ?a ?c )...
For mining rules for KG completion, it would be useful to have some "mode" for finding rules suitable for the prediction of missing relations. Maybe it would suffice if there...
[tasks_and_rules.zip](https://github.com/propi/rdfrules/files/7291852/tasks_and_rules.zip) Task 1: Max rule length is set to 5, but the task returns only rules of length 4. The antecedent contains three predicate patterns and the "Exact" option is...