Wojciech Zieliński

Results 3 issues of Wojciech Zieliński

* **I'm submitting a ...** - [x] question about how to use this project * **Summary** I am trying to serialize and deserialize DecisionTreeClassifier, however it throws an error. What...

bug

Hello! Really nice library, thank you! I am bit confused, I've trained model with good results, saved it to file and now I would like to use with `model.predict` in...

Is there any way to observe computed values / views from MST? like ```js const Store = types.model({ nodes: types.array(Node) }) .views(self => ({ get activeNodes() { return self.nodes.filter( node...

bug
help wanted