Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make note of MLflow UI issue #56

Open
bradleyboehmke opened this issue Jan 20, 2022 · 1 comment
Open

Make note of MLflow UI issue #56

bradleyboehmke opened this issue Jan 20, 2022 · 1 comment
Labels
content Content creation or updating

Comments

@bradleyboehmke
Copy link
Contributor

bradleyboehmke commented Jan 20, 2022

During class I ran into an issue where launching mlflow ui landed me on a 403 error. This is because there are too many concurrent processes running and you need to kill them. To do so you run the following:

# first, identify the MLflow processes running
ps aux | grep mlflow

# identify the process IDs you want to kill and run the following
# individually for each PID
kill -INT <pid>

If I teach this section again I probably need to keep this handy and maybe make a comment in the notebook so others are aware of the issue and how to resolve it.

@augustopher augustopher added the content Content creation or updating label Oct 25, 2023
@augustopher
Copy link
Contributor

@cunningjames - FYI for the ML notebooks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Content creation or updating
Projects
None yet
Development

No branches or pull requests

2 participants