generated from reichlab/reichlab-python-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from reichlab/optimize
basic setup for parameter optimization
- Loading branch information
Showing
10 changed files
with
1,373 additions
and
25 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,46 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile pyproject.toml -o requirements/requirements.txt | ||
alembic==1.13.3 | ||
# via optuna | ||
colorlog==6.8.2 | ||
# via optuna | ||
greenlet==3.1.1 | ||
# via sqlalchemy | ||
joblib==1.4.2 | ||
# via scikit-learn | ||
mako==1.3.5 | ||
# via alembic | ||
markupsafe==3.0.2 | ||
# via mako | ||
numpy==2.1.2 | ||
# via | ||
# postpredict (pyproject.toml) | ||
# optuna | ||
# scikit-learn | ||
# scipy | ||
optuna==4.0.0 | ||
# via postpredict (pyproject.toml) | ||
packaging==24.1 | ||
# via optuna | ||
polars==1.9.0 | ||
# via postpredict (pyproject.toml) | ||
pyyaml==6.0.2 | ||
# via optuna | ||
scikit-learn==1.5.2 | ||
# via postpredict (pyproject.toml) | ||
scipy==1.14.1 | ||
# via scikit-learn | ||
# via | ||
# postpredict (pyproject.toml) | ||
# scikit-learn | ||
sqlalchemy==2.0.36 | ||
# via | ||
# alembic | ||
# optuna | ||
threadpoolctl==3.5.0 | ||
# via scikit-learn | ||
tqdm==4.66.5 | ||
# via optuna | ||
typing-extensions==4.12.2 | ||
# via | ||
# alembic | ||
# sqlalchemy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.