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

Relax dependencies for customer satisfaction project + update README #93

Merged
merged 2 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions customer-satisfaction/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,13 @@ A browser window should open for you and let you configure a product to run a pr
```bash
zenml integration install mlflow -y
```

2. If you are trying to start the ZenML server with `zenml up`, if you're running
on a Mac, you might want to set the following environment variable in your `.zshrc`
file or in the environment in which you're running the pipeline:

```bash
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
```

This sometimes fixes problems with how ZenML starts.
4 changes: 2 additions & 2 deletions customer-satisfaction/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
catboost==1.0.4
joblib==1.1.0
joblib>=1.1.0
lightgbm==4.1.0
optuna==2.10.0
streamlit==1.29.0
xgboost==2.0.3
markupsafe==1.1.1
zenml>=0.52.0
scikit-learn==1.3.2
scikit-learn>=1.3.2
altair
Loading