I use ML Flow Experiment to store models once they leave very early tests and development. I switched lately to 15.4 LTS ML and was hit by unhinged Hyperopt behavior:
- it was creating Experiment logs ignoring i) autologger is off on the workspace level in notebooks, and ii) explicit request with mlflow.autolog(disable=True) within the notebook.
- The created Experiment can not be deleted from my Experiments (all options are dimmed)
I want back my control of processes.