- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2021 04:40 PM
I am running into an error within the Databricks notebook (on Databricks website) environment where MLFlow will not load:
MLflow autologging encountered a warning: "/databricks/python/lib/python3.8/site-packages/mlflow/utils/autologging_utils/safety.py:216: UserWarning: Logging to MLflow failed: You haven't configured the CLI yet! Please configure by entering
/databricks/python_shell/scripts/PythonShell.py configure
I then try to run the command in a cell (and in the web terminal) :
!/databricks/python_shell/scripts/PythonShell.py configure
And get the following error output:
/databricks/python_shell/scripts/PythonShell.py: line 22: syntax error near unexpected token `'AGG''
I have tried editing this file from the Web Terminal with vi but nothing seems to work.
- Labels:
-
MlFlow