Michael Weylandt

Results 47 comments of Michael Weylandt

Looking at this again: I wonder if your first suggestion `CARP(label ~ data1 + data2 + data3)` would work for bi-clustering as well (`CBASS(label ~ data1 + data2 + data3)`)....

Hmmmmmm.... If the only thing people want to do with the formula interface is select columns, I'm not really sure that a formula interface is much more useful than `data_frame...

In PR #112, @dansenglund implemented the generalized ADMM from the paper above. It may be worth comparing it to the exact ADMM proposed in the same paper. The generalized ADMM...

Hi @MFaroukB, as I commented inline, there are some changes re: default values and documentations that should be fixed before we can merge this. They should be minor (I hope!)...

This looks good for the changes for the gganimate based plots (`saveviz.CARP` with type = "path" and dynamic = TRUE) -- did you want to make changes for the animation::saveGIF...

Should I look at this or #90?

Will check out the lack of graphics issue tomorrow. Possibly a slowness issue, but my default test data has `n = 44` so I can't imagine there being too big...

So I've looked into this and there's definitely some room for improvement -- we plot the centroid for each point at each iteration, which (as you note) leads to overplotting...

This was addressed for `CARP` in #77 but is still open for `CBASS` so I'm not closing the issue

We don't need the `pyc` files and I don't think we need the html scrape files. (I don't think this needs to be fully bit-for-bit reproducible: just illustrative). Thoughts?