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/
akfluffy_ has quit [Quit: Page closed]
akfluffy has quit [Quit: Page closed]
soonmok has joined #mlpack
soonmok has quit [Ping timeout: 245 seconds]
soonmok has joined #mlpack
vivekp has quit [Ping timeout: 244 seconds]
vivekp has joined #mlpack
KimSangYeon-DGU has quit [Quit: Page closed]
KimSangYeon-DGU has joined #mlpack
< KimSangYeon-DGU>
Hi zoq! I thought I can work on `gym_tcp_api` maintenance work for compatibility with OpenAI gym's latest version, but I can't find time to do. Actually, I'm interested in `Quantum Gaussian Mixture Models` project for GSoC 2019. I think I should spend time in doing the project and related works like #1666. So, I posted new issue about the maintenance work for `gym_tcp_api`.
< KimSangYeon-DGU>
zoq: I'm sorry...
soonmok has quit []
Me-so-cool has joined #mlpack
< Me-so-cool>
JOIN
Me-so-cool has quit [Client Quit]
Me-so-cool has joined #mlpack
< Me-so-cool>
Hello guys! I'm really new to open source. I have experience in competitive programming though.
< Me-so-cool>
How and where should I start contributing to mlpack?
< Me-so-cool>
I see many people contributing are of high level like PhD and others I'm merely a sophomore
< Me-so-cool>
How can I help in any way possible? Thanks!
< sreenik>
ShikharJ: Sorry I wasn't active for a while. I wanted to ask if there was some predefined module implementing commonly used data augmentation techniques like selective cropping, rotation, etc.
< rcurtin>
looks like gitdub is going crazy again with the emails, I'm not sure why
sreenik has quit [Ping timeout: 256 seconds]
< ShikharJ>
rcurtin: Did you happen to take a look at the testing wiki? I think we should mention it in the bot's initial message.
< rcurtin>
I haven't had a chance; let me add that to my todo list for today
< jenkins-mlpack2>
noreply: Merge pull request #1738 from KimSangYeon-DGU/compiler
Akfluffy has joined #mlpack
< Akfluffy>
Hey guys, do I have to encode input data to be between -1 and 1? Or is it done automatically ?
Akfluffy has quit [Ping timeout: 256 seconds]
< ShikharJ>
rcurtin: Ah okay. No hurry!
< rcurtin>
ShikharJ: just took a look, really nice :) I do think we should add a section on test cases that depend on random output, which pass Travis's single check but fail when they get to Jenkins
< rcurtin>
the right way to test random tests like that is to set the random seed and run many times, like in the description of the bug I just filed:
< ShikharJ>
rcurtin: Agreed, a nice idea. I'll cover that as well. As for the test writing using Boost, and reporting and analyzing failures, I was hoping you or Marcus would be able to better express the methodology there, so I left it. I'll make the changes soon.