Load Actinet Model
Arguments
- classifier
type of the model: either
walmsleyorwilletts- model_path
the file path to the model. If on disk, this can be re-used and not re-downloaded. If
NULL, will download to the temporary directory- check_md5
Do a MD5 checksum on the file
- force_download
force a download of the model, even if the file exists
- as_python
Keep model object as a python object
- ...
for
ac_download_model, additional arguments to pass tocurl::curl_download()