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/
Subham has quit [Ping timeout: 256 seconds]
rahul__ has joined #mlpack
rahul__ has quit [Ping timeout: 256 seconds]
rahul__ has joined #mlpack
shine_ has joined #mlpack
rahul__ has quit [Ping timeout: 256 seconds]
travis-ci has joined #mlpack
< travis-ci> Soonmok/models#20 (gan - d24c55b : Soonmok): The build passed.
travis-ci has left #mlpack []
pd09041999 has joined #mlpack
pd09041999 has quit [Max SendQ exceeded]
pd09041999 has joined #mlpack
jeffin143 has quit [Read error: Connection reset by peer]
shine_ has quit [Quit: Connection closed for inactivity]
humandb has joined #mlpack
humandb has quit [Client Quit]
jeffin has joined #mlpack
Shubhangi has joined #mlpack
< Shubhangi> I tried all classification algorithms and getting a segmentation fault for all and also when debugged showing the same error for all algorithms in Mat_meat.hpp file. Is this issue is specific to my set up of mlpack. Maybe there is some binding problem in my set up of mlpack.Does anybody else also facing this issue?
simitii has joined #mlpack
simitii has left #mlpack []
< jeffin> rcurtin : checkmatrices ( ) function doesn't have all the datypes check like there is no option to compare integer datatype in matrix, i think we could implement template programming for that. OR is it by choice that function is implemented without template.
< ShikharJ> Shubhangi: Mat_meat.hpp is a file in Armadillo for dense matrices. Maybe what you are observing is a issue of compatibility with an older version of Armadillo installation, or less probably, a deviation in the underlying API of the current Armadillo master. You might wanna open an issue for that, and mention your build information, the scripts used and the error message.
< jeffin> I guess may be you intentionally didn't use template*
lozhnikov has quit [Ping timeout: 255 seconds]
lozhnikov_ has joined #mlpack
abhiji has joined #mlpack
< abhiji> can i get the update of the mlpack regarding the idea list?
Shubhangi has quit [Ping timeout: 256 seconds]
rf_sust2018 has joined #mlpack
abhiji has quit [Quit: Page closed]
< rcurtin> jeffin: yeah, if we need to check integer matrices, we have to use BOOST_REQUIRE_EQUAL() inside instead of BOOST_REQUIRE_CLOSE() so it's a bit different
< rcurtin> I don't mind adding another overload though
< rcurtin> in fact I thought there already was an overload for arma::Mat<size_t>, correct me if I'm wrong
< jeffin> Yes * it was there
< jeffin> Rcurtin : But we couldn't have check for negative number if its size_t
< rcurtin> jeffin: yeah, so I guess if you have a matrix that may have negative numbers, then you can't use that overload and might need to add another one
< jeffin> Okay thanks
< jeffin> rcurtin : one more query , is there any function under preprocessing step to scale the features, like maxabsolute scaler - to scale each feature by its maximum absolute value
< jeffin> And many other such scaler functions*
< rcurtin> jeffin: no, I don't think we currently have any support for that
Ishmeher has joined #mlpack
< jeffin> Okay
rf_sust2018 has quit [Ping timeout: 268 seconds]
sreenik has joined #mlpack
saksham189 has joined #mlpack
Ishmeher has quit [Quit: Page closed]
jeffin has quit [Read error: Connection reset by peer]
msaquib has joined #mlpack
Shubhangi has joined #mlpack
< Shubhangi> I have armadillo version >6.500.0, I don't think so that there would be any compatibility issue.
msaquib has quit [Client Quit]
Shubhangi has quit [Ping timeout: 256 seconds]
< jenkins-mlpack2> Project mlpack - git commit test build #137: STILL UNSTABLE in 41 min: http://ci.mlpack.org/job/mlpack%20-%20git%20commit%20test/137/
< jenkins-mlpack2> Ryan Curtin: Merge branch 'Yashwants19-master'
pd09041999 has quit [Ping timeout: 245 seconds]
ReemGody has joined #mlpack
< ReemGody> Hello everyone, I am Reem. I have expressed my interest in working on the NEAT api this summer as part of GSOC and now I have written my proposal . I hope you could take a look at it. I have sent it on the mailing list. I will really appreciate your feedback.
pd09041999 has joined #mlpack
ReemGody has quit [Ping timeout: 256 seconds]
jeffin has joined #mlpack
pd09041999 has quit [Ping timeout: 250 seconds]
pd09041999 has joined #mlpack
ReemGody has joined #mlpack
Reem has joined #mlpack
< Reem> I dont know whether the mailing list was the correct place to send my proposal . I am afraid it is not
< rcurtin> Reem: no, it's just fine to post it there, but there are a lot of proposals so mentors may or may not be able to find the time to review it
Reem has quit [Ping timeout: 256 seconds]
agevorgyan has joined #mlpack
ReemGody has quit [Ping timeout: 256 seconds]
pd09041999 has quit [Quit: Leaving]
saksham189 has quit [Quit: Page closed]
< jenkins-mlpack2> Yippee, build fixed!
< jenkins-mlpack2> Project mlpack - git commit test build #138: FIXED in 45 min: http://ci.mlpack.org/job/mlpack%20-%20git%20commit%20test/138/
< jenkins-mlpack2> noreply: Merge pull request #1820 from MuLx10/python_docs
saksham189 has joined #mlpack
agevorgyan has quit [Quit: Page closed]
aksmit94 has joined #mlpack
aksmit94 has quit [Client Quit]
sreenik has quit [Quit: Page closed]
ReemGody has joined #mlpack
ReemGody has quit [Client Quit]
saksham189 has quit [Ping timeout: 256 seconds]
< KimSangYeon-DGU> ShikharJ: I want to know your opinions about https://github.com/mlpack/mlpack/pull/1666.
< KimSangYeon-DGU> ShikharJ: Is it fine to leave two-spaces in comment, because they are used all over the place?