Fit/encoder time of first stage model is not returned in case of loading encodings of image data
|
return data, split(encoding_path, "/")[end], encoder_params |
but is present in tabular
|
return data, split(encoding_path, "/")[end], encoder_params, model["fit_t"] |