Michael Mauderer

Results 16 comments of Michael Mauderer

I'd love to, but I don't really have the spare capacity for it at the moment. (I went the alternative route and used [opencv-rust](https://github.com/twistedfall/opencv-rust).)

Actually, it seems this is fixed in [the master branch ](https://github.com/AtheMathmo/rusty-machine/blob/f43da8d7696ff2c8f9bb7d2d049ed06c4bfaaacf/src/learning/lin_reg.rs#L90)but hasn't been released yet.

> Actually, as I've checked the aborting editing... do not revert the expression at the moment. I think this is a regression. So we actually _can_ check if this branch...

> > Actually, as I've checked the aborting editing... do not revert the expression at the moment. I think this is a regression. So we actually _can_ check if this...

Note that the engine version also needs to be updated in `src/rust/ide/src/controller/project.rs`

> Ok, I can fix #1359 as well. Is there a way I can embed the JSON file during the Rust compilation? I think fixing #1359 is a prerequisite for...

@mwu-tow What is the status of this PR? Should it be updated/finished, or is it abandoned and should be closed?

> > > @MichaelMauderer > TBH I'm confused here. PR was ready to merge, apart from waiting review by Wojciech and next release bump. > However, it seems that #1726...

This article might be relevant: http://onlinelibrary.wiley.com/doi/10.1002/col.5080060303/abstract

This seems to be fixed by c811a5ae8ba4a512eb74ece2f9f6cb332c3bcdd4. Before this commit, I observed that removing the metadata of a program results in the graph being updated with a reversed layout, as...