Artem Vasenin

Results 74 comments of Artem Vasenin

Surprisingly, I just had a similar [dive](https://www.reddit.com/r/neovim/comments/1agsp4p/comment/kol1iwz/?utm_source=share&utm_medium=web2x&context=3) into how to get visual region. Yeah, [this plugin is also making the same mistake](https://github.com/numToStr/Comment.nvim/blob/0236521ea582747b58869cb72f70ccfa967d2e89/lua/Comment/utils.lua#L120-L121), so either nvim changed it recently or just...

PyTorch 1.13 and py39 are not available in 2.123. Is there an ETA for getting this fixed?

Any updates on this? The way it is currently implemented makes tuning script-mode XGBoost almost impossible, since we can't use the parameters we define. It is possible to set custom...

Hi @till-m, regarding your concerns: > What happens if there are duplicate points (i.e. points with the same parameters), would it be possible that the "real" point is updated instead...

@till-m I have looked into other ways you suggested achieving similar effect and currently it seems that they won't be as effective or too difficult to implement. Basically, it is...

Looking more closely at the code, perhaps it would make more sense to put dummy logic into `TargetSpace` class, since it has kind of similar logic with constraints.

Is there something similar to kappa decay in your code? For the algorithm to hone in on the maximum better you need to progressively reduce kappa to 0. In my...

Hi, I can go over it briefly, but TBH I haven't been looking in this area since last year, since my approach works fine for me.

Hi, thank you. I guess I forgot to RTFM) I managed to fix it by setting `named` item. The cause was that my `Todo` highlight is nearly black: `Todoxxx cterm=bold,italic...