rpmcruz / machine-learning

Some implementations of data mining algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The function "utils. choose_threshold" is missing

zzukun opened this issue · comments

Hi,
I am learning your implement of GBrank algorithm in ensemble,
link: https://github.com/rpmcruz/machine-learning/blob/d103e4e6f6cbf67924fa930ec568a79b986c3d99/ensemble/boosting/gbrank.py

But i can't find the utils module & the choose_threshold function,
I want to know the details of func choose_threshold, thanks!

Best wishes

Hi Kun Li,
The reason why those functions don't exist is because we have implemented GBRank while doing some experiments to adapt pairwise ranking methods for classification (see our publication).
Please give me a dataset example, and I will get it to work for you.
Best regards

OK, I understood, thank you very much!
Regards.