Skip to content
#

modeling

Here are 909 public repositories matching this topic...

dash
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.

BenjaSanchez
BenjaSanchez commented Dec 3, 2019

Problem description

When going through an I/O cycle with a model that has subsystems stored as groups, the members of each group in the sbml file get scrambled on each cycle, as those members are stored in set() structures, which are unordered. This significantly hinders cobrapy to be used for updating a model that has groups and is stored in a Github repository, as hundreds of lines in

simpeg
gama
umple
SultanEid
SultanEid commented Mar 2, 2020

Specify a Brief Description

This only affects developers of Umple
A method parameter of a list attribute is not properly set to 'isList'. This only occurs when an attribute is a list attribute and is not initialized at the model. The UmpleInternalParser will create a method parameter of the list attribute but the value of 'isList' of that particular method parameter is not set to true.

Improve this page

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

Learn more

You can’t perform that action at this time.