00:11
texasmusicinstru has quit [Remote host closed the connection]
00:13
texasmusicinstru has joined #mlpack
01:01
texasmusicinstru has quit [Remote host closed the connection]
01:03
texasmusicinstru has joined #mlpack
01:51
texasmusicinstru has quit [Remote host closed the connection]
01:54
texasmusicinstru has joined #mlpack
02:41
texasmusicinstru has quit [Remote host closed the connection]
02:44
texasmusicinstru has joined #mlpack
04:21
texasmusicinstru has quit [Remote host closed the connection]
04:23
texasmusicinstru has joined #mlpack
06:51
texasmusicinstru has quit [Remote host closed the connection]
06:53
texasmusicinstru has joined #mlpack
09:22
texasmusicinstru has quit [Remote host closed the connection]
09:23
texasmusicinstru has joined #mlpack
11:02
texasmusicinstru has quit [Remote host closed the connection]
11:04
texasmusicinstru has joined #mlpack
11:52
texasmusicinstru has quit [Remote host closed the connection]
11:54
texasmusicinstru has joined #mlpack
12:41
texasmusicinstru has quit [Remote host closed the connection]
12:43
texasmusicinstru has joined #mlpack
14:21
texasmusicinstru has quit [Remote host closed the connection]
14:23
texasmusicinstru has joined #mlpack
14:44
<
SuvarshaChennare >
hello everyone
14:44
<
SuvarshaChennare >
im trying to implement ROC AUC
14:45
<
SuvarshaChennare >
but i have across a problem
14:45
<
SuvarshaChennare >
* to implement the ROC AUC, * ROC AUC metric
14:46
<
SuvarshaChennare >
the other metric classes have first classified and then computed the corresponding metric
14:47
<
SuvarshaChennare >
with ROC AUC i dont think its a good idea to classify within the Evaluate method
14:48
<
SuvarshaChennare >
because the models to be tested have different methods for classification
14:48
<
SuvarshaChennare >
what should I do?
14:49
<
SuvarshaChennare >
* to implement the ROC AUC, * ROC AUC metric for mlpack
14:49
<
SuvarshaChennare >
* to implement the ROC AUC, * ROC AUC metric for mlpack and Im almost done.
14:50
<
SuvarshaChennare >
Should I leave the classification out of the evaluate method?
14:52
<
SuvarshaChennare >
s/but i have across a problem/but I have come across a problem/
14:52
<
SuvarshaChennare >
* first classified with the data and then
14:53
<
SuvarshaChennare >
s/i/I/, s/dont/don't/
15:11
texasmusicinstru has quit [Remote host closed the connection]
15:14
texasmusicinstru has joined #mlpack
16:01
texasmusicinstru has quit [Remote host closed the connection]
16:04
texasmusicinstru has joined #mlpack
17:50
Guest35 has joined #mlpack
17:50
Guest35 has quit [Client Quit]
19:21
texasmusicinstru has quit [Remote host closed the connection]
19:24
texasmusicinstru has joined #mlpack
20:07
<
heisenbuugGopiMT >
Why is `memory check` failing? Am I doing something wrong, or will restarting the tests will work?
20:08
<
shrit[m] >
no this is an issue with Jenkins itself.
20:09
<
heisenbuugGopiMT >
Oh okay, then I think I am done with this pr, coz I was able to build mlpack successfully locally, but I didn't ran the tests
20:10
<
heisenbuugGopiMT >
So what's the solution here?
20:10
<
heisenbuugGopiMT >
And whats causing the issue?
20:11
<
shrit[m] >
I have no idea, maybe zoq do you have an idea what is happening with the memory check issues?
20:11
texasmusicinstru has quit [Remote host closed the connection]
20:12
<
shrit[m] >
Thank you very much I am going to give it a review of the builds are passing
20:13
<
heisenbuugGopiMT >
Also, I am not sure but should I add my name to the list of authors? It's not like I actually made changes to the core logic...
20:14
texasmusicinstru has joined #mlpack
20:15
<
shrit[m] >
Up to you, I would not add my name unless If I add a features or modified extensivley the file.
20:15
<
shrit[m] >
s/a//, s/extensivley/extensively/
20:16
<
heisenbuugGopiMT >
Yes, I don't think I should.
20:16
<
heisenbuugGopiMT >
Thank you.
20:16
<
heisenbuugGopiMT >
I will get on that issue which you opened, I think I might be able to complete it tonight.
20:16
<
heisenbuugGopiMT >
I would love to see mlpack becoming header only
21:01
texasmusicinstru has quit [Remote host closed the connection]
21:03
texasmusicinstru has joined #mlpack
21:07
<
zoq[m]1 >
> Why is `memory check` failing? Am I doing something wrong, or will restarting the tests will work?
21:07
<
zoq[m]1 >
Sometimes, the build node runs out of memory, adjusted some settings, let's see if that solves the problem.
21:09
<
heisenbuugGopiMT >
oh okay, so basically it's azure's issue?
21:13
<
heisenbuugGopiMT >
Regarding `cosine_tree`, there is a part where we are iterating `boost::heap::priority_queue` but we cant do the same for `std::priority_queue`
21:14
<
heisenbuugGopiMT >
I mean we can't iterate over them using an iterator
21:15
<
heisenbuugGopiMT >
* an iterator, we have to pop the elements
21:16
<
heisenbuugGopiMT >
And since these functions are not modifying the queue anyways should I pass them as value and then pop them, so that it won't mess with original?
21:51
texasmusicinstru has quit [Remote host closed the connection]
22:44
texasmusicinstru has joined #mlpack