Skip to content

Commit

Permalink
add mlflow to poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarvid committed Apr 12, 2024
1 parent 9328910 commit 615c14f
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 5 deletions.
284 changes: 279 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ explainerdashboard = "^0.4.5"
xgboost = { version = "^2.0.3", optional = true }
category-encoders = "^2.6.3"
tqdm = "^4.66.2"
mlflow = "^2.11.3"

[tool.poetry.extras]
xgboost = ["xgboost"]
Expand Down

0 comments on commit 615c14f

Please sign in to comment.