Sequential Structured Prediction python code for vowpal wabbit

Job ID: 35079712

Budget: $10 – $30 AUD

https://hunch.net/?p=2578
develop python code for vowpal wabbit Sequential Structured Prediction
use –searn or –dagger
Sequence PredictionsTraining and Testing
•For SEARN:./vw--d train.txt -c --passes 10 --searnk --searn_tasksequence --searn_beta0.5 --searn_passes_per_policy2 -f policy.vw
•For DAgger:./vw--d train.txt -c --passes 10 --searnk --searn_tasksequence --searn_as_dagger0.0001 -f policy.vw

https://docplayer.net/14088260-Vowpal-wabbit-7-tutorial-stephane-ross.html

https://vowpalwabbit.org/docs/vowpal_wabbit/python/latest/tutorials/index.html



https://vowpalwabbit.org/docs/vowpal_wabbit/python/latest/examples/search_sequence.html
https://vowpalwabbit.org/docs/vowpal_wabbit/python/latest/examples/search_sequence_ldf.html

find needed data yourself
full code from 0 till prove good performance