-
### Describe the feature/enhancement
When importing a podcast episode, it would be good to be able to set a way of inferring the season and episode based on the title. Inference could be done autom…
-
## Description
Be able to link a subnet IP address with an IP address that's part of it
The solution we were considering with Romain would be to add an inference rule that will add relations bet…
-
Applies to both inference rules and latex expressions
The autocomplete feature is useful for typing in CLI; not clear how to enable for web interface.
-
### Description
The ELSER and E5 models are quite large and cannot be downloaded and/or deployed in integration tests in CI. However, they can be run locally during active development when the time…
-
RULE"if" statements should always contain an "else" statement in combinational
processes to avoid undesired latch inference
À partir de l’adresse
Cette règle n'est pas cohérente le process est s…
-
To improve the onboarding experience, we should consider having the `tailor` rules for inference languages actually attempt to run inference on the files for which it is generating targets, and skip g…
-
Is it possible to add smarter variable type inference to detect all the different variable types that Featuretools supports like PhoneNumber, ZipCode etc. using regex or other rules?
-
The use of generalized inference rules would be very helpful.
Example 1:
```
and(A, B, C, D, E, F)
#---------------------
and(B, D, E)
```
Example 2:
```
or(A, B, C)
|-(A, S)
|-(B, …
ghost updated
7 years ago
-
I would like Snakemake to treat `None` input values as though they are paths that will never exist.
For example, the `foo` rule below will only be used to generate the output if the variable `input…
nh13 updated
5 months ago
-
For a very simple (and stratified) program like:
```mango_buyer(1..3).
mango_seller(1..3).
0.5::deal(X, Y) :- mango_buyer(X), mango_seller(Y).
was_deal :- deal(X, Y).
#query(was_deal).
`…