python - How to add interaction terms and save model in vowpalwabbit.pyvw -


it has been struggle figure out how pass model parameters pyvw instead of in command line. have experience of:

  1. add interaction terms model
  2. save model disk
  3. get model size in memory

i thinking on directly passing parameters pyvw.vw(...)

thanks!



Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -