Hyperopt (15.4 LTS ML) ignores autologger settings

art1
New Contributor III

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:

  1. 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.
  2. The created Experiment can not be deleted from my Experiments (all options are dimmed)

I want back my control of processes.