deepdive_before.conf 416 B

1234567891011121314
  1. deepdive {
  2. calibration.holdout_query:"""
  3. insert into dd_graph_variables_holdout(variable_id)
  4. select distinct A.id
  5. from is_wintenderer A,entity_mention B,articles_processed C
  6. where A.entity_id=B.entity_id and B.doc_id=C.id and
  7. C.id in (select id from articles where win_tenderer is not NULL order by id asc limit 7500)
  8. """
  9. ##calibration.holdout_fraction: 0.25
  10. sampler.partitions: 3
  11. }