bertrandhaut
bertrandhaut
Dear, Here is a problem I was able to reproduce. With this test code: ``` class MyClass(object): def __init__(self): self.a = 10 def __repr__(self): return str(self.a) c = MyClass() print(c)...
Dear, I've tried to use a FMU generated by PythonFMU inside the Wolfram System Modeler tool. It worked when the version 3.2.3 of Modelica library was used. It fails when...
I'm just taking a look at your second example of the README. > Generate some data such that x is indpendent of y given z. > n_samples = 1000 >...
Dear, We are using fmpy inside a larger application where we are calling numerous times the "simulate_fmu" function with the same FMU. More precisely, we are simulating a large period...
In section 24 Leave One Feature Out (LOFO) Importance, third paragraph. The term "LOCO" is used. Should be "LOFO".
Dear, In section 17 - Shapley Values, Examples and interpretation https://christophm.github.io/interpretable-ml-book/shapley.html#examples-and-interpretation there is the sentence "With a predicted 4945 rental bikes, this day is **422 below** the average prediction of...