You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2020. It is now read-only.
We should implement open-world cross-validation - and the ability to define how much of the world the adversary can see. Both these config options (world: type: 'open' and world: observed_fraction) and corresponding fields to store them in the database (in models.undefended_frontpage_attacks) were created in PR #57. It would be nice if we could use existing code from one of the splitting methods here but writing custom CV may be necessary. If custom CV code is indeed necessary, it should definitely be unit tested.
Also: consider making the observed_fraction in the config take a list of possible values.
The text was updated successfully, but these errors were encountered:
We should implement open-world cross-validation - and the ability to define how much of the world the adversary can see. Both these config options (
world: type: 'open'
andworld: observed_fraction
) and corresponding fields to store them in the database (inmodels.undefended_frontpage_attacks
) were created in PR #57. It would be nice if we could use existing code from one of the splitting methods here but writing custom CV may be necessary. If custom CV code is indeed necessary, it should definitely be unit tested.Also: consider making the
observed_fraction
in the config take a list of possible values.The text was updated successfully, but these errors were encountered: