Hi all,
I tried to use cbp in my model and found out some problems,
"The parameter in count sketch projection function must be the same in training and evaluation phase."
So I create two simple function which is useful for this kind of situation, sampleFrom() and getHS() which help us get or use certain value of sketch projection function.
@JamesChuanggg The branch has a conflict. Can you check this? And, I want to keep README.md as appeared. Users can track the modification history using git log.
Hi all, I tried to use cbp in my model and found out some problems, "The parameter in count sketch projection function must be the same in training and evaluation phase." So I create two simple function which is useful for this kind of situation,
sampleFrom()
andgetHS()
which help us get or use certain value of sketch projection function.