Skip to content
#

model-checking

Here are 180 public repositories matching this topic...

lime
IrinaMax
IrinaMax commented Dec 6, 2019

I have issue with model explamation lime() try demo in lime/demo/text_classification_explanation.R it game me error:

`results <- lime(sentences_to_explain, bst, get.features.matrix, keep_word_position = false)(cases = sentences_to_explain, n_labels = 1, n_features = 5)

Error in eval(lhs, parent, parent) : attempt to apply non-function
`
Can you please suggest? Thanks.

vscode-tlaplus
alygin
alygin commented Oct 4, 2019

The TlaDocumentSymbolsProvider stumbles on operators while parsing constants and doesn't report them as model symbols. As a result, const operator names don't appear in the outline panel and in completion suggestions. Such operators also prevent parsing of the following constants.

A simple case:

CONSTANT Foo(_), Bar

Neither Foo nor Bar makes it to the model symbols list

tquatmann
tquatmann commented Dec 20, 2019

Checking nondeterministic models under an arbitrary scheduler allows us to use the (faster) algorithms for DTMCs/CTMCs. This might be useful, e.g., when the nondeterminism is known to be spurious.

In some sense, this would be the reverse operation of --transformation:to-nondet.
Note that for MAs it might be necessary to also invoke --[transformation:]eliminate-chains to get a CTMC (this

mephenor
mephenor commented Dec 3, 2019

A quick rundown of current issues that hinder productive use of ModelPolisher:

  • There was a logic error when using AnnotateDB: a check in one place was inverted and ADB was used when it should not have been and vice versa. This should be fixed in master after pulling in changes from the refactoring branch today
  • Both COBRAparser and JSONParser currently error on some models from bigg_models da

Improve this page

Add a description, image, and links to the model-checking 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 model-checking topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.