waikato-ufdl / ufdl-job-launcher

Launcher framework for executing jobs in the UFDL framework.
Apache License 2.0
0 stars 0 forks source link

Only push "confident" predictions back into datasets #4

Open fracpete opened 4 years ago

fracpete commented 4 years ago

Instead of pushing all predictions back into datasets, only do this for confident ones, e.g.:

Use as parameter in job templates (Python classname and options).

Domains:

fracpete commented 4 years ago

Store confidence in predictions in meta-data for the file.

fracpete commented 4 years ago

Implemented for image classification (top score, entropy).