Kai Xu

Results 119 comments of Kai Xu

Another way that I just read to handle this while still achieving uniform count is by random binning (see https://bkamins.github.io/julialang/2020/12/11/binning.html) but it looks like not compatible with out current pipeline...

> It looks like `fit` for scikit-learn decided the number of bins for you. Yes and no. The `fit` function only changes the required number of bins if this "binedges...

I can do a PR with the new implementaiton with an option for trimming. Whether or not backwards compatibility is possible on `DiscretizeUniformCount` is a question though---the new implementaiton actually...

PR https://github.com/sisl/Discretizers.jl/pull/34 created---plz review.

> Realistically, we may only need to define a handful of distributions that people use for this to be immediately useful. Then the rest is documentation. Do you think it's...

Thanks for the detailed comments, Kristof. I'm not part of the TikZiT team; I'm just a user who really like your software :) It might be helpful for you to...

I used `brew install emacs-mac --HEAD --with-native-comp` followed by `doom build` and `doom sync` (I'm using Doom Emacs) to succesffuly install Emacs 28. One issue has to deal with manually...

Deleted as I just realised I was repeating myself for https://github.com/railwaycat/homebrew-emacsmacport/issues/274#issuecomment-1047217248

I agree. Row-major can actually cause performance issue: fetching a row is slow than fetching a column in Julia