Rafael Xavier

Results 5 comments of Rafael Xavier

It's not clear this is reasonable within Poniard's logic, as CV is not super straightforward to think about with clustering, and some sklearn clusterers do not have `predict` (`OPTICS` for...

What would make sense is to have an interface to run different clusterers and score them on various metrics without CV. This would require overriding at least `fit` since we...

I'm having the same issue with ipywidget-enabled tqdm progress bars. `nbdev_preview` throws `WARNING: Malformed Jupyter Output Display Data found:` and no progress bars can be seen in the quarto output,...

Hey @BrandonKMLee. Classification is a core use case that's been implemented from the start, or do you mean something else? As for PCA, you're free to use your own transformation...

Yeah, it is. I implemented an ugly fix with directives and ipython display. I'll fix the issue so the urls point to an earlier version where it can be seen.