Skip to content
#

inference

Here are 23 public repositories matching this topic...

neomatrix369
neomatrix369 commented Jan 30, 2020

Problem to Solve

At the moment Grakn user of the Docker container may not know how to capture logs from inside a running docker container - especially important when the run has failed.

Current Workaround

There may not be a clean one, but in a case, we could log into the docker container:

$ docker exec -it [container id] /bin/bash
$ cd /path/to/logs
$ [some how upload via 
flyingsilverfin
flyingsilverfin commented Apr 16, 2019

Right now, we restrict grammar to disallow statements such as match $x; get. When building with graql, this is still allowed (Graql.match(var("x")).get()) when it should not be.

Further restrictions are currently built into Grakn's match clause validation at runtime, but not checked elsewhere - such as match $x != $y; get; which does a n^2 scan of the database. We could push this into Gra

julianu
julianu commented Nov 1, 2017

It is set to use only M/Z and RT as default right now.

  • if only one file, more fields (especially sourceID, if given) could be used without problem
  • if multiple files should be compared, make choice possible in KNIME (command line has this anyways), also show recommendations for this in the comparison node
  • maybe add something to the command line, which will allow an educate gu

Improve this page

Add a description, image, and links to the inference topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the inference topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.