I installed mlflow via pip and opened it in the browser through the terminal. The tab Experiments displays normally; however, when I switch to Models tab, the app crashes due to the following error:
INVALID_PARAMETER_VALUE: Model registry functionality is unavailable;
got unsupported URI './mlruns' for model registry data storage.
Supported URI schemes are: ['postgresql', 'mysql', 'sqlite', 'mssql'].
See https://www.mlflow.org/docs/latest/tracking.html#storage for how to run
an MLflow server against one of the supported backend storage locations.
I would like to log model data locally without connecting to external servers or databases. I thank you in advance for any help!