You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some warnings get printed when applying the machine learning model (UserWarning: Inside a Dask worker with daemon=True, setting n_jobs=1). This significantly impacts the appearance of the notebook, as the warnings take up a lot of space.
warnings.filterwarnings("ignore") does not stop the warnings from being printed.
Steps to reproduce
Open DEA Sandbox
Launch the "Real_world_examples/Scalable_machine_learning/4_Classify_satellite_data.ipynb" notebook
Run all cells
The text was updated successfully, but these errors were encountered:
Describe the issue
Notebook where the issue was noticed: https://github.com/GeoscienceAustralia/dea-notebooks/blob/develop/Real_world_examples/Scalable_machine_learning/4_Classify_satellite_data.ipynb
Some warnings get printed when applying the machine learning model (UserWarning: Inside a Dask worker with daemon=True, setting n_jobs=1). This significantly impacts the appearance of the notebook, as the warnings take up a lot of space.
warnings.filterwarnings("ignore")
does not stop the warnings from being printed.Steps to reproduce
The text was updated successfully, but these errors were encountered: