VowpalWabbit / py-vowpal-wabbit-next

Experimental new Python bindings for the VowpalWabbit library
https://vowpal-wabbit-next.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
12 stars 5 forks source link

CCB Namespaces #104

Open aastafiev opened 6 months ago

aastafiev commented 6 months ago

Does CCB text format support namespaces and interactions?

aastafiev commented 6 months ago

Seams like yes :)

jackgerrits commented 5 months ago

Yes it should support those

aastafiev commented 5 months ago

So, can I use format like this ccb shared |S s_1 s_2 |G g_1 g_2 ccb action |A a:1 b:1 c:1 ccb action |A a:0.5 b:2 c:1 ccb action |A a:0.5 ccb action |A c:1 ccb slot |D d:4 |R r_1 ccb slot 1:0.8:0.8,0:0.2 0,1,3 |D d:7 |R r_2

And set interactions like --interactions=SGADR,SG

jackgerrits commented 5 months ago

Yep I think so