ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
ImQ009 has joined #mlpack
alan__[m] has quit [Quit: Idle for 30+ days]
rishabh_garg[m] has joined #mlpack
< AakashkaushikGit> Hey @rcurtin I did answer most of the questions and fixed the cmake error because of which the tests weren't running can you take another look at https://github.com/mlpack/models/pull/52 ?
< AakashkaushikGit> (edited) ... weren't running can you ... => ... weren't running. Can you ...
< AakashkaushikGit> @zoq any ideas on how we can implement the `WeightSetVisitor` functionality inside ann/utils ?
< RishabhGargGitte> Hii @rcurtin, can you please address #2883. I guess it somehow fell off your radar. Thanks! :-)
< rcurtin[m]> It's still on my radar, I just haven't gotten to it yet. Typically my "PRs or issues to address" list is 30+ long...
< RishabhGargGitte> Ohh okay. No worries. Get back to it when it shows up on your list.
< RishabhGargGitte> Just a request, if you get time to address any of my open PRs, can you prioritise the one in which I am implementing regression tree?
< rcurtin[m]> sure, I can do that. it's hard to balance it all in the time I have available but I do my best 😃
himanshu_pathak[ has joined #mlpack
< jonpsy[m]> rcurtin So I have a few PR's in ensmallen which might get marked as stale soon enough, my hands are currently full atm (till May 5th-ish), can I bother you with making them "keep-open" :) ?
< jonpsy[m]> * rcurtin So I have a few PR's in ensmallen which might get marked as stale soon enough, my hands are currently full atm (Endsem till May 5th-ish T_T ), can I bother you with making them "keep-open" :) ?
< zoq[m]> You can just leave a comment like „leave open“, that should do the trick.
< jonpsy[m]> oh!
< jonpsy[m]> Stupid question: Is that a github command for trigerring mlpack bot? If yes, I need to write ,,leave open'' letter-to-letter in comment (tried it didn't work)?
< zoq> jonpsy[m]: I think any comment will, do there is no stale label attached, so it's fine.
< jonpsy[m]> sorry, but i think only "optimizers" and "needs review" labels is attached? zoq
< zoq> The stale label will be attached based on activity, activity includes comments.
< zoq> Looking at the PR, I don't think it will go stale any time soon.
< jonpsy[m]> Understood
< jonpsy[m]> thanks
< shrit[m]> I think it would be nice if GitHub makes a difference between closed pull requests and merged one, resulting in three tabs, open, closed, merged
< shrit[m]> Anyone has thought about this before?
ImQ009 has quit [Quit: Leaving]
< zoq> shrit[m]: Haven't really thought about it, but not sure I can see what benefit that would provide?
< shrit[m]> This will filter a pull request that is merged from all other pull requests that have been closed for any other reason. I can see two benefits, first they do not have the same status, closed != merged. Second, this will allow easily to look through the pull requests that have been closed for no activity or for any other reason.
< shrit[m]> Especially, if you have a high frequency pull requests.
< shrit[m]> In addition, it is good for statistics, ration of closed vs merged.
< shrit[m]> * In addition, it is good for statistics, ratio of closed vs merged.
< zoq> You can click on the "stale" label to get a list of all stale issues (for GitHub PR's are issues as well).
< zoq> You can run thoses statistics already, I think there is no way to automate this if done right, because there are all sorts of reasons why a PR was closed and not merged.
< shrit[m]> Yeah, I see, they focus more on good filtering in two tabs, rather than several tabs
< zoq> I also like to get some more statistics, that's one reason why I created a project board, to keep track of issues I looked at.
< shrit[m]> Good point, I did not thought about that
< shrit[m]> You can filter the PR that you have already participated in?
< shrit[m]> * Can you filter the PR that you have already participated in?
< shrit[m]> or look at?
< zoq> Hopefully, I have the data, so at some point I can write a script to run some statistics.
< shrit[m]> BTW, did you try GitHub CLI?
< shrit[m]> * btw, did you try GitHub CLI?
< zoq> No, maybe I should?
< shrit[m]> Actually I am not a fan of browsers in general, therefore I am always look for alternative to stay on comand line
< shrit[m]> I gave it a try but it seems to be not very easy,
< shrit[m]> It requires time to master syntax, therefore, I stopped, maybe I should continue
< zoq> Maybe, I like the GitHub review interface, it's simple so I mainly use it.
< shrit[m]> It is true, they do have a great interface for reviewing, I hope that one day they port it to terminal
< zoq> I use vimium, so I don't have to use mouse, so I can mainly use the same navigation I use in vim, which is bascially my terminal.
< shrit[m]> This one is great, thanks, you have resolved all my life issues related to mouse
< shrit[m]> I always thought I have to change the browser or something since there exist other browsers with vim bindings by default.
< zoq> It's not perfect, but in most cases it works.